Skip to content
Back to formatted view

Raw Message

Message-ID: <CAAmySGNZ=W33bb53x2-Z1cc8bmE=qPT9JfnHevYbg4WVD0OMEQ@mail.gmail.com>
Date: 2012-10-04T14:53:15Z
From: R. Michael Weylandt
Subject: (minor) R syntax error in help page to the function makeCluster of library(snow)
In-Reply-To: <CALDESV_Q798S4K0EY1+avqEDfUsXr4eq=9CiN-Ln0LMn5d+i_w@mail.gmail.com>

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