Skip to content

Commit

Permalink
Prepare for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrerebeau committed Oct 19, 2023
1 parent dfa39be commit 8231967
Show file tree
Hide file tree
Showing 10 changed files with 57 additions and 83 deletions.
76 changes: 31 additions & 45 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0
version: 0.4.1
doi: 10.5281/zenodo.4478530
abstract: Simple Principal Components Analysis (PCA) and Correspondence Analysis (CA)
based on the Singular Value Decomposition (SVD). This package provides S4 classes
Expand All @@ -33,7 +33,7 @@ preferred-citation:
year: '2023'
location:
name: Pessac, France
notes: R package version 0.4.0
notes: R package version 0.4.1
doi: 10.5281/zenodo.4478530
url: https://packages.tesselle.org/dimensio/
institution:
Expand Down Expand Up @@ -64,41 +64,6 @@ references:
institution:
name: R Foundation for Statistical Computing
version: '>= 3.5'
- type: software
title: ggplot2
abstract: 'ggplot2: Create Elegant Data Visualisations Using the Grammar of Graphics'
notes: Imports
url: https://ggplot2.tidyverse.org
repository: https://CRAN.R-project.org/package=ggplot2
authors:
- family-names: Wickham
given-names: Hadley
email: [email protected]
orcid: https://orcid.org/0000-0003-4757-117X
- family-names: Chang
given-names: Winston
orcid: https://orcid.org/0000-0002-1576-2126
- family-names: Henry
given-names: Lionel
- family-names: Pedersen
given-names: Thomas Lin
email: [email protected]
orcid: https://orcid.org/0000-0002-5147-4711
- family-names: Takahashi
given-names: Kohske
- family-names: Wilke
given-names: Claus
orcid: https://orcid.org/0000-0002-7470-9261
- family-names: Woo
given-names: Kara
orcid: https://orcid.org/0000-0002-5125-4188
- family-names: Yutani
given-names: Hiroaki
orcid: https://orcid.org/0000-0002-3385-7233
- family-names: Dunnington
given-names: Dewey
orcid: https://orcid.org/0000-0002-9415-4582
year: '2023'
- type: software
title: graphics
abstract: 'R: A Language and Environment for Statistical Computing'
Expand Down Expand Up @@ -133,18 +98,39 @@ references:
institution:
name: R Foundation for Statistical Computing
- type: software
title: rlang
abstract: 'rlang: Functions for Base Types and Core R and ''Tidyverse'' Features'
notes: Imports
url: https://rlang.r-lib.org
repository: https://CRAN.R-project.org/package=rlang
title: ggplot2
abstract: 'ggplot2: Create Elegant Data Visualisations Using the Grammar of Graphics'
notes: Suggests
url: https://ggplot2.tidyverse.org
repository: https://CRAN.R-project.org/package=ggplot2
authors:
- family-names: Henry
given-names: Lionel
email: [email protected]
- family-names: Wickham
given-names: Hadley
email: [email protected]
orcid: https://orcid.org/0000-0003-4757-117X
- family-names: Chang
given-names: Winston
orcid: https://orcid.org/0000-0002-1576-2126
- family-names: Henry
given-names: Lionel
- family-names: Pedersen
given-names: Thomas Lin
email: [email protected]
orcid: https://orcid.org/0000-0002-5147-4711
- family-names: Takahashi
given-names: Kohske
- family-names: Wilke
given-names: Claus
orcid: https://orcid.org/0000-0002-7470-9261
- family-names: Woo
given-names: Kara
orcid: https://orcid.org/0000-0002-5125-4188
- family-names: Yutani
given-names: Hiroaki
orcid: https://orcid.org/0000-0002-3385-7233
- family-names: Dunnington
given-names: Dewey
orcid: https://orcid.org/0000-0002-9415-4582
year: '2023'
- type: software
title: khroma
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: dimensio
Title: Multivariate Data Analysis
Version: 0.4.0.9000
Version: 0.4.1
Authors@R: c(
person("Nicolas", "Frerebeau", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5759-4944", affiliation = "Université Bordeaux Montaigne")),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# dimensio 0.4.0.9000
# dimensio 0.4.1
## Bugfixes & changes
* Put `...` after required arguments.
* Suggest **ggplot2** instead of import.
Expand Down
2 changes: 1 addition & 1 deletion R/dimensio-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#' \tabular{ll}{
#' **Package:** \tab dimensio \cr
#' **Type:** \tab Package \cr
#' **Version:** \tab 0.4.0 \cr
#' **Version:** \tab 0.4.1 \cr
#' **License:** \tab GPL-3 \cr
#' **Zenodo:** \tab \doi{10.5281/zenodo.4478530} \cr
#' }
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ knitr::opts_chunk$set(
[![CodeFactor](https://www.codefactor.io/repository/github/tesselle/dimensio/badge/main)](https://www.codefactor.io/repository/github/tesselle/dimensio/overview/main)
[![Dependencies](https://tinyverse.netlify.com/badge/dimensio)](https://cran.r-project.org/package=dimensio)

[![r-universe](https://tesselle.r-universe.dev/badges/dimensio)](https://tesselle.r-universe.dev){.pkgdown-devel}
[![r-universe](https://tesselle.r-universe.dev/badges/dimensio)](https://tesselle.r-universe.dev/dimensio){.pkgdown-devel}
[![CRAN Version](http://www.r-pkg.org/badges/version/dimensio)](https://cran.r-project.org/package=dimensio){.pkgdown-release}
[![CRAN checks](https://badges.cranchecks.info/worst/dimensio.svg)](https://cran.r-project.org/web/checks/check_results_dimensio.html){.pkgdown-release}
[![CRAN Downloads](http://cranlogs.r-pkg.org/badges/dimensio)](https://cran.r-project.org/package=dimensio){.pkgdown-release}
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
[![CodeFactor](https://www.codefactor.io/repository/github/tesselle/dimensio/badge/main)](https://www.codefactor.io/repository/github/tesselle/dimensio/overview/main)
[![Dependencies](https://tinyverse.netlify.com/badge/dimensio)](https://cran.r-project.org/package=dimensio)

<a href="https://tesselle.r-universe.dev" class="pkgdown-devel"><img
<a href="https://tesselle.r-universe.dev/dimensio"
class="pkgdown-devel"><img
src="https://tesselle.r-universe.dev/badges/dimensio"
alt="r-universe" /></a>
<a href="https://cran.r-project.org/package=dimensio"
Expand Down Expand Up @@ -55,8 +56,7 @@ tools to explore the results of the analysis.
Frerebeau N (2023). _dimensio: Multivariate Data Analysis_.
Université Bordeaux Montaigne, Pessac, France.
doi:10.5281/zenodo.4478530 <https://doi.org/10.5281/zenodo.4478530>,
R package version 0.4.0,
<https://packages.tesselle.org/dimensio/>.
R package version 0.4.1, <https://packages.tesselle.org/dimensio/>.

Une entrée BibTeX pour les utilisateurs LaTeX est

Expand All @@ -66,7 +66,7 @@ tools to explore the results of the analysis.
year = {2023},
organization = {Université Bordeaux Montaigne},
address = {Pessac, France},
note = {R package version 0.4.0},
note = {R package version 0.4.1},
doi = {10.5281/zenodo.4478530},
url = {https://packages.tesselle.org/dimensio/},
}
Expand Down
46 changes: 17 additions & 29 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"codeRepository": "https://github.com/tesselle/dimensio",
"issueTracker": "https://github.com/tesselle/dimensio/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "0.4.0.9000",
"version": "0.4.1",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -56,6 +56,18 @@
}
],
"softwareSuggestions": [
{
"@type": "SoftwareApplication",
"identifier": "ggplot2",
"name": "ggplot2",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=ggplot2"
},
{
"@type": "SoftwareApplication",
"identifier": "khroma",
Expand Down Expand Up @@ -149,47 +161,23 @@
"version": ">= 3.5"
},
"2": {
"@type": "SoftwareApplication",
"identifier": "ggplot2",
"name": "ggplot2",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=ggplot2"
},
"3": {
"@type": "SoftwareApplication",
"identifier": "graphics",
"name": "graphics"
},
"4": {
"3": {
"@type": "SoftwareApplication",
"identifier": "grDevices",
"name": "grDevices"
},
"5": {
"4": {
"@type": "SoftwareApplication",
"identifier": "methods",
"name": "methods"
},
"6": {
"@type": "SoftwareApplication",
"identifier": "rlang",
"name": "rlang",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=rlang"
},
"SystemRequirements": null
},
"fileSize": "986.992KB",
"fileSize": "1016.053KB",
"citation": [
{
"@type": "SoftwareSourceCode",
Expand All @@ -204,7 +192,7 @@
"name": "{dimensio: Multivariate Data Analysis}",
"identifier": "10.5281/zenodo.4478530",
"url": "https://packages.tesselle.org/dimensio/",
"description": "R package version 0.4.0.9000",
"description": "R package version 0.4.1",
"@id": "https://doi.org/10.5281/zenodo.4478530",
"sameAs": "https://doi.org/10.5281/zenodo.4478530"
}
Expand Down
2 changes: 1 addition & 1 deletion man/dimensio-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified man/figures/README-biplot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified man/figures/README-plot-var-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8231967

Please sign in to comment.