-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,19 @@ | ||
## Test environments | ||
|
||
* local OS X install, R 4.1.0 | ||
* Windows Server 2008 R2 SP1, R-devel, 32/64 bit (on R-hub) | ||
* Ubuntu Linux 16.04 LTS, R-release, GCC (on R-hub) | ||
* Ubuntu Linux 16.04 LTS, R-devel, GCC (on R-hub) | ||
* local OS X install, R 4.2.0 | ||
* Windows Server 2022, R-devel, 64 bit (on R-hub) | ||
* Ubuntu Linux 20.04.1 LTS, R-release, GCC (on R-hub) | ||
* Fedora Linux, R-devel, clang, gfortran(on R-hub) | ||
|
||
## R CMD check results | ||
|
||
0 errors | 0 warnings | 0 note | ||
|
||
* This release fixes tests that were failing due to changes in the Bioconductor | ||
3.14 release | ||
* Updated a URL which was producing a note for the first submission of this | ||
version | ||
## revdepcheck results | ||
|
||
We checked 5 reverse dependencies (3 from CRAN + 2 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package. | ||
|
||
* We saw 0 new problems | ||
* We failed to check 0 packages | ||
|
||
* This release is a minor change to add a new argument to the main clustree() function |