From 42035bd20764cec0fb4862a0425e3fedc8732f50 Mon Sep 17 00:00:00 2001 From: Scott Chamberlain Date: Tue, 7 Apr 2020 15:09:18 -0700 Subject: [PATCH] update codemeta.json. bump version, update news and cran comments --- DESCRIPTION | 2 +- NEWS.md | 10 ++++++++++ README.Rmd | 4 +++- README.md | 4 +++- codemeta.json | 12 ++++++------ cran-comments.md | 16 +++++----------- 6 files changed, 28 insertions(+), 20 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 11d54d3..a77b793 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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"), diff --git a/NEWS.md b/NEWS.md index ba2c015..21e9a99 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 ----------- diff --git a/README.Rmd b/README.Rmd index a9a43bd..7de28c6 100644 --- a/README.Rmd +++ b/README.Rmd @@ -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. --- @@ -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 diff --git a/README.md b/README.md index 999ba69..12f298d 100644 --- a/README.md +++ b/README.md @@ -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. --- @@ -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 diff --git a/codemeta.json b/codemeta.json index 7ca6645..966f4c6 100644 --- a/codemeta.json +++ b/codemeta.json @@ -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", @@ -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" } diff --git a/cran-comments.md b/cran-comments.md index 49d143b..b438020 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -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 - +* I have run R CMD check on the 1 downstream dependency, with no errors. Summary at ---------- -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