-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SNPbin fix #86
SNPbin fix #86
Conversation
Apparently the checks failed. Fishing around in the long log: * checking tests ... ERROR
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
> library(testthat)
> suppressPackageStartupMessages(library(adegenet))
> test_check("adegenet")
Loading required package: parallel
Error in .check_ncores(cores) : 32 simultaneous processes spawned
Calls: test_check ... initialize -> initialize -> .local -> mclapply -> .check_ncores
Execution halted
* checking PDF version of manual ... OK
* DONE
Status: 1 ERROR, 3 NOTEs Note the 32 cores used. This is really bad. We need to limit the number of cores used by default when using |
That is frightening. I'll set parallel = FALSE on the genlight constructor and try again. Luckily none of these tests run on CRAN |
This is because of failures in #86
Hooray! Things are passing! |
=D On Tue, Aug 18, 2015 at 4:48 PM, Zhian N. Kamvar notifications@github.com
|
Outstanding - thanks! |
This will fix issue #83
I have changed the subsetter for both SNPbin and genlight objects.