Skip to content

Commit

Permalink
update news and cran comments, update revdep checks
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Jan 29, 2020
1 parent 1d8e4c0 commit 7fccbda
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 26 deletions.
17 changes: 17 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
rvertnet 0.8.0
===============

### NEW FEATURES

* `searchbyterm()` and `bigsearch()` reworked: both functions now have the first parameter as `...`, which accepts any valid query parameter. There were so many query parameters for these functions it was a bit overwhelming. See `?searchbyterm` docs for details (#66)

### MINOR IMPROVEMENTS

* decode the request URL before printing to the R console so users can more easily see what request they have done (#67)
* vignette title fix (#68)

### BUG FIXES

* `searchbyterm()` fix: booleans need to be converted to VertNet's expected `0/1` instead of `true/false` (#66)


rvertnet 0.7.0
===============

Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"contIntegration": ["https://travis-ci.org/ropensci/rvertnet", "https://ci.appveyor.com/project/sckott/rvertnet", "https://codecov.io/github/ropensci/rvertnet?branch=master"],
"releaseNotes": "https://github.com/ropensci/rvertnet/blob/master/NEWS.md",
"readme": "https://github.com/ropensci/rvertnet/blob/master/README.md",
"fileSize": "744.948KB",
"fileSize": "745.142KB",
"contributor": [
{
"@type": "Person",
Expand Down
18 changes: 5 additions & 13 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,20 @@
## Test environments

* local OS X install, R 3.4.4 patched
* ubuntu 12.04 (on travis-ci), R 3.4.4
* local OS X install, R 3.6.2 patched
* ubuntu 16.04 (on travis-ci), R 3.6.2
* win-builder (devel and release)

## R CMD check results

0 errors | 0 warnings | 1 note

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

## Reverse dependencies

* I have run R CMD check on the 1 downstream dependency.
(Summary at https://github.com/ropensci/rvertnet/tree/master/revdep),
with no problems.
* I have run R CMD check on the 1 downstream dependency, with no problems found. Summary at https://github.com/ropensci/rvertnet/tree/master/revdep

--------

This release includes addition of parameters to one function.
This release includes a bug fix, and changes to two functions to make them more user friendly.

Sincerely,
Scott Chamberlain
15 changes: 5 additions & 10 deletions revdep/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,21 @@

|field |value |
|:--------|:-------------------------------------------|
|version |R version 3.4.4 Patched (2018-03-19 r74426) |
|os |macOS High Sierra 10.13.4 |
|version |R version 3.6.2 Patched (2020-01-25 r77715) |
|os |macOS Mojave 10.14.6 |
|system |x86_64, darwin15.6.0 |
|ui |X11 |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |US/Pacific |
|date |2018-04-16 |
|date |2020-01-29 |

# Dependencies

|package |old |new |Δ |
|:--------|:-----|:-----|:--|
|rvertnet |0.6.2 |0.7.0 |* |
|rvertnet |0.7.0 |0.8.0 |* |

# Revdeps

## All (1)

|package |version |error |warning |note |
|:-------|:-------|:-----|:-------|:----|
|spocc |0.7.0 | | | |

4 changes: 2 additions & 2 deletions revdep/check.R
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
library("revdepcheck")
res <- revdep_check()
revdepcheck::revdep_reset()
revdepcheck::revdep_check()
1 change: 1 addition & 0 deletions revdep/failures.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*Wow, no problems at all. :)*
1 change: 1 addition & 0 deletions revdep/problems.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*Wow, no problems at all. :)*

0 comments on commit 7fccbda

Please sign in to comment.