Entering edit mode
Hi,
(This "question" is just to inform the maintainers of diffcoexp package about the Pull Request!)
The checks of diffcoexp fail on Linux due to missing Suggest declarations for RUnit:
Running 'runTests.R'
ERROR
Running the tests in 'tests/runTests.R' failed.
Last 13 lines of output:
Attaching package: 'Biobase'
The following object is masked from 'package:MatrixGenerics':
rowMedians
The following objects are masked from 'package:matrixStats':
anyMissing, rowMedians
Error in library("RUnit", quietly = TRUE) :
there is no package called 'RUnit'
Calls: <Anonymous> -> library
I've opened a Pull Request with a fix.
RUnit is installed on the builder node but since it is not declared explicitly in DESCRIPTION it is not visible/usable to the package.
See _R_CHECK_SUGGESTS_ONLY_=true for more details.
Regards,
Martin
