|
4 | 4 | "identifier": "pkgstats",
|
5 | 5 | "description": "Static code analyses for R packages using the external code-tagging libraries \"ctags\" and \"gtags\". Static analyses enable packages to be analysed very quickly, generally a couple of seconds at most. The package also provides access to a database generating by applying the main function to the full CRAN archive, enabling the statistical properties of any package to be compared with all other CRAN packages.",
|
6 | 6 | "name": "pkgstats: Metrics of R Packages",
|
7 |
| - "relatedLink": "https://docs.ropensci.org/pkgstats/", |
| 7 | + "relatedLink": ["https://docs.ropensci.org/pkgstats/", "https://CRAN.R-project.org/package=pkgstats"], |
8 | 8 | "codeRepository": "https://github.com/ropensci-review-tools/pkgstats",
|
9 | 9 | "issueTracker": "https://github.com/ropensci-review-tools/pkgstats/issues",
|
10 | 10 | "license": "https://spdx.org/licenses/GPL-3.0",
|
11 |
| - "version": "0.1.0.004", |
| 11 | + "version": "0.1.1", |
12 | 12 | "programmingLanguage": {
|
13 | 13 | "@type": "ComputerLanguage",
|
14 | 14 | "name": "R",
|
|
154 | 154 | },
|
155 | 155 | "sameAs": "https://CRAN.R-project.org/package=testthat"
|
156 | 156 | },
|
| 157 | + { |
| 158 | + "@type": "SoftwareApplication", |
| 159 | + "identifier": "tibble", |
| 160 | + "name": "tibble", |
| 161 | + "provider": { |
| 162 | + "@id": "https://cran.r-project.org", |
| 163 | + "@type": "Organization", |
| 164 | + "name": "Comprehensive R Archive Network (CRAN)", |
| 165 | + "url": "https://cran.r-project.org" |
| 166 | + }, |
| 167 | + "sameAs": "https://CRAN.R-project.org/package=tibble" |
| 168 | + }, |
157 | 169 | {
|
158 | 170 | "@type": "SoftwareApplication",
|
159 | 171 | "identifier": "visNetwork",
|
|
271 | 283 | },
|
272 | 284 | "SystemRequirements": "ctags, global, C++11"
|
273 | 285 | },
|
274 |
| - "fileSize": "601.972KB", |
| 286 | + "fileSize": "1268.978KB", |
275 | 287 | "citation": [
|
276 | 288 | {
|
277 | 289 | "@type": "SoftwareSourceCode",
|
|
289 | 301 | }
|
290 | 302 | ],
|
291 | 303 | "readme": "https://github.com/ropensci-review-tools/pkgstats/blob/main/README.md",
|
292 |
| - "contIntegration": [ |
293 |
| - "https://github.com/ropensci-review-tools/pkgstats/actions?query=workflow%3AR-CMD-check", |
294 |
| - "https://app.codecov.io/gh/ropensci-review-tools/pkgstats" |
295 |
| - ], |
| 304 | + "contIntegration": ["https://github.com/ropensci-review-tools/pkgstats/actions?query=workflow%3AR-CMD-check", "https://app.codecov.io/gh/ropensci-review-tools/pkgstats"], |
296 | 305 | "developmentStatus": "https://www.repostatus.org/#active"
|
297 | 306 | }
|
0 commit comments