Skip to content

Commit 70d31e7

Browse files
committed
Prepare CRAN release
1 parent 6164006 commit 70d31e7

File tree

8 files changed

+33
-32
lines changed

8 files changed

+33
-32
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
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.1.0.9000
11+
version: 1.1.1
1212
doi: 10.21105/joss.03900
1313
identifiers:
1414
- type: doi

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.1.0.9000
3+
Version: 1.1.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# cffr (development version)
1+
# cffr 1.1.1
22

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ file and the `CITATION` file (if present) of your package. Note that
7373
**cffr** works best if your package pass
7474
`R CMD check/devtools::check()`.
7575

76-
As per 2024-08-09 there are at least 290 repos on GitHub using **cffr**.
76+
As per 2024-08-11 there are at least 296 repos on GitHub using **cffr**.
7777
[Check them out
7878
here](https://github.com/search?q=cffr%20path%3A**%2FCITATION.cff&type=code).
7979

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.1.0.9000",
11+
"version": "1.1.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": "1624.56KB",
203+
"fileSize": "1624.307KB",
204204
"citation": [
205205
{
206206
"@type": "ScholarlyArticle",

inst/schemaorg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
"url": "https://cran.r-project.org"
2828
},
2929
"runtimePlatform": "R Under development (unstable) (2024-08-07 r86984 ucrt)",
30-
"version": "1.1.0.9000"
30+
"version": "1.1.1"
3131
}

revdep/README.md

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,33 @@
11
# Platform
22

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

1617
# Dependencies
1718

18-
|package |old |new |Δ |
19-
|:------------|:------|:----------|:--|
20-
|cffr |1.1.0 |1.1.0.9000 |* |
21-
|cli |3.6.3 |3.6.3 | |
22-
|curl |5.2.1 |5.2.1 | |
23-
|desc |1.4.3 |1.4.3 | |
24-
|jsonlite |1.8.8 |1.8.8 | |
25-
|jsonvalidate |1.3.2 |1.3.2 | |
26-
|R6 |2.5.1 |2.5.1 | |
27-
|Rcpp |1.0.13 |1.0.13 | |
28-
|V8 |4.4.2 |4.4.2 | |
29-
|yaml |2.3.10 |2.3.10 | |
19+
|package |old |new |Δ |
20+
|:------------|:------|:------|:--|
21+
|cffr |1.1.0 |1.1.1 |* |
22+
|cli |3.6.3 |3.6.3 | |
23+
|curl |5.2.1 |5.2.1 | |
24+
|desc |1.4.3 |1.4.3 | |
25+
|jsonlite |1.8.8 |1.8.8 | |
26+
|jsonvalidate |1.3.2 |1.3.2 | |
27+
|R6 |2.5.1 |2.5.1 | |
28+
|Rcpp |1.0.13 |1.0.13 | |
29+
|V8 |4.4.2 |4.4.2 | |
30+
|yaml |2.3.10 |2.3.10 | |
3031

3132
# Revdeps
3233

revdep/cran.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## revdepcheck results
22

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

55
* We saw 0 new problems
66
* We failed to check 0 packages

0 commit comments

Comments
 (0)