Skip to content

Commit 2588fa3

Browse files
committed
update cran comments about the dep on R 4.1
1 parent a9f571e commit 2588fa3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@
446446
},
447447
"SystemRequirements": null
448448
},
449-
"fileSize": "1990.545KB",
449+
"fileSize": "1990.54KB",
450450
"citation": [
451451
{
452452
"@type": "SoftwareSourceCode",

cran-comments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44
0 errors | 0 warnings | 1 note
55

6-
* Regarding the NOTEs of the R CMD check:
6+
* Introduced the dependency on R >= 4.1.0 to address the NOTE: "Missing dependency on R >= 4.1.0 because package code uses the pipe"
77

8-
* The links to www.ine.es and www.transportes.gob.es give false positives with 403, while in fact they work just fine in the web browser. It must be some bot protection of the Spanish websites.
8+
* The links to www.ine.es and www.transportes.gob.es give false positives with 403, while in fact they work just fine in the web browser. It must be some bot protection of the Spanish websites.

tools/meta-data-update-and-submission.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# before release
22
# usethis::use_version("patch")
33
# usethis::use_version("minor")
4+
usethis::use_tidy_description()
45
cffr::cff_write()
56
codemetar::write_codemeta(write_minimeta = T)
6-
usethis::use_tidy_description()
77
# urlchecker::url_check()
88
# devtools::check(remote = TRUE, manual = TRUE)
99
# devtools::check(cran = TRUE)

0 commit comments

Comments
 (0)