From f7c79eca53c69f0e262f3bf3e3a7aa84845137d2 Mon Sep 17 00:00:00 2001 From: mpadge Date: Wed, 5 Jun 2024 11:30:54 +0200 Subject: [PATCH 1/5] CRAN version 1.0.5 --- DESCRIPTION | 2 +- codemeta.json | 19 +++++++++++-------- cran-comments.md | 24 ++++++++++++++++-------- 3 files changed, 28 insertions(+), 17 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index f77e5b0..1417555 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: goodpractice Title: Advice on R Package Building -Version: 1.0.4.012 +Version: 1.0.5 Authors@R: c( person(given = "Mark", diff --git a/codemeta.json b/codemeta.json index 99609b9..d883eeb 100644 --- a/codemeta.json +++ b/codemeta.json @@ -4,17 +4,23 @@ "identifier": "goodpractice", "description": "Give advice about good practices when building R packages. Advice includes functions and syntax to avoid, package structure, code complexity, code formatting, etc.", "name": "goodpractice: Advice on R Package Building", - "relatedLink": "https://ropensci-review-tools.github.io/goodpractice/", + "relatedLink": ["https://docs.ropensci.org/goodpractice/", "https://CRAN.R-project.org/package=goodpractice"], "codeRepository": "https://github.com/ropensci-review-tools/goodpractice", "issueTracker": "https://github.com/ropensci-review-tools/goodpractice/issues", "license": "https://spdx.org/licenses/MIT", - "version": "1.0.4.012", + "version": "1.0.5", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", "url": "https://r-project.org" }, "runtimePlatform": "R version 4.4.0 (2024-04-24)", + "provider": { + "@id": "https://cran.r-project.org", + "@type": "Organization", + "name": "Comprehensive R Archive Network (CRAN)", + "url": "https://cran.r-project.org" + }, "author": [ { "@type": "Person", @@ -308,13 +314,10 @@ }, "sameAs": "https://CRAN.R-project.org/package=xmlparsedata" }, - "SystemRequirements": {} + "SystemRequirements": null }, - "fileSize": "155.332KB", + "fileSize": "153.922KB", "releaseNotes": "https://github.com/ropensci-review-tools/goodpractice/blob/master/NEWS.md", "readme": "https://github.com/ropensci-review-tools/goodpractice/blob/main/README.md", - "contIntegration": [ - "https://github.com/MangoTheCat/goodpractice/actions", - "https://app.codecov.io/gh/MangoTheCat/goodpractice?branch=main" - ] + "contIntegration": ["https://github.com/ropensci-review-tools/goodpractice/actions", "https://app.codecov.io/gh/ropensci-review-tools/goodpractice?branch=main"] } diff --git a/cran-comments.md b/cran-comments.md index d44b3c0..874b01f 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,15 +1,23 @@ -## R CMD check results - -There were 0 ERRORs or WARNINGs. +## New Maintainer -There was 1 NOTE: +This submission is from a new maintainer for this package. An email was sent to "cran-submission@r-project.org" on 28th May 2024 by the previous maintainer approving and notifying you of this maintainer transfer. -* checking top-level files ... NOTE - Non-standard file/directory found at top level: - 'pkgdown' +## R CMD check results -This was added by `pkgdown::build_site()`. +This submission generates no ERRORs or WARNINGs on the platforms listed below, and only one note because previous version was archived. ## Downstream dependencies This is a small update to get the package back on CRAN; I did not run `revdepcheck`. + +## Test environments + +The package has been checked on all environments listed below, and generates only the single note identifying the package as a new submission. + +GitHub actions: +* Linux: R-release, R-devel, R-oldrelease +* OSX: R-release +* Windows: R-release, R-devel, R-oldrelease + +CRAN win-builder: +* R-oldrelease, R-release, R-devel From 2b582605fa2ecd827abce990a83a2b209fbd59fa Mon Sep 17 00:00:00 2001 From: mpadge Date: Wed, 5 Jun 2024 11:35:04 +0200 Subject: [PATCH 2/5] update news for 1.0.5 release --- NEWS.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 33aa869..9c450eb 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,7 +1,9 @@ -# goodpractice 1.0.4-1 +# goodpractice 1.0.5 +* New maintainer: rOpenSci +* Package reinstated on CRAN, after archiving of previous version. * CRAN fixes - skipping failing test and adding \alias{goodpractice} to package Rd -* Adding pkgdown site to DESCRIPTION (#160, @olivroy) +* Adding docs.ropensci site to DESCRIPTION # goodpractice 1.0.3 From 97b9fdde052ace47d2f2efcc134ad15433c2c9a5 Mon Sep 17 00:00:00 2001 From: mpadge Date: Wed, 5 Jun 2024 12:05:27 +0200 Subject: [PATCH 3/5] dev version 1.0.5.9000 --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 1417555..113d1b0 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: goodpractice Title: Advice on R Package Building -Version: 1.0.5 +Version: 1.0.5.9000 Authors@R: c( person(given = "Mark", From a3464d03cb4047ab33828b07112d4f7bb80d6846 Mon Sep 17 00:00:00 2001 From: mpadge Date: Wed, 5 Jun 2024 12:07:08 +0200 Subject: [PATCH 4/5] dev version in news --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index 9c450eb..e1cdd10 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,5 @@ +# goodpractice 1.0.5.9000 (dev version) + # goodpractice 1.0.5 * New maintainer: rOpenSci From dbeb270bfa308028bb34a7893d924eaf7945c156 Mon Sep 17 00:00:00 2001 From: mpadge Date: Wed, 5 Jun 2024 12:08:55 +0200 Subject: [PATCH 5/5] increment codemeta version -> 1.0.5.9000 dev version --- codemeta.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codemeta.json b/codemeta.json index d883eeb..d210e1c 100644 --- a/codemeta.json +++ b/codemeta.json @@ -8,7 +8,7 @@ "codeRepository": "https://github.com/ropensci-review-tools/goodpractice", "issueTracker": "https://github.com/ropensci-review-tools/goodpractice/issues", "license": "https://spdx.org/licenses/MIT", - "version": "1.0.5", + "version": "1.0.5.9000", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R",