Skip to content

Commit fd4a14a

Browse files
committed
Prepare for release
1 parent 208c5d6 commit fd4a14a

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@
1515
^README\.Rmd$
1616
^\.github$
1717
^NEWS\.Rmd$
18+
^CRAN-RELEASE$

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: testthat
22
Title: Unit Testing for R
3-
Version: 2.0.1.9000
3+
Version: 2.1.0
44
Authors@R: c(
55
person("Hadley", "Wickham", , "hadley@rstudio.com", c("aut", "cre")),
66
person("RStudio", role = c("cph", "fnd")),

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# testthat (development version)
1+
# testthat 2.1.0
22

33
## New expectations
44

cran-comments.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,14 @@ There were no ERRORs, WARNINGs, or NOTEs.
1212

1313
We checked 4279 reverse dependencies (3808 from CRAN + 471 from BioConductor), comparing R CMD check results across CRAN and dev versions of this package.
1414

15-
* We saw 5 new problems
15+
* We saw 4 new problems
1616
* We failed to check 71 packages
1717

1818
Issues with CRAN packages are summarised below.
1919

2020
### New problems
2121
(This reports the first line of each new failure)
2222

23-
* drake
24-
checking tests ...
25-
https://github.com/ropensci/drake/issues/849
26-
2723
* markmyassignment
2824
checking whether package ‘markmyassignment’ can be installed ... WARNING
2925
https://github.com/MansMeg/markmyassignment/issues/103

0 commit comments

Comments
 (0)