SHZ66 / zinba

Automatically exported from code.google.com/p/zinba
1 stars 1 forks source link

Missing multicore package #69

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
1) What operating system are you using?
Linux
2) What error message was displayed?
package 'multicore' is not available (for R version 2.15.2)
3) What was the exact command you used that resulted in the error?
install.packages(c('multicore','doMC','foreach','quantreg','R.utils')) 
4) Please copy and paste any additional screen output that resulted from
running the command
Package ‘multicore’ was removed from the CRAN repository.

Formerly available versions can be obtained from the archive.

Consider using package ‘parallel’ instead. 

Original issue reported on code.google.com by belindag...@gmail.com on 24 Sep 2014 at 9:09

GoogleCodeExporter commented 8 years ago
If the authors don't maintain zinba and port it to the newest R, your only 
option is to install R 2.15.0. You should be able to compile it and run it 
side-by-side with your newest R.

I installed multicore in 2.15.0 with no problems.

Original comment by bionob...@gmail.com on 25 Sep 2014 at 8:34

GoogleCodeExporter commented 8 years ago
Please use the attached version. This uses doParallel for multicore processing 
instead of the multicore package.  

install.packages(c("R.utils", "quantreg","doParallel","doMC","foreach"))

Original comment by homer...@gmail.com on 26 Jan 2015 at 4:46

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by homer...@gmail.com on 26 Jan 2015 at 4:50

GoogleCodeExporter commented 8 years ago
Hi!
Maybe it would be worth adding this version (2.03.1) to the list of releases?
It would make it easier for people to immediately find and download the right 
version (R versions >3.0 are very common nowadays).

Best,
André

Original comment by afrendeiro on 27 Apr 2015 at 11:44