diff --git a/README.txt b/README.txt index 483a3b5..66d1574 100644 --- a/README.txt +++ b/README.txt @@ -9,9 +9,10 @@ An R_ package that provides read/write access to data and metadata from the Data Downloads --------- -The currently supported version is: +The currently supported version requires two R packages, dataone and dataonelibs (which provides the Java libraries necessary for the dataone package to function): - DataONE R Client (dataone_1.0.0.tar.gz_) +- DataONE Libraries (dataonelibs_1.0.0.tar.gz_) Documentation for the DataONE R Client is provided as help files within the R framework, and is downloadable in PDF format: @@ -19,6 +20,8 @@ Documentation for the DataONE R Client is provided as help files within the R fr .. _dataone_1.0.0.tar.gz: https://releases.dataone.org/dist/dataone_1.0.0.tar.gz +.. _dataonelibs_1.0.0.tar.gz: https://releases.dataone.org/dist/dataonelibs_1.0.0.tar.gz + .. _dataone_1.0.0-manual.pdf: https://releases.dataone.org/dist/dataone_1.0.0-manual.pdf Installation Notes @@ -27,6 +30,8 @@ The easiest way to install the client is via the CRAN_ repository: .. + > install.packages("dataonelibs") + > install.packages("dataone") @@ -37,7 +42,9 @@ site above and, after downloading the package, install it using: .. - $ R CMD install dataone_1.0.0.tar.gz + $ R CMD install dataonelibs_1.0.0.tar.gz + + $ R CMD install dataone_1.0.0.tar.gz This package uses rJava to bind to the Java client libraries. Be sure to install rJava for your particular version of R and Java. @@ -56,6 +63,8 @@ Once installed, the package can be run in R using: Loading required package: XML + Loading required package: dataonelibs + > help(dataone) diff --git a/dataone/man/dataone-package.Rd b/dataone/man/dataone-package.Rd index 53dbccf..16b4c09 100644 --- a/dataone/man/dataone-package.Rd +++ b/dataone/man/dataone-package.Rd @@ -16,7 +16,7 @@ the DataONE network of Member Node data repositories. Package: \tab dataone\cr Version: \tab 1.0.0\cr Date: \tab 2013-02-14\cr -Depends: \tab R (>= 2.9.2), rJava (>= 0.8-5), XML (>= 3.95-0.1), methods\cr +Depends: \tab R (>= 2.9.2), rJava (>= 0.8-5), XML (>= 3.95-0.1), methods, dataonelibs\cr Imports: \tab rJava, XML\cr SystemRequirements: \tab Java (>= 1.6)\cr License: \tab file LICENSE\cr