Skip to content

Commit

Permalink
Prepare CRAN release
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan committed Aug 11, 2024
1 parent 6164006 commit 70d31e7
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 32 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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.9000
version: 1.1.1
doi: 10.21105/joss.03900
identifiers:
- type: doi
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
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.9000
Version: 1.1.1
Authors@R: c(
person("Diego", "Hernangómez", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-8457-4658")),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# cffr (development version)
# cffr 1.1.1

- Adapt extraction of orcid to **R \> 4.4.1**.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-08-09 there are at least 290 repos on GitHub using **cffr**.
As per 2024-08-11 there are at least 296 repos on GitHub using **cffr**.
[Check them out
here](https://github.com/search?q=cffr%20path%3A**%2FCITATION.cff&type=code).

Expand Down
4 changes: 2 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"codeRepository": "https://github.com/ropensci/cffr",
"issueTracker": "https://github.com/ropensci/cffr/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "1.1.0.9000",
"version": "1.1.1",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -200,7 +200,7 @@
},
"isPartOf": "https://ropensci.org",
"keywords": ["attribution", "citation", "credit", "citation-files", "cff", "metadata", "r", "r-package", "citation-file-format", "rstats", "ropensci", "cran"],
"fileSize": "1624.56KB",
"fileSize": "1624.307KB",
"citation": [
{
"@type": "ScholarlyArticle",
Expand Down
2 changes: 1 addition & 1 deletion inst/schemaorg.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
"url": "https://cran.r-project.org"
},
"runtimePlatform": "R Under development (unstable) (2024-08-07 r86984 ucrt)",
"version": "1.1.0.9000"
"version": "1.1.1"
}
49 changes: 25 additions & 24 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,33 @@
# Platform

|field |value |
|:--------|:------------------------------------------------------|
|version |R version 4.4.1 (2024-06-14) |
|os |Ubuntu 22.04.4 LTS |
|system |x86_64, linux-gnu |
|ui |X11 |
|language |(EN) |
|collate |C.UTF-8 |
|ctype |C.UTF-8 |
|tz |UTC |
|date |2024-08-09 |
|pandoc |3.1.11 @ /opt/hostedtoolcache/pandoc/3.1.11/x64/pandoc |
|field |value |
|:--------|:----------------------------------------|
|version |R version 4.4.1 (2024-06-14 ucrt) |
|os |Windows 11 x64 (build 22631) |
|system |x86_64, mingw32 |
|ui |RStudio |
|language |(EN) |
|collate |Spanish_Spain.utf8 |
|ctype |Spanish_Spain.utf8 |
|tz |Europe/Madrid |
|date |2024-08-11 |
|rstudio |2024.04.2+764 Chocolate Cosmos (desktop) |
|pandoc |3.1.12.2 @ C:\PROGRA~1\Pandoc\pandoc.exe |

# Dependencies

|package |old |new |Δ |
|:------------|:------|:----------|:--|
|cffr |1.1.0 |1.1.0.9000 |* |
|cli |3.6.3 |3.6.3 | |
|curl |5.2.1 |5.2.1 | |
|desc |1.4.3 |1.4.3 | |
|jsonlite |1.8.8 |1.8.8 | |
|jsonvalidate |1.3.2 |1.3.2 | |
|R6 |2.5.1 |2.5.1 | |
|Rcpp |1.0.13 |1.0.13 | |
|V8 |4.4.2 |4.4.2 | |
|yaml |2.3.10 |2.3.10 | |
|package |old |new |Δ |
|:------------|:------|:------|:--|
|cffr |1.1.0 |1.1.1 |* |
|cli |3.6.3 |3.6.3 | |
|curl |5.2.1 |5.2.1 | |
|desc |1.4.3 |1.4.3 | |
|jsonlite |1.8.8 |1.8.8 | |
|jsonvalidate |1.3.2 |1.3.2 | |
|R6 |2.5.1 |2.5.1 | |
|Rcpp |1.0.13 |1.0.13 | |
|V8 |4.4.2 |4.4.2 | |
|yaml |2.3.10 |2.3.10 | |

# Revdeps

2 changes: 1 addition & 1 deletion revdep/cran.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## revdepcheck results

We checked 4 reverse dependencies (0 from CRAN + 4 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
We checked 4 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We failed to check 0 packages
Expand Down

0 comments on commit 70d31e7

Please sign in to comment.