Skip to content

Commit

Permalink
chore: Add extra packages to 'suggests' given they're used in articles
Browse files Browse the repository at this point in the history
  • Loading branch information
simpar1471 committed Nov 9, 2024
1 parent 825c877 commit c451a25
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 2 deletions.
52 changes: 52 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -292,4 +292,56 @@ references:
given-names: Winston
year: '2024'
doi: 10.32614/CRAN.package.withr
- type: software
title: ggsci
abstract: 'ggsci: Scientific Journal and Sci-Fi Themed Color Palettes for ''ggplot2'''
notes: Suggests
url: https://nanx.me/ggsci/
repository: https://CRAN.R-project.org/package=ggsci
authors:
- family-names: Xiao
given-names: Nan
email: [email protected]
orcid: https://orcid.org/0000-0002-0250-5673
year: '2024'
doi: 10.32614/CRAN.package.ggsci
- type: software
title: bench
abstract: 'bench: High Precision Timing of R Expressions'
notes: Suggests
url: https://bench.r-lib.org/
repository: https://CRAN.R-project.org/package=bench
authors:
- family-names: Hester
given-names: Jim
- family-names: Vaughan
given-names: Davis
email: [email protected]
year: '2024'
doi: 10.32614/CRAN.package.bench
- type: software
title: cowplot
abstract: 'cowplot: Streamlined Plot Theme and Plot Annotations for ''ggplot2'''
notes: Suggests
url: https://wilkelab.org/cowplot/
repository: https://CRAN.R-project.org/package=cowplot
authors:
- family-names: Wilke
given-names: Claus O.
email: [email protected]
orcid: https://orcid.org/0000-0002-7470-9261
year: '2024'
doi: 10.32614/CRAN.package.cowplot
- type: software
title: viridis
abstract: 'viridis: Colorblind-Friendly Color Maps for R'
notes: Suggests
url: https://sjmgarnier.github.io/viridis/
repository: https://CRAN.R-project.org/package=viridis
authors:
- family-names: Garnier
given-names: Simon
email: [email protected]
year: '2024'
doi: 10.32614/CRAN.package.viridis

6 changes: 5 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,11 @@ Suggests:
testthat (>= 3.0.0),
dplyr,
units,
withr
withr,
ggsci,
bench,
cowplot,
viridis
VignetteBuilder:
knitr
Config/testthat/edition: 3
Expand Down
50 changes: 49 additions & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,54 @@
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=withr"
},
{
"@type": "SoftwareApplication",
"identifier": "ggsci",
"name": "ggsci",
"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=ggsci"
},
{
"@type": "SoftwareApplication",
"identifier": "bench",
"name": "bench",
"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=bench"
},
{
"@type": "SoftwareApplication",
"identifier": "cowplot",
"name": "cowplot",
"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=cowplot"
},
{
"@type": "SoftwareApplication",
"identifier": "viridis",
"name": "viridis",
"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=viridis"
}
],
"softwareRequirements": {
Expand Down Expand Up @@ -208,7 +256,7 @@
},
"SystemRequirements": null
},
"fileSize": "2198.879KB",
"fileSize": "2201.666KB",
"citation": [
{
"@type": "SoftwareSourceCode",
Expand Down

0 comments on commit c451a25

Please sign in to comment.