Skip to content

Commit

Permalink
rectifying the parameters of ddyn.load and ddyn.unload
Browse files Browse the repository at this point in the history
  • Loading branch information
pdhandharia committed Oct 16, 2015
1 parent b419a7d commit f4ab51f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions platform/master/man/ddyn.load.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
\description{Load \code{so} library on all Executors}

\usage{
ddyn.load(x)
ddyn.load(c("package1","package2",...))
ddyn.load(x,trace=FALSE)
}

\arguments{
\item{x}{List or a vector of packages that their \code{so} libraries need to be loaded on all executors}
\item{x}{A vector of packages that their \code{so} libraries need to be loaded on all executors}
\item{trace}{when it is FALSE (default) the progress of the foreach will be hidden.}
}

\details{
Expand Down
6 changes: 3 additions & 3 deletions platform/master/man/ddyn.unload.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
\description{Unload \code{so} library from all Executors}

\usage{
ddyn.unload(x)
ddyn.unload(c("package1","package2",...))
ddyn.unload(x,trace=FALSE)
}

\arguments{
\item{x}{List or a vector of packages that their \code{so} libraries need to be un-loaded on all executors}
\item{x}{A vector of packages that their \code{so} libraries need to be un-loaded on all executors}i
\item{trace}{when it is FALSE (default) the progress of the foreach will be hidden.}
}

\details{
Expand Down

0 comments on commit f4ab51f

Please sign in to comment.