diff --git a/DESCRIPTION b/DESCRIPTION index 580c0df..b52dcf0 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -3,7 +3,8 @@ Type: Package Title: An API Client for the Internet Archive Description: Search the Internet Archive, retrieve metadata, and download files. -Version: 0.1.3.9000 +Version: 0.1.4 +Date: 2015-09-28 Authors@R: c(person("Lincoln", "Mullen", role = c("aut", "cre"), email = "lincoln@lincolnmullen.com")) @@ -12,9 +13,9 @@ LazyData: TRUE Roxygen: list(wrap = FALSE) URL: https://github.com/ropensci/internetarchive BugReports: https://github.com/ropensci/internetarchive/issues -Depends: +Depends: R (>= 3.1.0) -Imports: +Imports: httr (>= 0.6.1), jsonlite (>= 0.9.14), dplyr (>= 0.4.1) diff --git a/NEWS b/NEWS index 6b7970b..70ddfc6 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +# internetarchive 0.1.4 + +- Add `rmarkdown` as a suggested package since `knitr` has changed for vignettes + # internetarchive 0.1.2 - First CRAN release diff --git a/cran-comments.md b/cran-comments.md index ee1ff7b..f8a8901 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,22 +1,13 @@ -This is resubmission of the internetarchive package. - -## Changes since last submission - -- A failing test has been rewritten -- NEWS file now has the standard name -- R CMD check has been rerun on all test environments +This is patch release to the `internetarchive` package. The `knitr` package has +changed its dependencies, so `rmarkdown` must be listed as a suggested package +when using `knitr` for a vignette. ## Test environments -* local OS X install, R 3.1.3 -* docker (R devel) -* ubuntu 12.04 (on travis-ci), R 3.1.2 -* win-builder (devel and release) +* local OS X install, R 3.2.2 +* Ubuntu 14.04, R 3.2.2 (via Travis CI) +* win-builder (R-devel and R-release) ## R CMD check results -There were no ERRORs or WARNINGs. All NOTEs relate to the submission of a new package. - -## Check time - -Every effort has been made to make minimize the check time by running as few calls to the Internet Archive API as possible. \ No newline at end of file +There were no ERRORs, WARNINGs or NOTEs. Every effort has been made to keep the check time to a minimum while still exercising all of the features of the package.