Skip to content

Commit 1c20b45

Browse files
Update docs with pkgdev
1 parent ff420aa commit 1c20b45

3 files changed

Lines changed: 3 additions & 105 deletions

File tree

R/utils.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,7 @@ guess_cff_part <- function(x) {
203203
# Look at the first element.
204204
guess <- guess_cff_named_part(x[[1]])
205205

206-
fin <- switch(
207-
guess,
206+
fin <- switch(guess,
208207
"cff_pers" = "cff_pers_lst",
209208
"cff_ref" = "cff_ref_lst",
210209
"unclear"

README.md

Lines changed: 1 addition & 101 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ test <- cff_create("knitr")
178178
url: https://yihui.org/knitr/
179179
repository: https://CRAN.R-project.org/package=knitr
180180
repository-code: https://github.com/yihui/knitr
181+
commit: '1.51'
181182
url: https://yihui.org/knitr/
182183
date-released: '2025-12-20'
183184
contact:
@@ -345,23 +346,6 @@ test <- cff_create("knitr")
345346
orcid: https://orcid.org/0000-0002-7111-0077
346347
year: '2026'
347348
doi: 10.32614/CRAN.package.bslib
348-
- type: software
349-
title: DBI
350-
abstract: 'DBI: R Database Interface'
351-
notes: Suggests
352-
url: https://dbi.r-dbi.org
353-
repository: https://CRAN.R-project.org/package=DBI
354-
authors:
355-
- name: R Special Interest Group on Databases (R-SIG-DB)
356-
- family-names: Wickham
357-
given-names: Hadley
358-
- family-names: Müller
359-
given-names: Kirill
360-
email: kirill@cynkra.com
361-
orcid: https://orcid.org/0000-0002-1416-3412
362-
year: '2026'
363-
doi: 10.32614/CRAN.package.DBI
364-
version: '>= 0.4-1'
365349
- type: software
366350
title: digest
367351
abstract: 'digest: Create Compact Hash Digests of R Objects'
@@ -375,21 +359,6 @@ test <- cff_create("knitr")
375359
orcid: https://orcid.org/0000-0001-6419-907X
376360
year: '2026'
377361
doi: 10.32614/CRAN.package.digest
378-
- type: software
379-
title: gifski
380-
abstract: 'gifski: Highest Quality GIF Encoder'
381-
notes: Suggests
382-
url: https://r-rust.r-universe.dev/gifski
383-
repository: https://CRAN.R-project.org/package=gifski
384-
authors:
385-
- family-names: Ooms
386-
given-names: Jeroen
387-
email: jeroenooms@gmail.com
388-
orcid: https://orcid.org/0000-0002-4035-0289
389-
- name: Kornel Lesiński
390-
- name: Authors of the dependency Rust crates
391-
year: '2026'
392-
doi: 10.32614/CRAN.package.gifski
393362
- type: software
394363
title: htmlwidgets
395364
abstract: 'htmlwidgets: HTML Widgets for R'
@@ -415,19 +384,6 @@ test <- cff_create("knitr")
415384
year: '2026'
416385
doi: 10.32614/CRAN.package.htmlwidgets
417386
version: '>= 0.7'
418-
- type: software
419-
title: jpeg
420-
abstract: 'jpeg: Read and write JPEG images'
421-
notes: Suggests
422-
url: https://www.rforge.net/jpeg/
423-
repository: https://CRAN.R-project.org/package=jpeg
424-
authors:
425-
- family-names: Urbanek
426-
given-names: Simon
427-
email: Simon.Urbanek@r-project.org
428-
orcid: https://orcid.org/0000-0003-2297-1732
429-
year: '2026'
430-
doi: 10.32614/CRAN.package.jpeg
431387
- type: software
432388
title: magick
433389
abstract: 'magick: Advanced Graphics and Image-Processing in R'
@@ -441,37 +397,6 @@ test <- cff_create("knitr")
441397
orcid: https://orcid.org/0000-0002-4035-0289
442398
year: '2026'
443399
doi: 10.32614/CRAN.package.magick
444-
- type: software
445-
title: litedown
446-
abstract: 'litedown: A Lightweight Version of R Markdown'
447-
notes: Suggests
448-
url: https://github.com/yihui/litedown
449-
repository: https://CRAN.R-project.org/package=litedown
450-
authors:
451-
- family-names: Xie
452-
given-names: Yihui
453-
email: xie@yihui.name
454-
orcid: https://orcid.org/0000-0003-0645-5666
455-
year: '2026'
456-
doi: 10.32614/CRAN.package.litedown
457-
- type: software
458-
title: markdown
459-
abstract: 'markdown: Render Markdown with ''commonmark'''
460-
notes: Suggests
461-
url: https://github.com/rstudio/markdown
462-
repository: https://CRAN.R-project.org/package=markdown
463-
authors:
464-
- family-names: Xie
465-
given-names: Yihui
466-
email: xie@yihui.name
467-
orcid: https://orcid.org/0000-0003-0645-5666
468-
- family-names: Allaire
469-
given-names: JJ
470-
- family-names: Horner
471-
given-names: Jeffrey
472-
year: '2026'
473-
doi: 10.32614/CRAN.package.markdown
474-
version: '>= 1.3'
475400
- type: software
476401
title: otel
477402
abstract: 'otel: OpenTelemetry R API'
@@ -484,19 +409,6 @@ test <- cff_create("knitr")
484409
email: csardi.gabor@gmail.com
485410
year: '2026'
486411
doi: 10.32614/CRAN.package.otel
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
500412
- type: software
501413
title: ragg
502414
abstract: 'ragg: Graphic Devices Based on AGG'
@@ -598,18 +510,6 @@ test <- cff_create("knitr")
598510
orcid: https://orcid.org/0000-0002-4958-2844
599511
year: '2026'
600512
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
613513
- type: software
614514
title: styler
615515
abstract: 'styler: Non-Invasive Pretty Printing of R Code'

codemeta.json

Lines changed: 1 addition & 2 deletions
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": "1002.279KB",
225+
"fileSize": "1011.854KB",
226226
"citation": [
227227
{
228228
"@type": "ScholarlyArticle",
@@ -309,7 +309,6 @@
309309
}
310310
],
311311
"releaseNotes": "https://github.com/ropensci/cffr/blob/main/NEWS.md",
312-
"readme": "https://github.com/ropensci/cffr/blob/main/README.md",
313312
"contIntegration": ["https://github.com/ropensci/cffr/actions/workflows/check-full.yaml", "https://app.codecov.io/gh/ropensci/cffr", "https://coveralls.io/github/ropensci/cffr?branch=main", "https://github.com/ropensci/cffr/actions/workflows/cff-validator.yaml"],
314313
"developmentStatus": ["https://www.repostatus.org/#active", "https://lifecycle.r-lib.org/articles/stages.html#experimental"],
315314
"review": {

0 commit comments

Comments
 (0)