diff --git a/DESCRIPTION b/DESCRIPTION index b12416e..30f63b5 100755 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: pkgsimil Title: Similarity Metrics between R Packages -Version: 0.1.1.060 +Version: 0.1.2 Authors@R: c( person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2172-5265"))) diff --git a/codemeta.json b/codemeta.json index 61c908e..ea32446 100644 --- a/codemeta.json +++ b/codemeta.json @@ -8,7 +8,7 @@ "codeRepository": "https://github.com/ropensci-review-tools/pkgsimil", "issueTracker": "https://github.com/ropensci-review-tools/pkgsimil/issues", "license": "https://spdx.org/licenses/MIT", - "version": "0.1.1.060", + "version": "0.1.2", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", @@ -46,6 +46,18 @@ "url": "https://cran.r-project.org" }, "sameAs": "https://CRAN.R-project.org/package=testthat" + }, + { + "@type": "SoftwareApplication", + "identifier": "tokenizers", + "name": "tokenizers", + "provider": { + "@id": "https://cran.r-project.org", + "@type": "Organization", + "name": "Comprehensive R Archive Network (CRAN)", + "url": "https://cran.r-project.org" + }, + "sameAs": "https://CRAN.R-project.org/package=tokenizers" } ], "softwareRequirements": { @@ -63,15 +75,15 @@ }, "2": { "@type": "SoftwareApplication", - "identifier": "fs", - "name": "fs", + "identifier": "cli", + "name": "cli", "provider": { "@id": "https://cran.r-project.org", "@type": "Organization", "name": "Comprehensive R Archive Network (CRAN)", "url": "https://cran.r-project.org" }, - "sameAs": "https://CRAN.R-project.org/package=fs" + "sameAs": "https://CRAN.R-project.org/package=cli" }, "3": { "@type": "SoftwareApplication", @@ -86,6 +98,18 @@ "sameAs": "https://CRAN.R-project.org/package=dplyr" }, "4": { + "@type": "SoftwareApplication", + "identifier": "fs", + "name": "fs", + "provider": { + "@id": "https://cran.r-project.org", + "@type": "Organization", + "name": "Comprehensive R Archive Network (CRAN)", + "url": "https://cran.r-project.org" + }, + "sameAs": "https://CRAN.R-project.org/package=fs" + }, + "5": { "@type": "SoftwareApplication", "identifier": "httr2", "name": "httr2", @@ -97,13 +121,22 @@ }, "sameAs": "https://CRAN.R-project.org/package=httr2" }, - "SystemRequirements": {} + "6": { + "@type": "SoftwareApplication", + "identifier": "pbapply", + "name": "pbapply", + "provider": { + "@id": "https://cran.r-project.org", + "@type": "Organization", + "name": "Comprehensive R Archive Network (CRAN)", + "url": "https://cran.r-project.org" + }, + "sameAs": "https://CRAN.R-project.org/package=pbapply" + }, + "SystemRequirements": null }, - "fileSize": "43.251KB", + "fileSize": "30540.316KB", "readme": "https://github.com/ropensci-review-tools/pkgsimil/blob/main/README.md", - "contIntegration": [ - "https://github.com/ropensci-review-tools/pkgsimil/actions?query=workflow%3AR-CMD-check", - "https://app.codecov.io/gh/ropensci-review-tools/pkgsimil" - ], + "contIntegration": ["https://github.com/ropensci-review-tools/pkgsimil/actions?query=workflow%3AR-CMD-check", "https://app.codecov.io/gh/ropensci-review-tools/pkgsimil"], "developmentStatus": "https://www.repostatus.org/#active" }