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

Commit

Permalink
update codemeta.json. bump version, update news and cran comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Apr 7, 2020
1 parent a0bd777 commit 42035bd
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 20 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.8.7.91
Version: 0.9.0
License: MIT + file LICENSE
Authors@R: c(
person("Scott", "Chamberlain", role = c("aut", "cre"),
Expand Down
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
rplos 0.9.0
-----------

### MINOR IMPROVEMENTS

* functions that use solrium under the hood now have a `progress` parameter that you can pass `htt::progress()` to get progress information; especially useful for long running queries (#124)
* move readme images to man/figures (#127)
* replace `dplyr::data_frame` with `dplyr::tibble` (#126)


rplos 0.8.6
-----------

Expand Down
4 changes: 3 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ res <- searchplos(q='*:*', limit = 2000, progress = httr::progress())
* Please [report any issues or bugs](https://github.com/ropensci/rplos/issues).
* License: MIT
* Get citation information for `rplos` in R doing `citation(package = 'rplos')`
* Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md).
* Please note that this project is released with a [Contributor Code of Conduct][coc].
By participating in this project you agree to abide by its terms.

---
Expand All @@ -229,3 +229,5 @@ This package is part of a richer suite called [fulltext](https://github.com/rope
---

[![rofooter](https://ropensci.org/public_images/github_footer.png)](https://ropensci.org)

[coc]: https://github.com/ropensci/rplos/blob/master/CODE_OF_CONDUCT.md
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ res <- searchplos(q='*:*', limit = 2000, progress = httr::progress())
* Please [report any issues or bugs](https://github.com/ropensci/rplos/issues).
* License: MIT
* Get citation information for `rplos` in R doing `citation(package = 'rplos')`
* Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md).
* Please note that this project is released with a [Contributor Code of Conduct][coc].
By participating in this project you agree to abide by its terms.

---
Expand All @@ -467,3 +467,5 @@ This package is part of a richer suite called [fulltext](https://github.com/rope
---

[![rofooter](https://ropensci.org/public_images/github_footer.png)](https://ropensci.org)

[coc]: https://github.com/ropensci/rplos/blob/master/CODE_OF_CONDUCT.md
12 changes: 6 additions & 6 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,13 @@
"codeRepository": "https://github.com/ropensci/rplos",
"issueTracker": "https://github.com/ropensci/rplos/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.8.6",
"version": "0.9.0",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"version": "3.6.0",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 3.6.0 Patched (2019-04-30 r76446)",
"runtimePlatform": "R version 3.6.3 Patched (2020-03-11 r78147)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -229,15 +228,16 @@
"sameAs": "https://CRAN.R-project.org/package=solrium"
}
],
"contIntegration": "https://travis-ci.org/ropensci/rplos",
"contIntegration": ["https://travis-ci.org/ropensci/rplos", "https://ci.appveyor.com/project/sckott/rplos", "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": "1217.221KB",
"fileSize": "0KB",
"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",
"contributor": {},
"copyrightHolder": {},
"funder": {}
"funder": {},
"relatedLink": "https://docs.ropensci.org/rplos"
}
16 changes: 5 additions & 11 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,20 @@
## Test environments

* local OS X install, R 3.6.0 Patched
* ubuntu 14.04 (on travis-ci), R 3.6.0
* local macOS install, R 3.6.3 Patched
* ubuntu 16.04 (on travis-ci), R 3.6.3
* win-builder (devel and release)

## R CMD check results

License components with restrictions and base license permitting such:
MIT + file LICENSE
File 'LICENSE':
YEAR: 2019
COPYRIGHT HOLDER: Scott Chamberlain
0 errors | 0 warnings | 0 notes

## Reverse dependencies

* I have run R CMD check on the 1 downstream dependency, with no errors
related to this package. Summary at
<https://github.com/ropensci/rplos/blob/master/revdep/README.md>
* I have run R CMD check on the 1 downstream dependency, with no errors. Summary at <https://github.com/ropensci/rplos/blob/master/revdep/README.md>

----------

This version fixes problems in test fixture files that had non-ascii text that caused test suite failures on debian clang devel platform.
This version moves location of README images, swaps out a function from a dependency package, and some functions gain progress bar ability.

Thanks!
Scott Chamberlain

0 comments on commit 42035bd

Please sign in to comment.