Closed bheavner closed 7 years ago
(easily resolved by installing the package, but the dependency isn't mentioned in the readme)
source(“http://bioconductor.org/biocLite.R”) biocLite(“RUnit”)
On Mar 21, 2016, at 3:43 PM, Ben Heavner notifications@github.com wrote:
"Error in library(RUnit) : there is no package called ‘RUnit’"
— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub
Is that preferable to install.packages("RUnit") ?
I did that, then...
> runTests()
[1] --- test_emptyConstructor
[1] --- test_developAndFitDummyTestData
[1] --- test_fitDummyData
[1] begining cross-validation for glmnet, using 10 tfs, target gene.01
[1] glmnet fit with lambda 1.346926
[1] TRUE
always preferable! It runs on top of install.packages, adds considerable ease.
On Mar 21, 2016, at 3:45 PM, Ben Heavner notifications@github.com wrote:
Is that preferable to install.packages("RUnit") ?
I did that, then...
runTests() [1] --- test_emptyConstructor [1] --- test_developAndFitDummyTestData [1] --- test_fitDummyData [1] begining cross-validation for glmnet, using 10 tfs, target gene.01 [1] glmnet fit with lambda 1.346926 [1] TRUE
— You are receiving this because you commented. Reply to this email directly or view it on GitHub
Closing this...RUnit is included in the "Suggests" portion of the DESCRIPTION file, which is the proper place for it.
"Error in library(RUnit) : there is no package called ‘RUnit’"