Skip to content

Commit 7fccbda

Browse files
committed
update news and cran comments, update revdep checks
1 parent 1d8e4c0 commit 7fccbda

7 files changed

+32
-26
lines changed

NEWS.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
rvertnet 0.8.0
2+
===============
3+
4+
### NEW FEATURES
5+
6+
* `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)
7+
8+
### MINOR IMPROVEMENTS
9+
10+
* decode the request URL before printing to the R console so users can more easily see what request they have done (#67)
11+
* vignette title fix (#68)
12+
13+
### BUG FIXES
14+
15+
* `searchbyterm()` fix: booleans need to be converted to VertNet's expected `0/1` instead of `true/false` (#66)
16+
17+
118
rvertnet 0.7.0
219
===============
320

codemeta.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
"contIntegration": ["https://travis-ci.org/ropensci/rvertnet", "https://ci.appveyor.com/project/sckott/rvertnet", "https://codecov.io/github/ropensci/rvertnet?branch=master"],
147147
"releaseNotes": "https://github.com/ropensci/rvertnet/blob/master/NEWS.md",
148148
"readme": "https://github.com/ropensci/rvertnet/blob/master/README.md",
149-
"fileSize": "744.948KB",
149+
"fileSize": "745.142KB",
150150
"contributor": [
151151
{
152152
"@type": "Person",

cran-comments.md

+5-13
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,20 @@
11
## Test environments
22

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

77
## R CMD check results
88

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

1711
## Reverse dependencies
1812

19-
* I have run R CMD check on the 1 downstream dependency.
20-
(Summary at https://github.com/ropensci/rvertnet/tree/master/revdep),
21-
with no problems.
13+
* 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
2214

2315
--------
2416

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

2719
Sincerely,
2820
Scott Chamberlain

revdep/README.md

+5-10
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,21 @@
22

33
|field |value |
44
|:--------|:-------------------------------------------|
5-
|version |R version 3.4.4 Patched (2018-03-19 r74426) |
6-
|os |macOS High Sierra 10.13.4 |
5+
|version |R version 3.6.2 Patched (2020-01-25 r77715) |
6+
|os |macOS Mojave 10.14.6 |
77
|system |x86_64, darwin15.6.0 |
88
|ui |X11 |
99
|language |(EN) |
1010
|collate |en_US.UTF-8 |
11+
|ctype |en_US.UTF-8 |
1112
|tz |US/Pacific |
12-
|date |2018-04-16 |
13+
|date |2020-01-29 |
1314

1415
# Dependencies
1516

1617
|package |old |new |Δ |
1718
|:--------|:-----|:-----|:--|
18-
|rvertnet |0.6.2 |0.7.0 |* |
19+
|rvertnet |0.7.0 |0.8.0 |* |
1920

2021
# Revdeps
2122

22-
## All (1)
23-
24-
|package |version |error |warning |note |
25-
|:-------|:-------|:-----|:-------|:----|
26-
|spocc |0.7.0 | | | |
27-

revdep/check.R

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
library("revdepcheck")
2-
res <- revdep_check()
1+
revdepcheck::revdep_reset()
2+
revdepcheck::revdep_check()

revdep/failures.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*Wow, no problems at all. :)*

revdep/problems.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*Wow, no problems at all. :)*

0 commit comments

Comments
 (0)