forked from h2oai/h2o-2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increment version since uuid package added as dependency
- Loading branch information
Showing
2 changed files
with
64 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |