From bc2e11966ebf0e07257abebc198ebef72f77010d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 28 Apr 2024 18:54:50 +0000 Subject: [PATCH] Update docs with pkgdev --- CITATION.cff | 3 ++ README.md | 77 +++++++++++++++++++++++++++++++++++++++--- codecov.yml | 5 +-- codemeta.json | 4 +-- data/cran_to_spdx.rda | Bin 901 -> 916 bytes inst/schemaorg.json | 2 +- man/cff_class.Rd | 4 +-- 7 files changed, 84 insertions(+), 11 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index bb678dc..fbf155f 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -138,6 +138,9 @@ references: email: jeroen@berkeley.edu orcid: https://orcid.org/0000-0002-4035-0289 year: '2024' + identifiers: + - type: url + value: https://arxiv.org/abs/1403.2805 version: '>= 1.7.2' - type: software title: jsonvalidate diff --git a/README.md b/README.md index 4b9f748..de5642f 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 2024-04-09 there are at least 351 repos on GitHub using **cffr**. +As per 2024-04-28 there are at least 279 repos on GitHub using **cffr**. [Check them out here](https://github.com/search?q=cffr%20path%3A**%2FCITATION.cff&type=code). @@ -87,7 +87,7 @@ install.packages("cffr") You can install the developing version of **cffr** with: ``` r -devtools::install_github("ropensci/cffr") +remotes::install_github("ropensci/cffr") ``` Alternatively, you can install **cffr** using the @@ -385,6 +385,9 @@ test <- cff_create("rmarkdown") email: jeroen@berkeley.edu orcid: https://orcid.org/0000-0002-4035-0289 year: '2024' + identifiers: + - type: url + value: https://arxiv.org/abs/1403.2805 - type: software title: knitr abstract: 'knitr: A General-Purpose Package for Dynamic Report Generation in R' @@ -549,6 +552,26 @@ test <- cff_create("rmarkdown") - family-names: Chirico. given-names: Michael year: '2024' + - 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 + website: http://dygraphs.com/ + - 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: '2024' - type: software title: fs abstract: 'fs: Cross-Platform File System Operations Based on ''libuv''' @@ -560,11 +583,31 @@ test <- cff_create("rmarkdown") given-names: Jim - family-names: Wickham given-names: Hadley - email: hadley@rstudio.com + email: hadley@posit.co - family-names: Csárdi given-names: Gábor email: csardi.gabor@gmail.com year: '2024' + - type: software + title: rsconnect + abstract: 'rsconnect: Deploy Docs, Apps, and APIs to ''Posit Connect'', ''shinyapps.io'', + and ''RPubs''' + notes: Suggests + url: https://rstudio.github.io/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: '2024' - type: software title: downlit abstract: 'downlit: Syntax Highlighting and Automatic Linking' @@ -577,6 +620,19 @@ test <- cff_create("rmarkdown") email: hadley@posit.co year: '2024' 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: '2024' + version: '>= 1.4.0' - type: software title: sass abstract: 'sass: Syntactically Awesome Style Sheets (''Sass'')' @@ -687,6 +743,18 @@ test <- cff_create("rmarkdown") given-names: Davis email: davis@posit.co year: '2024' + - 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: '2024' - type: software title: withr abstract: 'withr: Run Code ''With'' Temporarily Modified Global State' @@ -821,7 +889,8 @@ for more info. ## References -
+
diff --git a/codecov.yml b/codecov.yml index 2279bea..e0b7679 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,2 +1,3 @@ -codecov: - token: a51a6c16-1e9f-4d0b-8961-739f4525b0ef +codecov: + token: a51a6c16-1e9f-4d0b-8961-739f4525b0ef + diff --git a/codemeta.json b/codemeta.json index f186cbd..f4cad04 100644 --- a/codemeta.json +++ b/codemeta.json @@ -14,7 +14,7 @@ "name": "R", "url": "https://r-project.org" }, - "runtimePlatform": "R version 4.3.3 (2024-02-29)", + "runtimePlatform": "R version 4.4.0 (2024-04-24)", "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": "1598.15KB", + "fileSize": "1600.432KB", "citation": [ { "@type": "ScholarlyArticle", diff --git a/data/cran_to_spdx.rda b/data/cran_to_spdx.rda index b7d94083a7abe7f75d254a918aa628339434dbd1..5cbf32e9d4d9ad016b9d73de84297c46a06478a9 100644 GIT binary patch literal 916 zcmV;F18e*riwFP!000001I<_6PunmM&q$%PYe&amllEk$J%BW$Hi10>QZZdsDM8gb zCZ;`9p%^VvnxG_QA5Z&d_HT|kA5Lt?DMg#MJv8U2pqRws#_{L`XmH|Kvp|eL*6DIxgXqTEIMK0~&SUEF zh@L`~EMX^m^BO|n_yaseaMT5Rc>okHVjQm)V+^1oM3*ZFqk%!+yP8N)OXX%F^GC9U zyy=u=ayYwim_*S8=WbWgkd2~_hJvNn$j4S_-(ZlK3_v#wefwe-Muv#LVBm(>cdbaa z93ii2FRR){FE!oCOQX^|%k-^FYflBF<%Ol{18V-$Bf-=F2(68(RMN;OeXc1`Y!3&ksq>`^a+CMl@ES z*6MLfIbZ^8WJrE`35)F_wWJjl0iCzQS3$im7G1_--o{{gIWSmT2JTaEjRkW9j8U!N zPSI&Scjpm#?fXGI+6eArQY7mJd7wQsh0iH0Ai{ly6@eH|9oWcc+nQ3b&E*1-nA! zH)$`t%Yj7=mhu+B?i*w)^HYMC+4MPK!ZWA&Y`yYc)!O|KkctK&6VR!QE(P zt}@GXaJ6}{WRA(i-`QI#D#E|tW!IYGARU2AS$qT3J011tZ=uofB`NX6^ule5RUHYnK^s4XVaeI6FgM9srKED7R_mE7f4*&pOc+fTg literal 901 zcmV;01A6>IT4*^jL0KkKSvzT{`TzzRf6)K`|B!TNe+NIOUueH)-|#>H0ssI3&;$PH zMFy!^poEG^4GpQL$vsSf9-sgK14fzv8UWBaqeh09Ks3ObXagakhyz9=Lj+_1Nu;7h zHc6m*p45gKfulx-fWuMh9z--|qeDYOnlxx>gab?orhqaU7=SclG%!X$1WF{prlu#U zw29~fU}%^|05ky@&=Y2(0kb#o&TO4aELJR2KewHU z(P^wW0OJB318idTuUX8?m|K$5nuQE+uqE`OhaHPllZaA58j)SIY}yduc&$ztkcq@s$rGd@PfoJFa?I}ne!kKBbwi7uP8MzC z(+c8ajy{c~4xSq5I^nD=Y7{831ldRaz&F(Cz}(UmT!81^`8K8Kc1j)Y|EGI+Js**4 zyaXki@dmxhA;6F2M12BV77FHd8nOO&2v-?#CWe!{CsInxw7bMApxee;aPVabtaR+} z`!N?=kOna$at@%bbg*%pa4ZY-pv{ns)Q-;JL<^d7j7YVb`)rwS4WZ8aZ2z^apd diff --git a/inst/schemaorg.json b/inst/schemaorg.json index 7fee256..0671b75 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.3 (2024-02-29)", + "runtimePlatform": "R version 4.4.0 (2024-04-24)", "version": "1.0.1" } diff --git a/man/cff_class.Rd b/man/cff_class.Rd index 685ec50..72aa620 100644 --- a/man/cff_class.Rd +++ b/man/cff_class.Rd @@ -161,7 +161,7 @@ ref_list #> given-names: Zhian N. #> year: '2023' #> notes: R package version 2.3.8 -#> url: https://CRAN.R-project.org/package=yaml +#> url: https://github.com/vubiostat/r-yaml/ class(ref_list) #> [1] "cff_ref_lst" "cff" @@ -335,7 +335,7 @@ toBibtex(cit) #> author = \{Shawn P Garbett and Jeremy Stephens and Kirill Simonov and Yihui Xie and Zhuoer Dong and Hadley Wickham and Jeffrey Horner and \{reikoch\} and Will Beasley and Brendan O'Connor and Gregory R. Warnes and Michael Quinn and Zhian N. Kamvar\}, #> year = \{2023\}, #> note = \{R package version 2.3.8\}, -#> url = \{https://CRAN.R-project.org/package=yaml\}, +#> url = \{https://github.com/vubiostat/r-yaml/\}, #> \} # cff_pers, cff_pers_lst