-
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.
Merge pull request #80 from ropensci/fixcran
Adapt to changes in person (R 4.5.0)
- Loading branch information
Showing
21 changed files
with
76 additions
and
117 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
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ message: 'To cite package "cffr" in publications use:' | |
type: software | ||
license: GPL-3.0-or-later | ||
title: 'cffr: Generate Citation File Format (''cff'') Metadata for R Packages' | ||
version: 1.1.0 | ||
version: 1.1.0.9000 | ||
doi: 10.21105/joss.03900 | ||
identifiers: | ||
- type: doi | ||
|
@@ -143,9 +143,6 @@ references: | |
email: [email protected] | ||
orcid: https://orcid.org/0000-0002-4035-0289 | ||
year: '2024' | ||
identifiers: | ||
- type: url | ||
value: https://arxiv.org/abs/1403.2805 | ||
doi: 10.32614/CRAN.package.jsonlite | ||
version: '>= 1.7.2' | ||
- type: software | ||
|
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,6 +1,6 @@ | ||
Package: cffr | ||
Title: Generate Citation File Format ('cff') Metadata for R Packages | ||
Version: 1.1.0 | ||
Version: 1.1.0.9000 | ||
Authors@R: c( | ||
person("Diego", "Hernangómez", , "[email protected]", role = c("aut", "cre", "cph"), | ||
comment = c(ORCID = "0000-0001-8457-4658")), | ||
|
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
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
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
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
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 |
---|---|---|
|
@@ -50,7 +50,7 @@ interest: | |
*— Nat Friedman (@natfriedman) July 27, 2021* | ||
|
||
See [Enhanced support for citations on | ||
GitHub](https://github.blog/2021-08-19-enhanced-support-citations-github/) | ||
GitHub](https://github.blog/news-insights/company-news/enhanced-support-citations-github/) | ||
([Smith 2021](#ref-smith2021)) for more info. | ||
|
||
### Related projects | ||
|
@@ -73,7 +73,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-07-23 there are at least 290 repos on GitHub using **cffr**. | ||
As per 2024-08-09 there are at least 290 repos on GitHub using **cffr**. | ||
[Check them out | ||
here](https://github.com/search?q=cffr%20path%3A**%2FCITATION.cff&type=code). | ||
|
||
|
@@ -229,6 +229,7 @@ test <- cff_create("rmarkdown") | |
url: https://github.com/rstudio/rmarkdown | ||
repository: https://CRAN.R-project.org/package=rmarkdown | ||
repository-code: https://github.com/rstudio/rmarkdown | ||
commit: '2.27' | ||
url: https://pkgs.rstudio.com/rmarkdown/ | ||
date-released: '2024-05-17' | ||
contact: | ||
|
@@ -394,9 +395,6 @@ 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 | ||
doi: 10.32614/CRAN.package.jsonlite | ||
- type: software | ||
title: knitr | ||
|
@@ -572,27 +570,6 @@ test <- cff_create("rmarkdown") | |
given-names: Michael | ||
year: '2024' | ||
doi: 10.32614/CRAN.package.digest | ||
- 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' | ||
doi: 10.32614/CRAN.package.dygraphs | ||
- type: software | ||
title: fs | ||
abstract: 'fs: Cross-Platform File System Operations Based on ''libuv''' | ||
|
@@ -610,27 +587,6 @@ test <- cff_create("rmarkdown") | |
email: [email protected] | ||
year: '2024' | ||
doi: 10.32614/CRAN.package.fs | ||
- 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' | ||
doi: 10.32614/CRAN.package.rsconnect | ||
- type: software | ||
title: downlit | ||
abstract: 'downlit: Syntax Highlighting and Automatic Linking' | ||
|
@@ -644,20 +600,6 @@ test <- cff_create("rmarkdown") | |
year: '2024' | ||
doi: 10.32614/CRAN.package.downlit | ||
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' | ||
doi: 10.32614/CRAN.package.katex | ||
version: '>= 1.4.0' | ||
- type: software | ||
title: sass | ||
abstract: 'sass: Syntactically Awesome Style Sheets (''Sass'')' | ||
|
@@ -773,19 +715,6 @@ test <- cff_create("rmarkdown") | |
email: [email protected] | ||
year: '2024' | ||
doi: 10.32614/CRAN.package.vctrs | ||
- 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' | ||
doi: 10.32614/CRAN.package.cleanrmd | ||
- type: software | ||
title: withr | ||
abstract: 'withr: Run Code ''With'' Temporarily Modified Global State' | ||
|
@@ -937,7 +866,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"> | ||
|
||
|
@@ -1006,7 +936,7 @@ Exchange Schema for Software Metadata*. KNB Data Repository. | |
<div id="ref-smith2021" class="csl-entry"> | ||
|
||
Smith, Arfon. 2021. “Enhanced Support for Citations on GitHub.” | ||
<https://github.blog/2021-08-19-enhanced-support-citations-github/>. | ||
<https://github.blog/news-insights/company-news/enhanced-support-citations-github/>. | ||
|
||
</div> | ||
|
||
|
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
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.
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
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 |
---|---|---|
|
@@ -328,13 +328,11 @@ | |
- family-names: Boettiger | ||
given-names: Carl | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0002-1642-628X | ||
url: https://httpbin.org/status/404 | ||
contact: | ||
- family-names: Boettiger | ||
given-names: Carl | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0002-1642-628X | ||
keywords: | ||
- metadata | ||
- codemeta | ||
|
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
Oops, something went wrong.