Skip to content

Commit

Permalink
Updating documentation for remotePackages and Rurl
Browse files Browse the repository at this point in the history
From #3 and #4
  • Loading branch information
djw8605 committed Aug 30, 2013
1 parent 474769c commit 938b851
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions man/grid.init.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ grid.init(confFile=NULL, localTmpDir=NULL, verbose=TRUE, sshRemoteIp=NULL,
\item{remoteRPath}{Path to R, if needed}
\item{schedulerIp}{If a scheduler should be used, add his IP here}
\item{schedulerPort}{Port of the scheduler, if used}
\item{remotePackages}{For \code{bosco.direct} service, a list of source packages to be installed on the remote R instance before executing the user function. This should be the full path to the source packages.}
\item{Rurl}{For \code{bosco.direct} service, a string URL from which to download the R binaries from.}
}
\details{The easiest way to use GridR is to use a config file.\cr
The name of the config file is "gridr.conf" and it should be placed inside the user home directory or the directory from where R is executed. if another path is used, please specify it with the value \"configFile\"\cr
Expand Down

0 comments on commit 938b851

Please sign in to comment.