Skip to content

Commit

Permalink
update cran comments and codemeta.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed May 6, 2021
1 parent e1b8d70 commit 5aed6c6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 33 deletions.
32 changes: 4 additions & 28 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"codeRepository": "https://github.com/ropensci/jqr",
"issueTracker": "https://github.com/ropensci/jqr/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "1.2.0",
"version": "1.2.1",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.0.3 Patched (2020-11-02 r79396)",
"runtimePlatform": "R version 4.0.5 Patched (2021-03-31 r80136)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -80,30 +80,6 @@
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=testthat"
},
{
"@type": "SoftwareApplication",
"identifier": "knitr",
"name": "knitr",
"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=knitr"
},
{
"@type": "SoftwareApplication",
"identifier": "rmarkdown",
"name": "rmarkdown",
"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=rmarkdown"
}
],
"softwareRequirements": [
Expand Down Expand Up @@ -145,15 +121,15 @@
"contIntegration": "https://codecov.io/gh/ropensci/jqr",
"releaseNotes": "https://github.com/ropensci/jqr/blob/master/NEWS.md",
"readme": "https://github.com/ropensci/jqr/blob/master/README.md",
"fileSize": "0KB",
"fileSize": "160.711KB",
"keywords": [
"json",
"rstats",
"jq",
"r",
"r-package"
],
"relatedLink": "https://docs.ropensci.org/jqr",
"relatedLink": ["https://docs.ropensci.org/jqr", "https://docs.ropensci.org/jqr/"],
"contributor": {},
"copyrightHolder": {},
"funder": {}
Expand Down
8 changes: 3 additions & 5 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Test environments

* local OS X install, R 4.0.3 patched
* ubuntu 16.04 (on travis-ci), R 4.0.3
* local OS X install, R 4.0.5 patched
* ubuntu 16.04 (on Github Actions), R 4.0.5
* win-builder (devel and release)

## R CMD check results
Expand All @@ -14,9 +14,7 @@

---

This version makes a fix for the forthcoming version of magrittr, which this package depends on.

This is a re-submission of this version, fixing a problem.
This version updates the libjq version for Windows.

Thanks!
Scott Chamberlain

0 comments on commit 5aed6c6

Please sign in to comment.