diff --git a/DESCRIPTION b/DESCRIPTION index b0fe7241..63197268 100644 --- a/DESCRIPTION +++ b/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. diff --git a/NEWS.md b/NEWS.md index e3a17d75..d45ce10f 100644 --- a/NEWS.md +++ b/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. diff --git a/cran-comments.md b/cran-comments.md index 8d68a66e..a502620c 100644 --- a/cran-comments.md +++ b/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.