Skip to content

Commit 52d5494

Browse files
committed
Prepare point release
1 parent ccf8001 commit 52d5494

3 files changed

Lines changed: 11 additions & 93 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: testthat
2-
Version: 1.0.0.9000
2+
Version: 1.0.1
33
Title: Unit Testing for R
44
Description: A unit testing system designed to be fun, flexible and easy to
55
set up.

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# testthat 1.0.0.9000
1+
# testthat 1.0.1
22

33
* New `expect_output_file()` to compare output of a function
44
with a text file, and optionally update it (#443, @krlmlr).

cran-comments.md

Lines changed: 9 additions & 91 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## Release overview
2+
3+
This release includes a number of fixes to problems encountered on additional CRAN test platforms:
4+
5+
* The required version of R is once again correct.
6+
* Works with gcc 6.
7+
* Ifdefs correctly allow non-standard C++98 only with gcc and clang.
8+
19
## Test environments
210

311
* local OS X install, R 3.2.4
@@ -12,94 +20,4 @@ There were no ERRORs, WARNINGs. There was 1 NOTEs:
1220

1321
## Downstream dependencies
1422

15-
* I have run R CMD check on all ~1100 downstream dependencies of testthat
16-
(https://github.com/hadley/testthat/tree/master/revdep/).
17-
18-
* I notified individual authors of failures one month ago, two weeks ago,
19-
and again this morning.
20-
21-
* Unfortunately, there are still a number of failures. I have reviewed these
22-
(as much as possible), and they seem to be a mix of random test failures and
23-
deliberate changes to the testthat API. I'm reasonably confident that they
24-
don't represent bugs in testthat.
25-
26-
* BBmisc: checking tests ... ERROR
27-
* biom: checking tests ... ERROR
28-
* cellranger: checking tests ... ERROR
29-
* chunked: checking tests ... ERROR
30-
* cocor: checking tests ... ERROR
31-
* CompareCausalNetworks: checking examples ... ERROR
32-
* crunch: checking tests ... ERROR
33-
* ddpcr: checking tests ... ERROR
34-
* describer: checking tests ... ERROR
35-
* DSsim: checking tests ... ERROR
36-
* falsy: checking tests ... ERROR
37-
* flacco: checking tests ... ERROR
38-
* futile.logger: checking tests ... ERROR
39-
* gemtc: checking examples ... ERROR
40-
* GetoptLong: checking tests ... ERROR
41-
* ggfortify: checking tests ... ERROR
42-
* ggthemes: checking tests ... ERROR
43-
* gWidgets2RGtk2: checking tests ... ERROR
44-
* harvestr: checking tests ... ERROR
45-
* icd9: checking tests ... ERROR
46-
* identifyr: checking tests ... ERROR
47-
* lava: checking tests ... ERROR
48-
* lawn: checking tests ... ERROR
49-
* lfstat: checking examples ... ERROR
50-
* lintr: checking tests ... ERROR
51-
* mlr: checking tests ... ERROR
52-
* modules: checking tests ... ERROR
53-
* MRMR: checking examples ... ERROR
54-
* MultiGHQuad: checking tests ... ERROR
55-
* multitable: checking running R code from vignettes ... ERROR
56-
* mvtboost: checking tests ... ERROR
57-
* nat: checking tests ... ERROR
58-
* netdiffuseR: checking tests ... ERROR
59-
* NlsyLinks: checking tests ... ERROR
60-
* optmatch: checking tests ... ERROR
61-
* papeR: checking tests ... ERROR
62-
* ParamHelpers: checking tests ... ERROR
63-
* parsedate: checking tests ... ERROR
64-
* Perc: checking tests ... ERROR
65-
* pingr: checking tests ... ERROR
66-
* pixiedust: checking tests ... ERROR
67-
* PKNCA: checking tests ... ERROR
68-
* poplite: checking running R code from vignettes ... WARNING
69-
* prcbench: checking examples ... ERROR
70-
* precrec: checking tests ... ERROR
71-
* ProjectTemplate: checking tests ... ERROR
72-
* pvar: checking tests ... ERROR
73-
* pxweb: checking tests ... ERROR
74-
* rAmCharts: checking tests ... ERROR
75-
* readGenalex: checking tests ... ERROR
76-
* RGA: checking tests ... ERROR
77-
* RLumModel: checking tests ... ERROR
78-
* rpivotTable: checking tests ... ERROR
79-
* rr: checking tests ... ERROR
80-
* sdmvspecies: checking for executable files ... WARNING
81-
* spaero: checking examples ... ERROR
82-
* spduration: checking tests ... ERROR
83-
* StableEstim: checking examples ... ERROR
84-
* statar: checking tests ... ERROR
85-
* storr: checking examples ... ERROR
86-
* sweidnumbr: checking tests ... ERROR
87-
* swirl: checking tests ... ERROR
88-
* testthatsomemore: checking examples ... ERROR
89-
* tmod: checking examples ... ERROR
90-
* useful: checking tests ... ERROR
91-
* vartors: checking tests ... ERROR
92-
* VennDiagram: checking tests ... ERROR
93-
94-
I failed to check the following packages:
95-
96-
* Failed to install dependencies for: BayesFactor, biomartr, bnclassify, glmmsr,
97-
gpuR, hts, HydeNet, lme4, mmand, myTAI, nabor, pmc, RNiftyReg, RODBCDBI, rpf,
98-
rsig, rstanarm, SpaDES, spaMM, sparseHessianFD, toaster, trustOptim, walkr,
99-
wgsea, yCrypticRNAs, zoon
100-
101-
* Failed to install: aLFQ, backShift, boral, brms, cleangeo, datapack, FunChisq,
102-
gWidgets2tcltk, h5, hunspell, iptools, KFAS, letsR, markmyassignment, morse,
103-
move, mwaved, RAppArmor, rAvis, rcrypt, rDEA, redland, Rlibeemd, rmumps,
104-
rnetcarto, Rssa, sdcTable, sgd, strvalidator, tigris, tsPI, V8, Zelig,
105-
ZeligChoice
23+
* I did not re-check downstream dependencies

0 commit comments

Comments
 (0)