Displaying 1 result from an estimated 1 matches for "winopt".
Did you mean:
inopt
2012 Oct 04
1
(minor) R syntax error in help page to the function makeCluster of library(snow)
...tion makeCluster of the library(snow) has a small syntax error :
## to get started
library(snow)
?makeCluster
.. will open a halp page containing the command towards the end of the
examples :
cl <- makeCluster(c(rep(list(macOptions), 2), rep(list(lnxOptions), 2),
rep(list(winOptions), 2), type = "SOCK")
.. which is missing a closing parenthesis.
For the rest I'd like to congratulate the developpers of this library for
the great job they have done !!
Best regards,
Wolfgang
For completness (according to the posing guide):
> sessionInfo()
R version 2.1...