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 23, 2016
1 parent a2609e4 commit 29dc731
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 12 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
@@ -1,6 +1,6 @@
Package: devtools
Title: Tools to Make Developing R Packages Easier
Version: 1.11.1.9000
Version: 1.12.0
Authors@R: c(
person("Hadley", "Wickham", , "hadley@rstudio.com", role = c("aut", "cre")),
person("Winston", "Chang", role = "aut"),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
@@ -1,4 +1,4 @@
# devtools 1.11.1.9000
# devtools 1.12.0

## New features

Expand Down
2 changes: 1 addition & 1 deletion R/doctor.R
Expand Up @@ -26,7 +26,7 @@ r_release <- memoise::memoise(.r_release)
#' @family doctors
#' @export
#' @examples
#' \donttest{
#' \dontrun{
#' dr_devtools()
#' }
dr_devtools <- function() {
Expand Down
14 changes: 6 additions & 8 deletions cran-comments.md
@@ -1,14 +1,12 @@
## Release summary

This is another minor release to fix the logic that devtools uses for detecting RTools (specifically for the new toolchain, without registry settings). I think this time we have all the cases covered - thanks for the help, Uwe!

## Test environments
* local OS X install, R 3.2.4
* ubuntu 12.04 (on travis-ci), R 3.2.4

* local OS X install, R 3.3.1
* ubuntu 12.04 (on travis-ci), R 3.3.1
* win-builder (devel and release)

## R CMD check results
There were no ERRORs, WARNINGs, and 1 NOTES.

0 ERRORs | 0 WARNINGs | 1 NOTES.

* Found the following (possibly) invalid URLs:
URL: https://cran.r-project.org/web/packages/policies.html
Expand All @@ -17,4 +15,4 @@ There were no ERRORs, WARNINGs, and 1 NOTES.

## Downstream dependencies

* I did not check downstream dependencies.
I ran R CMD check on all 75 downstread dependencies (results at https://github.com/hadley/devtools/tree/master/revdep). As far as I can tell, there are no new problems related to this version of devtools.
2 changes: 1 addition & 1 deletion man/dr_devtools.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 29dc731

Please sign in to comment.