Skip to content

Commit b6f1c2d

Browse files
committed
Adds codemeta + updates CRAN comments
1 parent de37f3b commit b6f1c2d

File tree

3 files changed

+33
-12
lines changed

3 files changed

+33
-12
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## essurvey 1.0.7
55

6-
- CRAN maintenance release. All vigenttes are now precompiled to avoid errors when the ESS website breaks for some reason.
6+
- CRAN maintenance release. All vignettes are now precompiled to avoid errors when the ESS website breaks for some reason.
77
- `ess_email` environmental variable has been renamed to `ESS_EMAIL` to comply with Github Actions standards
88

99
## essurvey 1.0.6

codemeta.json

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,13 @@
1010
"codeRepository": "https://github.com/ropensci/essurvey",
1111
"issueTracker": "https://github.com/ropensci/essurvey/issues",
1212
"license": "https://spdx.org/licenses/MIT",
13-
"version": "1.0.3",
13+
"version": "1.0.7",
1414
"programmingLanguage": {
1515
"@type": "ComputerLanguage",
1616
"name": "R",
17-
"version": "3.6.1",
1817
"url": "https://r-project.org"
1918
},
20-
"runtimePlatform": "R version 3.6.1 (2019-07-05)",
19+
"runtimePlatform": "R version 4.0.3 (2020-10-10)",
2120
"author": [
2221
{
2322
"@type": "Person",
@@ -171,11 +170,14 @@
171170
"name": "utils"
172171
}
173172
],
174-
"contIntegration": "https://travis-ci.org/ropensci/essurvey",
173+
"contIntegration": "https://codecov.io/github/ropensci/essurvey?branch=master",
175174
"releaseNotes": "https://github.com/ropensci/essurvey/blob/master/NEWS.md",
176175
"readme": "https://github.com/ropensci/essurvey/blob/master/README.md",
177-
"fileSize": "63.788KB",
178-
"relatedLink": ["https://docs.ropensci.org/essurvey/", "https://CRAN.R-project.org/package=essurvey"],
176+
"fileSize": "552.282KB",
177+
"relatedLink": [
178+
"https://docs.ropensci.org/essurvey/",
179+
"https://CRAN.R-project.org/package=essurvey"
180+
],
179181
"provider": {
180182
"@id": "https://cran.r-project.org",
181183
"@type": "Organization",
@@ -198,7 +200,12 @@
198200
],
199201
"copyrightHolder": {},
200202
"funder": {},
201-
"keywords": ["ess", "r", "rstats", "r-package"],
203+
"keywords": [
204+
"ess",
205+
"r",
206+
"rstats",
207+
"r-package"
208+
],
202209
"citation": [
203210
{
204211
"@type": "SoftwareSourceCode",
@@ -214,5 +221,10 @@
214221
"url": "https://docs.ropensci.org/essurvey/",
215222
"description": "R package version 1.0.3"
216223
}
217-
]
224+
],
225+
"review": {
226+
"@type": "Review",
227+
"url": "https://github.com/ropensci/software-review/issues/201",
228+
"provider": "https://ropensci.org"
229+
}
218230
}

cran-comments.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Test environments
2-
- local Ubuntu 18.04.5 LTS, R-3.6.1
2+
- local Ubuntu 20.0.0 LTS, 4.0.3
33
- Windows Server 2019 (r-release)
44
- Mac OS X (r-release)
55
- Ubuntu 20.04.2 (r-release)
@@ -8,15 +8,24 @@
88

99
## R CMD check results
1010

11-
- - 0 errors ✔ | 0 warnings ✔ | 0 notes ✔
11+
- - 0 errors ✔ | 0 warnings ✔ | 1 notes ✔
12+
13+
* checking CRAN incoming feasibility ... NOTE
14+
15+
Maintainer: ‘Jorge Cimentada <cimentadaj@gmail.com>
16+
New submission
17+
Package was archived on CRAN
18+
CRAN repository db overrides:
19+
X-CRAN-Comment: Archived on 2021-02-27 for policy violation.
20+
On Internet access, despite reminder and subsequent update.
1221

1322
## Reverse dependencies
1423

1524
There are currently no downstream dependencies for this package.
1625

1726
---
1827

19-
`essurvey` was recently removed from CRAN because of some errors being raised in the vignette. Unfortunately, this was an error on my side because the European Social Survey website was having some certificate issues. All vignettes are now precompiled and should never throw an error. Furthermore, I made sure all examples are wrapped in \dontrun, so no actual execution will happen when running R CMD check.
28+
`essurvey` was recently removed from CRAN because of some errors being raised in the vignette. Unfortunately, this was an error on my side because the European Social Survey website was having some certificate issues and vignettes were throwing errors. All vignettes are now precompiled by default and should never throw an error. Furthermore, I made sure all examples are wrapped in \dontrun, so no actual execution will happen when running R CMD check.
2029

2130
This should fix any execution errors for posterity.
2231

0 commit comments

Comments
 (0)