Skip to content

Commit 4f9dc40

Browse files
committed
Prepare for CRAN
1 parent 8eaa789 commit 4f9dc40

File tree

13 files changed

+40
-854
lines changed

13 files changed

+40
-854
lines changed

CITATION.cff

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ message: 'To cite package "cffr" in publications use:'
88
type: software
99
license: GPL-3.0-or-later
1010
title: 'cffr: Generate Citation File Format (''cff'') Metadata for R Packages'
11-
version: 1.0.0.9000
11+
version: 1.0.1
1212
doi: 10.21105/joss.03900
1313
abstract: The Citation File Format version 1.2.0 <https://doi.org/10.5281/zenodo.5171937>
1414
is a human and machine readable file format which provides citation metadata for
@@ -138,9 +138,6 @@ 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
144141
version: '>= 1.7.2'
145142
- type: software
146143
title: jsonvalidate

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: cffr
22
Title: Generate Citation File Format ('cff') Metadata for R Packages
3-
Version: 1.0.0.9000
3+
Version: 1.0.1
44
Authors@R: c(
55
person("Diego", "Hernangómez", , "diego.hernangomezherrero@gmail.com", role = c("aut", "cre", "cph"),
66
comment = c(ORCID = "0000-0001-8457-4658")),

NEWS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# cffr (development version)
1+
# cffr 1.0.1
22

33
- Update `cff_write()` to add a new `encoding` argument to make it work with
44
different encodings, see `iconv()`.
5-
- Fix NOTEs due to empty lines in docs.
5+
- Fix **NOTEs** due to empty lines in docs.
66

77
# cffr 1.0.0
88

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ install.packages("cffr")
138138
You can install the developing version of **cffr** with:
139139

140140
```{r, eval=FALSE}
141-
devtools::install_github("ropensci/cffr")
141+
remotes::install_github("ropensci/cffr")
142142
```
143143

144144
Alternatively, you can install **cffr** using the

README.md

Lines changed: 4 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,9 @@ 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-
See [some projects already using
76-
**cffr**](https://github.com/search?q=cffr%20path%3A**%2FCITATION.cff&type=code).
75+
As per 2024-04-09 there are at least 351 repos on GitHub using **cffr**.
76+
[Check them out
77+
here](https://github.com/search?q=cffr%20path%3A**%2FCITATION.cff&type=code).
7778

7879
### Installation
7980

@@ -384,9 +385,6 @@ test <- cff_create("rmarkdown")
384385
email: jeroen@berkeley.edu
385386
orcid: https://orcid.org/0000-0002-4035-0289
386387
year: '2024'
387-
identifiers:
388-
- type: url
389-
value: https://arxiv.org/abs/1403.2805
390388
- type: software
391389
title: knitr
392390
abstract: 'knitr: A General-Purpose Package for Dynamic Report Generation in R'
@@ -551,26 +549,6 @@ test <- cff_create("rmarkdown")
551549
- family-names: Chirico.
552550
given-names: Michael
553551
year: '2024'
554-
- type: software
555-
title: dygraphs
556-
abstract: 'dygraphs: Interface to ''Dygraphs'' Interactive Time Series Charting
557-
Library'
558-
notes: Suggests
559-
url: https://github.com/rstudio/dygraphs
560-
repository: https://CRAN.R-project.org/package=dygraphs
561-
authors:
562-
- family-names: Vanderkam
563-
given-names: Dan
564-
website: http://dygraphs.com/
565-
- family-names: Allaire
566-
given-names: JJ
567-
- family-names: Owen
568-
given-names: Jonathan
569-
- family-names: Gromer
570-
given-names: Daniel
571-
- family-names: Thieurmel
572-
given-names: Benoit
573-
year: '2024'
574552
- type: software
575553
title: fs
576554
abstract: 'fs: Cross-Platform File System Operations Based on ''libuv'''
@@ -587,26 +565,6 @@ test <- cff_create("rmarkdown")
587565
given-names: Gábor
588566
email: csardi.gabor@gmail.com
589567
year: '2024'
590-
- type: software
591-
title: rsconnect
592-
abstract: 'rsconnect: Deploy Docs, Apps, and APIs to ''Posit Connect'', ''shinyapps.io'',
593-
and ''RPubs'''
594-
notes: Suggests
595-
url: https://rstudio.github.io/rsconnect/
596-
repository: https://CRAN.R-project.org/package=rsconnect
597-
authors:
598-
- family-names: Atkins
599-
given-names: Aron
600-
email: aron@posit.co
601-
- family-names: Allen
602-
given-names: Toph
603-
- family-names: Wickham
604-
given-names: Hadley
605-
- family-names: McPherson
606-
given-names: Jonathan
607-
- family-names: Allaire
608-
given-names: JJ
609-
year: '2024'
610568
- type: software
611569
title: downlit
612570
abstract: 'downlit: Syntax Highlighting and Automatic Linking'
@@ -619,19 +577,6 @@ test <- cff_create("rmarkdown")
619577
email: hadley@posit.co
620578
year: '2024'
621579
version: '>= 0.4.0'
622-
- type: software
623-
title: katex
624-
abstract: 'katex: Rendering Math to HTML, ''MathML'', or R-Documentation Format'
625-
notes: Suggests
626-
url: https://docs.ropensci.org/katex/
627-
repository: https://CRAN.R-project.org/package=katex
628-
authors:
629-
- family-names: Ooms
630-
given-names: Jeroen
631-
email: jeroen@berkeley.edu
632-
orcid: https://orcid.org/0000-0002-4035-0289
633-
year: '2024'
634-
version: '>= 1.4.0'
635580
- type: software
636581
title: sass
637582
abstract: 'sass: Syntactically Awesome Style Sheets (''Sass'')'
@@ -742,18 +687,6 @@ test <- cff_create("rmarkdown")
742687
given-names: Davis
743688
email: davis@posit.co
744689
year: '2024'
745-
- type: software
746-
title: cleanrmd
747-
abstract: 'cleanrmd: Clean Class-Less ''R Markdown'' HTML Documents'
748-
notes: Suggests
749-
url: https://pkg.garrickadenbuie.com/cleanrmd/
750-
repository: https://CRAN.R-project.org/package=cleanrmd
751-
authors:
752-
- family-names: Aden-Buie
753-
given-names: Garrick
754-
email: garrick@adenbuie.com
755-
orcid: https://orcid.org/0000-0002-7111-0077
756-
year: '2024'
757690
- type: software
758691
title: withr
759692
abstract: 'withr: Run Code ''With'' Temporarily Modified Global State'
@@ -888,8 +821,7 @@ for more info.
888821

889822
## References
890823

891-
<div id="refs" class="references csl-bib-body hanging-indent"
892-
entry-spacing="0">
824+
<div id="refs" class="references csl-bib-body hanging-indent">
893825

894826
<div id="ref-codemeta" class="csl-entry">
895827

codemeta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"codeRepository": "https://github.com/ropensci/cffr",
99
"issueTracker": "https://github.com/ropensci/cffr/issues",
1010
"license": "https://spdx.org/licenses/GPL-3.0",
11-
"version": "1.0.0.9000",
11+
"version": "1.0.1",
1212
"programmingLanguage": {
1313
"@type": "ComputerLanguage",
1414
"name": "R",
@@ -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": "1600.405KB",
203+
"fileSize": "1598.15KB",
204204
"citation": [
205205
{
206206
"@type": "ScholarlyArticle",

0 commit comments

Comments
 (0)