-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
da337a9
commit bc2e119
Showing
7 changed files
with
84 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -138,6 +138,9 @@ references: | |
email: [email protected] | ||
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: [email protected] | ||
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: [email protected] | ||
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: [email protected] | ||
- 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: [email protected] | ||
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: [email protected] | ||
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: [email protected] | ||
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: [email protected] | ||
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 | ||
|
||
<div id="refs" class="references csl-bib-body hanging-indent"> | ||
<div id="refs" class="references csl-bib-body hanging-indent" | ||
entry-spacing="0"> | ||
|
||
<div id="ref-codemeta" class="csl-entry"> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
codecov: | ||
token: a51a6c16-1e9f-4d0b-8961-739f4525b0ef | ||
codecov: | ||
token: a51a6c16-1e9f-4d0b-8961-739f4525b0ef | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.