Skip to content

Commit

Permalink
Bump version etc for CRAN release
Browse files Browse the repository at this point in the history
  • Loading branch information
lmullen committed Sep 28, 2015
1 parent e472dc6 commit 7547d3e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 19 deletions.
7 changes: 4 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand All @@ -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)
Expand Down
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
23 changes: 7 additions & 16 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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.
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.

0 comments on commit 7547d3e

Please sign in to comment.