Skip to content

Commit

Permalink
CRAN version 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Jun 5, 2024
1 parent c8a4671 commit f7c79ec
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 17 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
19 changes: 11 additions & 8 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"]
}
24 changes: 16 additions & 8 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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 "[email protected]" 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

0 comments on commit f7c79ec

Please sign in to comment.