Skip to content

Commit

Permalink
Increment version since uuid package added as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
anqif committed Oct 6, 2013
1 parent 12897aa commit 0366d04
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 64 deletions.
24 changes: 12 additions & 12 deletions R/h2oWrapper-package/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Package: h2oWrapper
Type: Package
Title: Installer for H2O R Interface
Version: 1.0.1
Date: 2013-09-13
Author: Anqi Fu
Maintainer: Anqi Fu <[email protected]>
Description: This is a wrapper that installs the package for running H2O via its REST API from within R.
License: Apache-2
Depends: R (>= 2.13.0)
NeedsCompilation: no
URL: http://www.0xdata.com
Package: h2oWrapper
Type: Package
Title: Installer for H2O R Interface
Version: 1.0.2
Date: 2013-09-13
Author: Anqi Fu
Maintainer: Anqi Fu <[email protected]>
Description: This is a wrapper that installs the package for running H2O via its REST API from within R.
License: Apache-2
Depends: R (>= 2.13.0)
NeedsCompilation: no
URL: http://www.0xdata.com
104 changes: 52 additions & 52 deletions R/h2oWrapper-package/man/h2oWrapper.installDepPkgs.Rd
Original file line number Diff line number Diff line change
@@ -1,53 +1,53 @@
\name{h2oWrapper.installDepPkgs}
\alias{h2oWrapper.installDepPkgs}
%- Also NEED an '\alias' for EACH other topic documented here.
\title{
Install H2O R Package Dependencies
}
\description{
Installs all R packages that the H2O R package requires for correct functionality. This method must be executed first on every new machine before attempting to communicate with H2O from R.
}
\usage{
h2oWrapper.installDepPkgs(optional = FALSE)
}
%- maybe also 'usage' for other objects documented here.
\arguments{
\item{optional}{
A logical value indicating whether to install optional packages for visualizing data.
}
}
\details{
The R packages required to run H2O are RCurl, rjson, and tools. All packages are installed from CRAN. The package RCurl needs the latest version of libcurl. See the \href{http://www.omegahat.org/RCurl/FAQ.html}{RCurl FAQ} for details.

If \code{optional = TRUE}, the packages fpc and cluster, along with all associated dependencies, will be installed. Note that this requires R version 3.0 or higher.
}
\value{
%% ~Describe the value returned
%% If it is a LIST, use
%% \item{comp1 }{Description of 'comp1'}
%% \item{comp2 }{Description of 'comp2'}
%% ...
}
\references{
%% ~put references to the literature/web site here ~
}
\author{
%% ~~who you are~~
}
\note{
%% ~~further notes~~
}

%% ~Make other sections like Warning with \section{Warning }{....} ~

\seealso{
%% ~~objects to See Also as \code{\link{help}}, ~~~
}
\examples{
h2oWrapper.installDepPkgs()
}

% Add one or more standard keywords, see file 'KEYWORDS' in the
% R documentation directory.
\keyword{ ~kwd1 }
\name{h2oWrapper.installDepPkgs}
\alias{h2oWrapper.installDepPkgs}
%- Also NEED an '\alias' for EACH other topic documented here.
\title{
Install H2O R Package Dependencies
}
\description{
Installs all R packages that the H2O R package requires for correct functionality. This method must be executed first on every new machine before attempting to communicate with H2O from R.
}
\usage{
h2oWrapper.installDepPkgs(optional = FALSE)
}
%- maybe also 'usage' for other objects documented here.
\arguments{
\item{optional}{
A logical value indicating whether to install optional packages for visualizing data.
}
}
\details{
The R packages required to run H2O are RCurl, rjson, uuid, and tools. All packages are installed from CRAN. The package RCurl needs the latest version of libcurl. See the \href{http://www.omegahat.org/RCurl/FAQ.html}{RCurl FAQ} for details.

If \code{optional = TRUE}, the packages fpc and cluster, along with all associated dependencies, will be installed. Note that this requires R version 3.0 or higher.
}
\value{
%% ~Describe the value returned
%% If it is a LIST, use
%% \item{comp1 }{Description of 'comp1'}
%% \item{comp2 }{Description of 'comp2'}
%% ...
}
\references{
%% ~put references to the literature/web site here ~
}
\author{
%% ~~who you are~~
}
\note{
%% ~~further notes~~
}

%% ~Make other sections like Warning with \section{Warning }{....} ~

\seealso{
%% ~~objects to See Also as \code{\link{help}}, ~~~
}
\examples{
h2oWrapper.installDepPkgs()
}

% Add one or more standard keywords, see file 'KEYWORDS' in the
% R documentation directory.
\keyword{ ~kwd1 }
\keyword{ ~kwd2 }% __ONLY ONE__ keyword per line

0 comments on commit 0366d04

Please sign in to comment.