Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
update news, cran comments, bump to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Feb 23, 2021
1 parent e600584 commit 44d95aa
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 11 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Description: A programmatic interface to the 'SOLR' based
articles, making plots, doing 'faceted' searches,
'highlight' searches, and viewing results of 'highlighted'
searches in a browser.
Version: 0.9.0.94
Version: 1.0.0
License: MIT + file LICENSE
Authors@R: c(
person("Scott", "Chamberlain", role = c("aut", "cre"),
Expand Down
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
rplos 1.0
---------

### MINOR IMPROVEMENTS

* fix a broken test on cran (#128)


rplos 0.9.0
-----------

Expand Down
19 changes: 12 additions & 7 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"codeRepository": "https://github.com/ropensci/rplos",
"issueTracker": "https://github.com/ropensci/rplos/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.9.0",
"version": "1.0.0",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 3.6.3 Patched (2020-03-11 r78147)",
"runtimePlatform": "R version 4.0.4 Patched (2021-02-17 r80031)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -228,16 +228,21 @@
"sameAs": "https://CRAN.R-project.org/package=solrium"
}
],
"contIntegration": ["https://travis-ci.org/ropensci/rplos", "https://ci.appveyor.com/project/sckott/rplos", "https://codecov.io/github/ropensci/rplos?branch=master"],
"contIntegration": "https://codecov.io/github/ropensci/rplos?branch=master",
"releaseNotes": "https://github.com/ropensci/rplos/blob/master/NEWS.md",
"readme": "https://github.com/ropensci/rplos/blob/master/README.md",
"fileSize": "0KB",
"fileSize": "5246.315KB",
"applicationCategory": "Literature",
"isPartOf": "https://ropensci.org",
"keywords": ["PLOS", "library", "science", "JSON", "XML", "API", "web", "api-client", "article", "fulltext", "text-mining", "xml", "pdf", "metadata", "web-api", "plos", "r", "rstats", "r-package"],
"developmentStatus": "http://www.repostatus.org/#active",
"developmentStatus": "https://www.repostatus.org/#active",
"contributor": {},
"copyrightHolder": {},
"funder": {},
"relatedLink": "https://docs.ropensci.org/rplos"
"funder": [
{
"@type": "Organization",
"name": "rOpenSci"
}
],
"relatedLink": ["https://docs.ropensci.org/rplos", "https://docs.ropensci.org/rplos/"]
}
6 changes: 3 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Test environments

* local macOS install, R 3.6.3 Patched
* ubuntu 16.04 (on travis-ci), R 3.6.3
* local macOS install, R 4.0.4 Patched
* ubuntu 16.04 (on github actions), R 4.0.4
* win-builder (devel and release)

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

----------

This version moves location of README images, swaps out a function from a dependency package, and some functions gain progress bar ability.
This version fixes a broken test and future proofs all tests so they are skipped if the remote service is offline.

Thanks!
Scott Chamberlain

0 comments on commit 44d95aa

Please sign in to comment.