Skip to content

Commit

Permalink
Remove R from h2o zip package.
Browse files Browse the repository at this point in the history
R should now be downloaded from an cran-style location directly.
  • Loading branch information
tomkraljevic committed Feb 1, 2014
1 parent bb7835d commit 9bd8925
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ build_package:
echo $(PROJECT_VERSION) > target/project_version
rm -fr target/h2o-$(PROJECT_VERSION)
mkdir target/h2o-$(PROJECT_VERSION)
cp -rp target/R target/h2o-$(PROJECT_VERSION)
cp -rp target/hadoop target/h2o-$(PROJECT_VERSION)
cp -p target/h2o.jar target/h2o-$(PROJECT_VERSION)
cp -p target/h2o-sources.jar target/h2o-$(PROJECT_VERSION)
Expand Down
7 changes: 1 addition & 6 deletions packaging/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ This package contains:
h2o.jar The H2O engine.
h2o-sources.jar Source code to compile h2o.jar.

R/ Directory containing H2O package for R.
R/README.txt Read this if you are interested in writing R
programs that interact with H2O.
R/h2oWrapper*.tar.gz The R package for you to install.

hadoop/ Directory containing hadoop integration for H2O.
hadoop/README.txt Read this if you want to run H2O on a hadoop
cluster.
Expand All @@ -32,7 +27,7 @@ and then go to this URL to visit the H2O Web UI:
http://localhost:54321


For further documentation, please visit:
For further documentation, including how to use H2O from R, please visit:
http://docs.0xdata.com


Expand Down

0 comments on commit 9bd8925

Please sign in to comment.