Skip to content

Commit 3d08c88

Browse files
committed
Update docs
1 parent 5056470 commit 3d08c88

5 files changed

Lines changed: 159 additions & 17 deletions

File tree

R/data.R

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,15 @@
77
#' @family datasets
88
#' @docType data
99
#' @encoding UTF-8
10+
#' @name cran_to_spdx
11+
#' @rdname cran_to_spdx
1012
#'
11-
#' @format A data frame with `r nrow(cran_to_spdx)` rows and 2 variables:
12-
#'
13-
#' * `r names(cran_to_spdx)[1]`: A valid `License` string on CRAN.
14-
#' * `r names(cran_to_spdx)[2]`. A valid SPDX License Identifier.
13+
#' @format
14+
#' A data frame with `r nrow(cran_to_spdx)` rows and 2 variables:
15+
#' \describe{
16+
#' \item{`LICENSE`}{A valid `License` string on CRAN.}
17+
#' \item{`SPDX`}{A valid SPDX License Identifier.}
18+
#' }
1519
#'
1620
#' @seealso *Writing R Extensions*,
1721
#' ```{r, echo=FALSE, results='asis'}
@@ -29,4 +33,4 @@
2933
#' data("cran_to_spdx")
3034
#'
3135
#' head(cran_to_spdx, 20)
32-
"cran_to_spdx"
36+
NULL

README.md

Lines changed: 142 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ file and the `CITATION` file (if present) from your package. Note that
7777
**cffr** works best if your package passes
7878
`R CMD check/devtools::check()`.
7979

80-
As per 2026-04-08 there are at least 520 repos on GitHub using **cffr**.
80+
As per 2026-04-16 there are at least 508 repos on GitHub using **cffr**.
8181
[Check them out
8282
here](https://github.com/search?q=cffr%20path%3A**%2FCITATION.cff&type=code).
8383

@@ -175,7 +175,6 @@ test <- cff_create("knitr")
175175
url: https://yihui.org/knitr/
176176
repository: https://CRAN.R-project.org/package=knitr
177177
repository-code: https://github.com/yihui/knitr
178-
commit: '1.51'
179178
url: https://yihui.org/knitr/
180179
date-released: '2025-12-20'
181180
contact:
@@ -334,6 +333,23 @@ test <- cff_create("knitr")
334333
orcid: https://orcid.org/0000-0002-7111-0077
335334
year: '2026'
336335
doi: 10.32614/CRAN.package.bslib
336+
- type: software
337+
title: DBI
338+
abstract: 'DBI: R Database Interface'
339+
notes: Suggests
340+
url: https://dbi.r-dbi.org
341+
repository: https://CRAN.R-project.org/package=DBI
342+
authors:
343+
- name: R Special Interest Group on Databases (R-SIG-DB)
344+
- family-names: Wickham
345+
given-names: Hadley
346+
- family-names: Müller
347+
given-names: Kirill
348+
email: kirill@cynkra.com
349+
orcid: https://orcid.org/0000-0002-1416-3412
350+
year: '2026'
351+
doi: 10.32614/CRAN.package.DBI
352+
version: '>= 0.4-1'
337353
- type: software
338354
title: digest
339355
abstract: 'digest: Create Compact Hash Digests of R Objects'
@@ -347,6 +363,21 @@ test <- cff_create("knitr")
347363
orcid: https://orcid.org/0000-0001-6419-907X
348364
year: '2026'
349365
doi: 10.32614/CRAN.package.digest
366+
- type: software
367+
title: gifski
368+
abstract: 'gifski: Highest Quality GIF Encoder'
369+
notes: Suggests
370+
url: https://r-rust.r-universe.dev/gifski
371+
repository: https://CRAN.R-project.org/package=gifski
372+
authors:
373+
- family-names: Ooms
374+
given-names: Jeroen
375+
email: jeroenooms@gmail.com
376+
orcid: https://orcid.org/0000-0002-4035-0289
377+
- name: Kornel Lesiński
378+
- name: Authors of the dependency Rust crates
379+
year: '2026'
380+
doi: 10.32614/CRAN.package.gifski
350381
- type: software
351382
title: htmlwidgets
352383
abstract: 'htmlwidgets: HTML Widgets for R'
@@ -372,6 +403,19 @@ test <- cff_create("knitr")
372403
year: '2026'
373404
doi: 10.32614/CRAN.package.htmlwidgets
374405
version: '>= 0.7'
406+
- type: software
407+
title: jpeg
408+
abstract: 'jpeg: Read and write JPEG images'
409+
notes: Suggests
410+
url: https://www.rforge.net/jpeg/
411+
repository: https://CRAN.R-project.org/package=jpeg
412+
authors:
413+
- family-names: Urbanek
414+
given-names: Simon
415+
email: Simon.Urbanek@r-project.org
416+
orcid: https://orcid.org/0000-0003-2297-1732
417+
year: '2026'
418+
doi: 10.32614/CRAN.package.jpeg
375419
- type: software
376420
title: magick
377421
abstract: 'magick: Advanced Graphics and Image-Processing in R'
@@ -385,6 +429,37 @@ test <- cff_create("knitr")
385429
orcid: https://orcid.org/0000-0002-4035-0289
386430
year: '2026'
387431
doi: 10.32614/CRAN.package.magick
432+
- type: software
433+
title: litedown
434+
abstract: 'litedown: A Lightweight Version of R Markdown'
435+
notes: Suggests
436+
url: https://github.com/yihui/litedown
437+
repository: https://CRAN.R-project.org/package=litedown
438+
authors:
439+
- family-names: Xie
440+
given-names: Yihui
441+
email: xie@yihui.name
442+
orcid: https://orcid.org/0000-0003-0645-5666
443+
year: '2026'
444+
doi: 10.32614/CRAN.package.litedown
445+
- type: software
446+
title: markdown
447+
abstract: 'markdown: Render Markdown with ''commonmark'''
448+
notes: Suggests
449+
url: https://github.com/rstudio/markdown
450+
repository: https://CRAN.R-project.org/package=markdown
451+
authors:
452+
- family-names: Xie
453+
given-names: Yihui
454+
email: xie@yihui.name
455+
orcid: https://orcid.org/0000-0003-0645-5666
456+
- family-names: Allaire
457+
given-names: JJ
458+
- family-names: Horner
459+
given-names: Jeffrey
460+
year: '2026'
461+
doi: 10.32614/CRAN.package.markdown
462+
version: '>= 1.3'
388463
- type: software
389464
title: otel
390465
abstract: 'otel: OpenTelemetry R API'
@@ -397,6 +472,31 @@ test <- cff_create("knitr")
397472
email: csardi.gabor@gmail.com
398473
year: '2026'
399474
doi: 10.32614/CRAN.package.otel
475+
- type: software
476+
title: otelsdk
477+
abstract: 'otelsdk: R SDK and Exporters for OpenTelemetry'
478+
notes: Suggests
479+
url: https://otelsdk.r-lib.org
480+
repository: https://CRAN.R-project.org/package=otelsdk
481+
authors:
482+
- family-names: Csárdi
483+
given-names: Gábor
484+
email: csardi.gabor@gmail.com
485+
year: '2026'
486+
doi: 10.32614/CRAN.package.otelsdk
487+
- type: software
488+
title: png
489+
abstract: 'png: Read and write PNG images'
490+
notes: Suggests
491+
url: https://www.rforge.net/png/
492+
repository: https://CRAN.R-project.org/package=png
493+
authors:
494+
- family-names: Urbanek
495+
given-names: Simon
496+
email: Simon.Urbanek@r-project.org
497+
orcid: https://orcid.org/0000-0003-2297-1732
498+
year: '2026'
499+
doi: 10.32614/CRAN.package.png
400500
- type: software
401501
title: ragg
402502
abstract: 'ragg: Graphic Devices Based on AGG'
@@ -498,6 +598,18 @@ test <- cff_create("knitr")
498598
orcid: https://orcid.org/0000-0002-4958-2844
499599
year: '2026'
500600
doi: 10.32614/CRAN.package.sass
601+
- type: software
602+
title: showtext
603+
abstract: 'showtext: Using Fonts More Easily in R Graphs'
604+
notes: Suggests
605+
url: https://github.com/yixuan/showtext
606+
repository: https://CRAN.R-project.org/package=showtext
607+
authors:
608+
- family-names: Qiu
609+
given-names: Yixuan
610+
email: yixuan.qiu@cos.name
611+
year: '2026'
612+
doi: 10.32614/CRAN.package.showtext
501613
- type: software
502614
title: styler
503615
abstract: 'styler: Non-Invasive Pretty Printing of R Code'
@@ -571,6 +683,34 @@ test <- cff_create("knitr")
571683
email: gary@posit.co
572684
year: '2026'
573685
doi: 10.32614/CRAN.package.rstudioapi
686+
- type: software
687+
title: svglite
688+
abstract: 'svglite: An ''SVG'' Graphics Device'
689+
notes: Suggests
690+
url: https://svglite.r-lib.org
691+
repository: https://CRAN.R-project.org/package=svglite
692+
authors:
693+
- family-names: Wickham
694+
given-names: Hadley
695+
email: hadley@posit.co
696+
- family-names: Henry
697+
given-names: Lionel
698+
email: lionel@posit.co
699+
- family-names: Pedersen
700+
given-names: Thomas Lin
701+
email: thomas.pedersen@posit.co
702+
orcid: https://orcid.org/0000-0002-5147-4711
703+
- family-names: Luciani
704+
given-names: T Jake
705+
email: jake@apache.org
706+
- family-names: Decorde
707+
given-names: Matthieu
708+
email: matthieu.decorde@ens-lyon.fr
709+
- family-names: Lise
710+
given-names: Vaudor
711+
email: lise.vaudor@ens-lyon.fr
712+
year: '2026'
713+
doi: 10.32614/CRAN.package.svglite
574714

575715
</details>
576716

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222
},
223223
"isPartOf": "https://ropensci.org",
224224
"keywords": ["attribution", "citation", "credit", "citation-files", "cff", "metadata", "citation-file-format", "cran", "r", "r-package", "ropensci", "rstats", "r-cran"],
225-
"fileSize": "1001.536KB",
225+
"fileSize": "999.296KB",
226226
"citation": [
227227
{
228228
"@type": "ScholarlyArticle",

man/cff_class.Rd

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

man/cran_to_spdx.Rd

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

0 commit comments

Comments
 (0)