Skip to content

Commit

Permalink
Prepare 3.0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lionel- committed Jun 30, 2021
1 parent 82271ad commit 0c5751e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 52 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: testthat
Title: Unit Testing for R
Version: 3.0.3.9000
Version: 3.0.4
Authors@R:
c(person(given = "Hadley",
family = "Wickham",
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# testthat (development version)
# testthat 3.0.4

* The vendored Catch code used for `use_catch()` now uses an constant
value for the stack size rather than relying on SIGSTKSZ. This
Expand Down
52 changes: 2 additions & 50 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,53 +4,5 @@ There were no ERRORs, WARNINGs, or NOTEs.

## revdepcheck results

We checked 5228 reverse dependencies (5221 from CRAN + 7 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.

* We saw 1 new problems
* We failed to check 33 packages

Issues with CRAN packages are summarised below.

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

* LMMELSM
checking installed package size ... NOTE
checking dependencies in R code ... NOTE
checking for GNU extensions in Makefiles ... NOTE

### Failed to check

* ActivePathways (NA)
* apisensr (NA)
* backShift (NA)
* bsts (NA)
* CausalImpact (NA)
* CB2 (NA)
* cbar (NA)
* CompareCausalNetworks (NA)
* diceR (NA)
* eff2 (NA)
* EpiModel (NA)
* fabisearch (NA)
* hNMF (NA)
* kdensity (NA)
* loon (NA)
* loon.shiny (NA)
* loon.tourr (NA)
* mcmcabn (NA)
* metagam (NA)
* multinets (NA)
* osmplotr (NA)
* penaltyLearning (NA)
* phylopath (NA)
* ReIns (NA)
* RNiftyReg (NA)
* seqgendiff (NA)
* shattering (NA)
* SMITIDvisu (NA)
* spectralAnalysis (NA)
* stablespec (NA)
* tergmLite (NA)
* vivid (NA)
* wrswoR (NA)
We haven't ran revdepchecks as this is a minor patch release to fix a
build issue on some platforms.

0 comments on commit 0c5751e

Please sign in to comment.