An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20121004/09a52e26/attachment.pl>
(minor) R syntax error in help page to the function makeCluster of library(snow)
2 messages · Wolfgang Raffelsberger, R. Michael Weylandt
On Thu, Oct 4, 2012 at 2:30 PM, Wolfgang Raffelsberger
<wolfgang.raffelsberger at gmail.com> wrote:
Dear list,
I just 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.
You should report this to the maintainer of snow (the completely awesome and altogether remarkable Luke Tierney) who I don't believe reads R-help regularly. Use the maintainer() function to get his email. Cheers, Michael