From 7fccbda1c39155f2951862758e1f47cf34ab60c9 Mon Sep 17 00:00:00 2001 From: Scott Chamberlain Date: Wed, 29 Jan 2020 09:15:11 -0800 Subject: [PATCH] update news and cran comments, update revdep checks --- NEWS.md | 17 +++++++++++++++++ codemeta.json | 2 +- cran-comments.md | 18 +++++------------- revdep/README.md | 15 +++++---------- revdep/check.R | 4 ++-- revdep/failures.md | 1 + revdep/problems.md | 1 + 7 files changed, 32 insertions(+), 26 deletions(-) create mode 100644 revdep/failures.md diff --git a/NEWS.md b/NEWS.md index 9577913..45ad9bd 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 =============== diff --git a/codemeta.json b/codemeta.json index 982fefd..63504af 100644 --- a/codemeta.json +++ b/codemeta.json @@ -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", diff --git a/cran-comments.md b/cran-comments.md index 8e8de6a..74c15ae 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -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 diff --git a/revdep/README.md b/revdep/README.md index 3bc748e..918d3a2 100644 --- a/revdep/README.md +++ b/revdep/README.md @@ -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 | | | | - diff --git a/revdep/check.R b/revdep/check.R index 232f2d0..9bceed0 100644 --- a/revdep/check.R +++ b/revdep/check.R @@ -1,2 +1,2 @@ -library("revdepcheck") -res <- revdep_check() +revdepcheck::revdep_reset() +revdepcheck::revdep_check() diff --git a/revdep/failures.md b/revdep/failures.md new file mode 100644 index 0000000..9a20736 --- /dev/null +++ b/revdep/failures.md @@ -0,0 +1 @@ +*Wow, no problems at all. :)* \ No newline at end of file diff --git a/revdep/problems.md b/revdep/problems.md index e69de29..9a20736 100644 --- a/revdep/problems.md +++ b/revdep/problems.md @@ -0,0 +1 @@ +*Wow, no problems at all. :)* \ No newline at end of file