Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Jun 16, 2016
1 parent 959403f commit 56d3b01
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 20 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
@@ -1,5 +1,5 @@
Package: rvest
Version: 0.3.1.9000
Version: 0.3.2
Title: Easily Harvest (Scrape) Web Pages
Description: Wrappers around the 'xml2' and 'httr' packages to make it easy to
download, then manipulate, HTML and XML.
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
@@ -1,4 +1,4 @@
# rvest 0.3.1.9000
# rvest 0.3.2

* Fixes to `follow_link()` and `back()` to correctly manage session history.

Expand Down
33 changes: 15 additions & 18 deletions cran-comments.md
@@ -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.

0 comments on commit 56d3b01

Please sign in to comment.