From b6f1c2deb4eab6bcc328c9dc3616079892ca42dc Mon Sep 17 00:00:00 2001 From: Jorge Cimentada Date: Thu, 11 Mar 2021 19:53:56 +0100 Subject: [PATCH] Adds codemeta + updates CRAN comments --- NEWS.md | 2 +- codemeta.json | 28 ++++++++++++++++++++-------- cran-comments.md | 15 ++++++++++++--- 3 files changed, 33 insertions(+), 12 deletions(-) diff --git a/NEWS.md b/NEWS.md index 6afefe0..8b2a900 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 diff --git a/codemeta.json b/codemeta.json index 0bfb416..465a013 100644 --- a/codemeta.json +++ b/codemeta.json @@ -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", @@ -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", @@ -198,7 +200,12 @@ ], "copyrightHolder": {}, "funder": {}, - "keywords": ["ess", "r", "rstats", "r-package"], + "keywords": [ + "ess", + "r", + "rstats", + "r-package" + ], "citation": [ { "@type": "SoftwareSourceCode", @@ -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" + } } diff --git a/cran-comments.md b/cran-comments.md index 59b44b7..31bb0c0 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -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) @@ -8,7 +8,16 @@ ## R CMD check results -- - 0 errors ✔ | 0 warnings ✔ | 0 notes ✔ +- - 0 errors ✔ | 0 warnings ✔ | 1 notes ✔ + +* checking CRAN incoming feasibility ... NOTE + +Maintainer: ‘Jorge Cimentada ’ +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 @@ -16,7 +25,7 @@ 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.