|
4 | 4 | "identifier": "goodpractice",
|
5 | 5 | "description": "Give advice about good practices when building R packages. Advice includes functions and syntax to avoid, package structure, code complexity, code formatting, etc.",
|
6 | 6 | "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"], |
8 | 8 | "codeRepository": "https://github.com/ropensci-review-tools/goodpractice",
|
9 | 9 | "issueTracker": "https://github.com/ropensci-review-tools/goodpractice/issues",
|
10 | 10 | "license": "https://spdx.org/licenses/MIT",
|
11 |
| - "version": "1.0.4.012", |
| 11 | + "version": "1.0.5", |
12 | 12 | "programmingLanguage": {
|
13 | 13 | "@type": "ComputerLanguage",
|
14 | 14 | "name": "R",
|
15 | 15 | "url": "https://r-project.org"
|
16 | 16 | },
|
17 | 17 | "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 | + }, |
18 | 24 | "author": [
|
19 | 25 | {
|
20 | 26 | "@type": "Person",
|
|
308 | 314 | },
|
309 | 315 | "sameAs": "https://CRAN.R-project.org/package=xmlparsedata"
|
310 | 316 | },
|
311 |
| - "SystemRequirements": {} |
| 317 | + "SystemRequirements": null |
312 | 318 | },
|
313 |
| - "fileSize": "155.332KB", |
| 319 | + "fileSize": "153.922KB", |
314 | 320 | "releaseNotes": "https://github.com/ropensci-review-tools/goodpractice/blob/master/NEWS.md",
|
315 | 321 | "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"] |
320 | 323 | }
|
0 commit comments