search for: lnxoption

Displaying 2 results from an estimated 2 matches for "lnxoption".

Did you mean: lnxoptions
2009 Jun 16
0
Connecting to "heterogenous" cluster using makeSOCKcluster of SNOW-package
...6_64-unknown-linux-gnu-library/2.8/snow export PATH R_SNOW_LIB="/home/johnson/R/x86_64-unknown-linux-gnu-library/2.8" export R_SNOW_LIB - when creating a cluster, as in the example below, the "snowlib" argument seems ignored, so use the environment variable as stated above: lnxOptions <- list(host = "GEOECOLOGY\\\\johnson at geco01",snowlib = "/home/GEOECOLOGY/johnson/R/i686-suse-linux-gnu-library/2.8") cl <- makeCluster(rep(list(lnxOptions), 2), type = "SOCK") - when specifying the hostname, most likely you'll need to include your...
2012 Oct 04
1
(minor) R syntax error in help page to the function makeCluster of library(snow)
...he 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 completness (according to the posi...