diff --git a/CITATION.cff b/CITATION.cff index 4692d4a..be9d055 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -8,7 +8,7 @@ message: 'To cite package "dimensio" in publications use:' type: software license: GPL-3.0-or-later title: 'dimensio: Multivariate Data Analysis' -version: 0.7.0 +version: 0.7.0.9000 doi: 10.5281/zenodo.4478530 abstract: 'Simple Principal Components Analysis (PCA) and (Multiple) Correspondence Analysis (CA) based on the Singular Value Decomposition (SVD). This package provides @@ -34,7 +34,7 @@ preferred-citation: institution: name: Université Bordeaux Montaigne address: Pessac, France - notes: R package version 0.7.0 + notes: R package version 0.7.0.9000 doi: 10.5281/zenodo.4478530 url: https://packages.tesselle.org/dimensio/ repository: https://CRAN.R-project.org/package=dimensio @@ -246,3 +246,6 @@ identifiers: - description: The versioned DOI for version 0.6.0. type: doi value: 10.5281/zenodo.10696035 +- description: The versioned DOI for version 0.7.0. + type: doi + value: 10.5281/zenodo.10948604 diff --git a/DESCRIPTION b/DESCRIPTION index 3a5b9bf..cd00732 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: dimensio Title: Multivariate Data Analysis -Version: 0.7.0 +Version: 0.7.0.9000 Authors@R: c( person("Nicolas", "Frerebeau", , "nicolas.frerebeau@u-bordeaux-montaigne.fr", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5759-4944", affiliation = "Université Bordeaux Montaigne")), diff --git a/NEWS.md b/NEWS.md index 8b69d0d..9ae1667 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,5 @@ +# dimensio 0.7.0.9000 + # dimensio 0.7.0 ## Bugfixes & changes * Fix highlighting in `viz_individuals()` and `viz_row()`.