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

Commit 42035bd

Browse files
committed
update codemeta.json. bump version, update news and cran comments
1 parent a0bd777 commit 42035bd

File tree

6 files changed

+28
-20
lines changed

6 files changed

+28
-20
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Description: A programmatic interface to the 'SOLR' based
77
articles, making plots, doing 'faceted' searches,
88
'highlight' searches, and viewing results of 'highlighted'
99
searches in a browser.
10-
Version: 0.8.7.91
10+
Version: 0.9.0
1111
License: MIT + file LICENSE
1212
Authors@R: c(
1313
person("Scott", "Chamberlain", role = c("aut", "cre"),

NEWS.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
rplos 0.9.0
2+
-----------
3+
4+
### MINOR IMPROVEMENTS
5+
6+
* 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)
7+
* move readme images to man/figures (#127)
8+
* replace `dplyr::data_frame` with `dplyr::tibble` (#126)
9+
10+
111
rplos 0.8.6
212
-----------
313

README.Rmd

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

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

231231
[![rofooter](https://ropensci.org/public_images/github_footer.png)](https://ropensci.org)
232+
233+
[coc]: https://github.com/ropensci/rplos/blob/master/CODE_OF_CONDUCT.md

README.md

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

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

469469
[![rofooter](https://ropensci.org/public_images/github_footer.png)](https://ropensci.org)
470+
471+
[coc]: https://github.com/ropensci/rplos/blob/master/CODE_OF_CONDUCT.md

codemeta.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,13 @@
1010
"codeRepository": "https://github.com/ropensci/rplos",
1111
"issueTracker": "https://github.com/ropensci/rplos/issues",
1212
"license": "https://spdx.org/licenses/MIT",
13-
"version": "0.8.6",
13+
"version": "0.9.0",
1414
"programmingLanguage": {
1515
"@type": "ComputerLanguage",
1616
"name": "R",
17-
"version": "3.6.0",
1817
"url": "https://r-project.org"
1918
},
20-
"runtimePlatform": "R version 3.6.0 Patched (2019-04-30 r76446)",
19+
"runtimePlatform": "R version 3.6.3 Patched (2020-03-11 r78147)",
2120
"provider": {
2221
"@id": "https://cran.r-project.org",
2322
"@type": "Organization",
@@ -229,15 +228,16 @@
229228
"sameAs": "https://CRAN.R-project.org/package=solrium"
230229
}
231230
],
232-
"contIntegration": "https://travis-ci.org/ropensci/rplos",
231+
"contIntegration": ["https://travis-ci.org/ropensci/rplos", "https://ci.appveyor.com/project/sckott/rplos", "https://codecov.io/github/ropensci/rplos?branch=master"],
233232
"releaseNotes": "https://github.com/ropensci/rplos/blob/master/NEWS.md",
234233
"readme": "https://github.com/ropensci/rplos/blob/master/README.md",
235-
"fileSize": "1217.221KB",
234+
"fileSize": "0KB",
236235
"applicationCategory": "Literature",
237236
"isPartOf": "https://ropensci.org",
238237
"keywords": ["PLOS", "library", "science", "JSON", "XML", "API", "web", "api-client", "article", "fulltext", "text-mining", "xml", "pdf", "metadata", "web-api", "plos", "r", "rstats", "r-package"],
239238
"developmentStatus": "http://www.repostatus.org/#active",
240239
"contributor": {},
241240
"copyrightHolder": {},
242-
"funder": {}
241+
"funder": {},
242+
"relatedLink": "https://docs.ropensci.org/rplos"
243243
}

cran-comments.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,20 @@
11
## Test environments
22

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

77
## R CMD check results
88

9-
License components with restrictions and base license permitting such:
10-
MIT + file LICENSE
11-
File 'LICENSE':
12-
YEAR: 2019
13-
COPYRIGHT HOLDER: Scott Chamberlain
9+
0 errors | 0 warnings | 0 notes
1410

1511
## Reverse dependencies
1612

17-
* I have run R CMD check on the 1 downstream dependency, with no errors
18-
related to this package. Summary at
19-
<https://github.com/ropensci/rplos/blob/master/revdep/README.md>
13+
* 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>
2014

2115
----------
2216

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

2519
Thanks!
2620
Scott Chamberlain

0 commit comments

Comments
 (0)