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