Skip to content

Commit

Permalink
Adds codemeta + updates CRAN comments
Browse files Browse the repository at this point in the history
  • Loading branch information
cimentadaj committed Mar 11, 2021
1 parent de37f3b commit b6f1c2d
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 12 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

## essurvey 1.0.7

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

## essurvey 1.0.6
Expand Down
28 changes: 20 additions & 8 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,13 @@
"codeRepository": "https://github.com/ropensci/essurvey",
"issueTracker": "https://github.com/ropensci/essurvey/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "1.0.3",
"version": "1.0.7",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"version": "3.6.1",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 3.6.1 (2019-07-05)",
"runtimePlatform": "R version 4.0.3 (2020-10-10)",
"author": [
{
"@type": "Person",
Expand Down Expand Up @@ -171,11 +170,14 @@
"name": "utils"
}
],
"contIntegration": "https://travis-ci.org/ropensci/essurvey",
"contIntegration": "https://codecov.io/github/ropensci/essurvey?branch=master",
"releaseNotes": "https://github.com/ropensci/essurvey/blob/master/NEWS.md",
"readme": "https://github.com/ropensci/essurvey/blob/master/README.md",
"fileSize": "63.788KB",
"relatedLink": ["https://docs.ropensci.org/essurvey/", "https://CRAN.R-project.org/package=essurvey"],
"fileSize": "552.282KB",
"relatedLink": [
"https://docs.ropensci.org/essurvey/",
"https://CRAN.R-project.org/package=essurvey"
],
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand All @@ -198,7 +200,12 @@
],
"copyrightHolder": {},
"funder": {},
"keywords": ["ess", "r", "rstats", "r-package"],
"keywords": [
"ess",
"r",
"rstats",
"r-package"
],
"citation": [
{
"@type": "SoftwareSourceCode",
Expand All @@ -214,5 +221,10 @@
"url": "https://docs.ropensci.org/essurvey/",
"description": "R package version 1.0.3"
}
]
],
"review": {
"@type": "Review",
"url": "https://github.com/ropensci/software-review/issues/201",
"provider": "https://ropensci.org"
}
}
15 changes: 12 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Test environments
- local Ubuntu 18.04.5 LTS, R-3.6.1
- local Ubuntu 20.0.0 LTS, 4.0.3
- Windows Server 2019 (r-release)
- Mac OS X (r-release)
- Ubuntu 20.04.2 (r-release)
Expand All @@ -8,15 +8,24 @@

## R CMD check results

- - 0 errors ✔ | 0 warnings ✔ | 0 notes ✔
- - 0 errors ✔ | 0 warnings ✔ | 1 notes ✔

* checking CRAN incoming feasibility ... NOTE

Maintainer: ‘Jorge Cimentada <cimentadaj@gmail.com>
New submission
Package was archived on CRAN
CRAN repository db overrides:
X-CRAN-Comment: Archived on 2021-02-27 for policy violation.
On Internet access, despite reminder and subsequent update.

## Reverse dependencies

There are currently no downstream dependencies for this package.

---

`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.
`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.

This should fix any execution errors for posterity.

Expand Down

0 comments on commit b6f1c2d

Please sign in to comment.