-
Notifications
You must be signed in to change notification settings - Fork 344
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
17 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# rvest 0.3.1.9000 | ||
# rvest 0.3.2 | ||
|
||
* Fixes to `follow_link()` and `back()` to correctly manage session history. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,23 @@ | ||
## Submission summary | ||
|
||
* Fixes failing url in examples. | ||
* Also includes two minor bug fixes. | ||
|
||
## Test environments | ||
|
||
* local OS X install, R 3.2.1 | ||
* ubuntu 12.04 (on travis-ci), R 3.2.2 | ||
* local OS X install, R 3.3.0 | ||
* ubuntu 12.04 (on travis-ci), R 3.3.0 | ||
* win-builder (devel and release) | ||
|
||
## R CMD check results | ||
There were no ERRORs or WARNINGs. | ||
|
||
There was one NOTE: | ||
|
||
* "Found the following (possibly) invalid URLs: URL: javascript:(...)" - | ||
this is a false positive. It's a valid used to embed a JS bookmarklet in | ||
a vignette. | ||
0 errors | 0 warnings | 2 notes | ||
|
||
## Downstream dependencies | ||
* | ||
|
||
* I ran R CMD check on all 9 downstream dependencies. (Summary at | ||
https://github.com/hadley/rvest/blob/master/revdep/summary.md) | ||
* checking dependencies in R code ... NOTE | ||
Missing or unexported object: 'xml2::xml_find_first' | ||
|
||
* There were no new failures | ||
This is a new function in xml2 1.0.0 currently protected behind a | ||
packageVersion() switch. | ||
|
||
## Reverse dependencies | ||
|
||
I have run R CMD check on all 19 downstream dependencies | ||
(results at https://github.com/hadley/rvest/blob/master/revdep/). | ||
|
||
There were no errors or warnings. |