Hello,
I'd like to use package 'doSMP'. But I can only found source codes in the CRAN.
I tried to build source code using 'r CMD build doSMP' in the source directory,
the following error is shown:
ERROR: dependencies 'foreach', 'iterators', 'revoIPC' are not available for pack
age 'doSMP'
So, i tried to install dependency packages. But I failed to install revoIPC
with following error:
install.packages('revoIPC')
Installing package(s) into âC:/Program Files/R/R-2.15.2/libraryâ
(as âlibâ is unspecified)
Warning in install.packages :
package ârevoIPCâ is not available (for R version 2.15.2)
Could you let me know how to use it in R ver2.15.x ?
Thanks in advance,
[[alternative HTML version deleted]]
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.