[ARVADOS] updated: 1.1.4-720-ge43159541
Git user
git at public.curoverse.com
Thu Aug 2 13:59:58 EDT 2018
Summary of changes:
sdk/R/README.Rmd | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via e43159541b9da21730d3da27568530f47f7194f4 (commit)
from 73167d511b4ed1a0441bafa0f7bac26263b20231 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit e43159541b9da21730d3da27568530f47f7194f4
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date: Thu Aug 2 13:59:37 2018 -0400
13609: Note that move/copy between collections isn't supported
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>
diff --git a/sdk/R/README.Rmd b/sdk/R/README.Rmd
index 5fdceb618..c1d6c7cf4 100644
--- a/sdk/R/README.Rmd
+++ b/sdk/R/README.Rmd
@@ -219,7 +219,7 @@ subcollection$remove("fileInsideSubcollection.exe")
subcollection$remove("folderInsideSubcollection/")
```
-* Move file or folder inside collection:
+* Move or rename a file or folder within a collection (moving between collections is currently not supported):
Directly from collection
@@ -244,7 +244,7 @@ subcollection$move("newDestination/folder")
Make sure to include new file name in destination.
In second example file$move("newDestination/") will not work.
-* Copy file or folder inside collection:
+* Copy file or folder within a collection (copying between collections is currently not supported):
Directly from collection
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list