Skip to content

Commit f7c79ec

Browse files
committed
CRAN version 1.0.5
1 parent c8a4671 commit f7c79ec

File tree

3 files changed

+28
-17
lines changed

3 files changed

+28
-17
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: goodpractice
22
Title: Advice on R Package Building
3-
Version: 1.0.4.012
3+
Version: 1.0.5
44
Authors@R:
55
c(
66
person(given = "Mark",

codemeta.json

+11-8
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,23 @@
44
"identifier": "goodpractice",
55
"description": "Give advice about good practices when building R packages. Advice includes functions and syntax to avoid, package structure, code complexity, code formatting, etc.",
66
"name": "goodpractice: Advice on R Package Building",
7-
"relatedLink": "https://ropensci-review-tools.github.io/goodpractice/",
7+
"relatedLink": ["https://docs.ropensci.org/goodpractice/", "https://CRAN.R-project.org/package=goodpractice"],
88
"codeRepository": "https://github.com/ropensci-review-tools/goodpractice",
99
"issueTracker": "https://github.com/ropensci-review-tools/goodpractice/issues",
1010
"license": "https://spdx.org/licenses/MIT",
11-
"version": "1.0.4.012",
11+
"version": "1.0.5",
1212
"programmingLanguage": {
1313
"@type": "ComputerLanguage",
1414
"name": "R",
1515
"url": "https://r-project.org"
1616
},
1717
"runtimePlatform": "R version 4.4.0 (2024-04-24)",
18+
"provider": {
19+
"@id": "https://cran.r-project.org",
20+
"@type": "Organization",
21+
"name": "Comprehensive R Archive Network (CRAN)",
22+
"url": "https://cran.r-project.org"
23+
},
1824
"author": [
1925
{
2026
"@type": "Person",
@@ -308,13 +314,10 @@
308314
},
309315
"sameAs": "https://CRAN.R-project.org/package=xmlparsedata"
310316
},
311-
"SystemRequirements": {}
317+
"SystemRequirements": null
312318
},
313-
"fileSize": "155.332KB",
319+
"fileSize": "153.922KB",
314320
"releaseNotes": "https://github.com/ropensci-review-tools/goodpractice/blob/master/NEWS.md",
315321
"readme": "https://github.com/ropensci-review-tools/goodpractice/blob/main/README.md",
316-
"contIntegration": [
317-
"https://github.com/MangoTheCat/goodpractice/actions",
318-
"https://app.codecov.io/gh/MangoTheCat/goodpractice?branch=main"
319-
]
322+
"contIntegration": ["https://github.com/ropensci-review-tools/goodpractice/actions", "https://app.codecov.io/gh/ropensci-review-tools/goodpractice?branch=main"]
320323
}

cran-comments.md

+16-8
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,23 @@
1-
## R CMD check results
2-
3-
There were 0 ERRORs or WARNINGs.
1+
## New Maintainer
42

5-
There was 1 NOTE:
3+
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.
64

7-
* checking top-level files ... NOTE
8-
Non-standard file/directory found at top level:
9-
'pkgdown'
5+
## R CMD check results
106

11-
This was added by `pkgdown::build_site()`.
7+
This submission generates no ERRORs or WARNINGs on the platforms listed below, and only one note because previous version was archived.
128

139
## Downstream dependencies
1410

1511
This is a small update to get the package back on CRAN; I did not run `revdepcheck`.
12+
13+
## Test environments
14+
15+
The package has been checked on all environments listed below, and generates only the single note identifying the package as a new submission.
16+
17+
GitHub actions:
18+
* Linux: R-release, R-devel, R-oldrelease
19+
* OSX: R-release
20+
* Windows: R-release, R-devel, R-oldrelease
21+
22+
CRAN win-builder:
23+
* R-oldrelease, R-release, R-devel

0 commit comments

Comments
 (0)