-
Notifications
You must be signed in to change notification settings - Fork 25
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
24 additions
and
25 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,16 @@ | ||
## New patch version | ||
|
||
* This is a new patch version to address NOTE on CRAN about Rd link targets, and | ||
to update the maintainer email address. | ||
* This is a new patch version to address UBSAN/ASAN errors from C code in | ||
a library used by the rtracklayer bioconductor dependency. The rtracklayer | ||
package has been removed as a dependency to address these errors. | ||
|
||
## Test environment | ||
|
||
* win-builder, R devel | ||
* Windows (on Github Actions), R 4.3.3 | ||
* macOS (on Github Actions), R 4.3.3 | ||
* ubuntu 22.04.1 (on Github Actions), R devel and 4.3.3 | ||
* macOS (local install), R 4.3.1 | ||
* Windows (on Github Actions), R 4.4.2 | ||
* macOS (on Github Actions), R 4.4.2 | ||
* ubuntu 22.04.1 (on Github Actions), R devel and 4.4.2 | ||
* macOS (local install), R 4.4.1 | ||
|
||
## R CMD check results | ||
|
||
|
@@ -19,36 +20,37 @@ to update the maintainer email address. | |
* checking CRAN incoming feasibility ... [11s] NOTE | ||
Maintainer: 'Kent Riemondy <[email protected]>' | ||
|
||
Version contains large components (0.8.1.9000) | ||
Version contains large components (0.8.2.9000) | ||
|
||
New maintainer: | ||
Kent Riemondy <[email protected]> | ||
Old maintainer(s): | ||
Kent Riemondy <[email protected]> | ||
|
||
* on Windows (4.4.1) | ||
* on Windows (4.4.2) | ||
|
||
Status: OK | ||
0 errors | 0 warnings | 0 notes | ||
|
||
* on OS X (R 4.4.1) | ||
* on OS X (R 4.4.1 and 4.4.2) | ||
|
||
Status: OK | ||
0 errors | 0 warnings | 1 notes | ||
|
||
Maintainer: ‘Kent Riemondy <[email protected]>’ | ||
|
||
Version contains large components (0.8.1.9000) | ||
Version contains large components (0.8.2.9000) | ||
|
||
New maintainer: | ||
Kent Riemondy <[email protected]> | ||
Old maintainer(s): | ||
Kent Riemondy <[email protected]> | ||
|
||
* on ubuntu (R 4.4.1 and R devel) | ||
|
||
* on ubuntu (R 4.4.1) | ||
|
||
Status: 1 NOTE | ||
* checking installed package size ... NOTE | ||
|
||
checking installed package size ... NOTE | ||
installed size is 15.6Mb | ||
sub-directories of 1Mb or more: | ||
libs 14.4Mb | ||
|
||
* on ubuntu (R devel) | ||
|
||
Status: OK | ||
|
||
checking installed package size ... INFO | ||
installed size is 15.6Mb | ||
sub-directories of 1Mb or more: | ||
libs 14.4Mb | ||
|
@@ -59,6 +61,3 @@ We checked 2 reverse dependencies (1 from CRAN + 1 from Bioconductor), comparing | |
|
||
* We saw 0 new problems | ||
* We failed to check 0 packages | ||
|
||
|
||
|