Displaying 1 result from an estimated 1 matches for "macoptions".
Did you mean:
adoptions
2012 Oct 04
1
(minor) R syntax error in help page to the function makeCluster of library(snow)
...ust realized that one of the examples given in the help page to the
function 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 completne...