diff --git a/README.md b/README.md index 1c28d3a8..3fcc2b7a 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ file and the `CITATION` file (if present) of your package. Note that **cffr** works best if your package pass `R CMD check/devtools::check()`. -As per 2023-10-23 there are at least 320 repos on GitHub using **cffr**. +As per 2023-11-02 there are at least 336 repos on GitHub using **cffr**. [Check them out here](https://github.com/search?q=cffr%20path%3A**%2FCITATION.cff&type=code). @@ -565,6 +565,25 @@ test <- cff_create("rmarkdown") - family-names: Attali. given-names: Dean year: '2023' + - type: software + title: dygraphs + abstract: 'dygraphs: Interface to ''Dygraphs'' Interactive Time Series Charting + Library' + notes: Suggests + url: https://github.com/rstudio/dygraphs + repository: https://CRAN.R-project.org/package=dygraphs + authors: + - family-names: Vanderkam + given-names: Dan + - family-names: Allaire + given-names: JJ + - family-names: Owen + given-names: Jonathan + - family-names: Gromer + given-names: Daniel + - family-names: Thieurmel + given-names: Benoit + year: '2023' - type: software title: fs abstract: 'fs: Cross-Platform File System Operations Based on ''libuv''' @@ -581,6 +600,26 @@ test <- cff_create("rmarkdown") given-names: Gábor email: csardi.gabor@gmail.com year: '2023' + - type: software + title: rsconnect + abstract: 'rsconnect: Deploy Docs, Apps, and APIs to ''Posit Connect'', ''shinyapps.io'', + and ''RPubs''' + notes: Suggests + url: https://github.com/rstudio/rsconnect + repository: https://CRAN.R-project.org/package=rsconnect + authors: + - family-names: Atkins + given-names: Aron + email: aron@posit.co + - family-names: Allen + given-names: Toph + - family-names: Wickham + given-names: Hadley + - family-names: McPherson + given-names: Jonathan + - family-names: Allaire + given-names: JJ + year: '2023' - type: software title: downlit abstract: 'downlit: Syntax Highlighting and Automatic Linking' @@ -593,6 +632,19 @@ test <- cff_create("rmarkdown") email: hadley@posit.co year: '2023' version: '>= 0.4.0' + - type: software + title: katex + abstract: 'katex: Rendering Math to HTML, ''MathML'', or R-Documentation Format' + notes: Suggests + url: https://docs.ropensci.org/katex/ + repository: https://CRAN.R-project.org/package=katex + authors: + - family-names: Ooms + given-names: Jeroen + email: jeroen@berkeley.edu + orcid: https://orcid.org/0000-0002-4035-0289 + year: '2023' + version: '>= 1.4.0' - type: software title: sass abstract: 'sass: Syntactically Awesome Style Sheets (''Sass'')' @@ -703,6 +755,18 @@ test <- cff_create("rmarkdown") given-names: Davis email: davis@posit.co year: '2023' + - type: software + title: cleanrmd + abstract: 'cleanrmd: Clean Class-Less ''R Markdown'' HTML Documents' + notes: Suggests + url: https://pkg.garrickadenbuie.com/cleanrmd/ + repository: https://CRAN.R-project.org/package=cleanrmd + authors: + - family-names: Aden-Buie + given-names: Garrick + email: garrick@adenbuie.com + orcid: https://orcid.org/0000-0002-7111-0077 + year: '2023' - type: software title: withr abstract: 'withr: Run Code ''With'' Temporarily Modified Global State' @@ -841,9 +905,9 @@ for more info.
-Boettiger, Carl, and Maëlle Salmon. 2021a. -*codemeta: A Smaller -codemetar Package*. +Boettiger, Carl, and Maëlle Salmon. 2021a. *codemeta: A Smaller codemetar Package*. .
@@ -864,8 +928,8 @@ Among Citation Formats*.
-Dietrich, Jan Philipp, and Waldir Leoncio. 2022. -*citation: Software Citation Tools*. +Dietrich, Jan Philipp, and Waldir Leoncio. 2022. *citation: Software Citation Tools*.
diff --git a/codemeta.json b/codemeta.json index e08a291a..b4c6d7b8 100644 --- a/codemeta.json +++ b/codemeta.json @@ -14,7 +14,7 @@ "name": "R", "url": "https://r-project.org" }, - "runtimePlatform": "R version 4.3.1 (2023-06-16)", + "runtimePlatform": "R version 4.3.2 (2023-10-31)", "provider": { "@id": "https://cran.r-project.org", "@type": "Organization", @@ -200,7 +200,7 @@ }, "isPartOf": "https://ropensci.org", "keywords": ["attribution", "citation", "credit", "citation-files", "cff", "metadata", "r", "r-package", "citation-file-format", "rstats", "ropensci", "cran"], - "fileSize": "904.547KB", + "fileSize": "906.663KB", "citation": [ { "@type": "ScholarlyArticle", diff --git a/data/cran_to_spdx.rda b/data/cran_to_spdx.rda index 7206bd7c..54267cd1 100644 Binary files a/data/cran_to_spdx.rda and b/data/cran_to_spdx.rda differ diff --git a/inst/schemaorg.json b/inst/schemaorg.json index 480267ea..71cc4348 100644 --- a/inst/schemaorg.json +++ b/inst/schemaorg.json @@ -26,6 +26,6 @@ "name": "Comprehensive R Archive Network (CRAN)", "url": "https://cran.r-project.org" }, - "runtimePlatform": "R version 4.3.1 (2023-06-16)", + "runtimePlatform": "R version 4.3.2 (2023-10-31)", "version": "0.5.0" }