Bump version to 0.0.2
authorTom Morris <tfmorris@veritasgenetics.com>
Fri, 12 Jan 2018 22:09:32 +0000 (17:09 -0500)
committerTom Morris <tfmorris@veritasgenetics.com>
Fri, 12 Jan 2018 22:10:06 +0000 (17:10 -0500)
Arvados-DCO-1.1-Signed-off-by: Tom Morris <tfmorris@veritasgenetics.com>

sdk/R/DESCRIPTION
sdk/R/README

index ce96f05b27c6c018f64bfe6198982ad686a5b024..73738e17bc72f5c210da9b8e1c9699e633288c7c 100644 (file)
@@ -1,7 +1,7 @@
 Package: ArvadosR
 Type: Package
 Title: Arvados R SDK
-Version: 0.0.1
+Version: 0.0.2
 Author: Fuad Muhic
 Maintainer: Ward Vandewege <wvandewege@veritasgenetics.com>
 Description: This is the Arvados R SDK
index 5ef9620102cdc9903e74a549b9dcf0db656c2b73..d0e570c134021bc5f839646821a71038b66cf156 100644 (file)
@@ -16,7 +16,7 @@ If needed, you may have to install the supporting packages first. On Linux, thes
 
 2. Install the ArvardosR package
 
-    > install.packages('/path/to/ArvadosR_0.0.1.tar.gz', repos = NULL, type="source", dependencies = TRUE)
+    > install.packages('/path/to/ArvadosR_0.0.2.tar.gz', repos = NULL, type="source", dependencies = TRUE)
 
 
 EXAMPLES OF USAGE