Skip to content

Commit 29dc731

Browse files
committed
Prepare for release
1 parent a2609e4 commit 29dc731

File tree

5 files changed

+10
-12
lines changed

5 files changed

+10
-12
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: devtools
22
Title: Tools to Make Developing R Packages Easier
3-
Version: 1.11.1.9000
3+
Version: 1.12.0
44
Authors@R: c(
55
person("Hadley", "Wickham", , "[email protected]", role = c("aut", "cre")),
66
person("Winston", "Chang", role = "aut"),

NEWS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# devtools 1.11.1.9000
1+
# devtools 1.12.0
22

33
## New features
44

R/doctor.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ r_release <- memoise::memoise(.r_release)
2626
#' @family doctors
2727
#' @export
2828
#' @examples
29-
#' \donttest{
29+
#' \dontrun{
3030
#' dr_devtools()
3131
#' }
3232
dr_devtools <- function() {

cran-comments.md

+6-8
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1-
## Release summary
2-
3-
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!
4-
51
## Test environments
6-
* local OS X install, R 3.2.4
7-
* ubuntu 12.04 (on travis-ci), R 3.2.4
2+
3+
* local OS X install, R 3.3.1
4+
* ubuntu 12.04 (on travis-ci), R 3.3.1
85
* win-builder (devel and release)
96

107
## R CMD check results
11-
There were no ERRORs, WARNINGs, and 1 NOTES.
8+
9+
0 ERRORs | 0 WARNINGs | 1 NOTES.
1210

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

1816
## Downstream dependencies
1917

20-
* I did not check downstream dependencies.
18+
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.

man/dr_devtools.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)