Skip to content

Commit 8eaa789

Browse files
Update docs with pkgdev
1 parent 3d953d6 commit 8eaa789

File tree

6 files changed

+13
-8
lines changed

6 files changed

+13
-8
lines changed

CITATION.cff

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,9 @@ references:
138138
email: jeroen@berkeley.edu
139139
orcid: https://orcid.org/0000-0002-4035-0289
140140
year: '2024'
141+
identifiers:
142+
- type: url
143+
value: https://arxiv.org/abs/1403.2805
141144
version: '>= 1.7.2'
142145
- type: software
143146
title: jsonvalidate

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,8 @@ file and the `CITATION` file (if present) of your package. Note that
7272
**cffr** works best if your package pass
7373
`R CMD check/devtools::check()`.
7474

75-
As per 2024-03-24 there are at least 312 repos on GitHub using **cffr**.
76-
[Check them out
77-
here](https://github.com/search?q=cffr%20path%3A**%2FCITATION.cff&type=code).
75+
See [some projects already using
76+
**cffr**](https://github.com/search?q=cffr%20path%3A**%2FCITATION.cff&type=code).
7877

7978
### Installation
8079

@@ -385,6 +384,9 @@ test <- cff_create("rmarkdown")
385384
email: jeroen@berkeley.edu
386385
orcid: https://orcid.org/0000-0002-4035-0289
387386
year: '2024'
387+
identifiers:
388+
- type: url
389+
value: https://arxiv.org/abs/1403.2805
388390
- type: software
389391
title: knitr
390392
abstract: 'knitr: A General-Purpose Package for Dynamic Report Generation in R'

codemeta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"name": "R",
1515
"url": "https://r-project.org"
1616
},
17-
"runtimePlatform": "R version 4.3.3 (2024-02-29 ucrt)",
17+
"runtimePlatform": "R version 4.3.3 (2024-02-29)",
1818
"provider": {
1919
"@id": "https://cran.r-project.org",
2020
"@type": "Organization",
@@ -200,7 +200,7 @@
200200
},
201201
"isPartOf": "https://ropensci.org",
202202
"keywords": ["attribution", "citation", "credit", "citation-files", "cff", "metadata", "r", "r-package", "citation-file-format", "rstats", "ropensci", "cran"],
203-
"fileSize": "1620.553KB",
203+
"fileSize": "1600.405KB",
204204
"citation": [
205205
{
206206
"@type": "ScholarlyArticle",

data/cran_to_spdx.rda

0 Bytes
Binary file not shown.

inst/schemaorg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
"name": "Comprehensive R Archive Network (CRAN)",
2727
"url": "https://cran.r-project.org"
2828
},
29-
"runtimePlatform": "R version 4.3.3 (2024-02-29 ucrt)",
29+
"runtimePlatform": "R version 4.3.3 (2024-02-29)",
3030
"version": "1.0.0.9000"
3131
}

man/cff_class.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)