X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/73167d511b4ed1a0441bafa0f7bac26263b20231..3facf89bf048487ee718fe15d012b489f2d407b7:/sdk/R/README.Rmd diff --git a/sdk/R/README.Rmd b/sdk/R/README.Rmd index 5fdceb6186..63bf55373d 100644 --- a/sdk/R/README.Rmd +++ b/sdk/R/README.Rmd @@ -14,7 +14,7 @@ knitr::opts_chunk$set(eval=FALSE) ``` ```{r} -install.packages("ArvadosR", repos=c("http://r.arvados.org", getOption("repos")["CRAN"]), dependencies=TRUE) +install.packages("ArvadosR", repos=c("https://r.arvados.org", getOption("repos")["CRAN"]), dependencies=TRUE) ``` Note: on Linux, you may have to install supporting packages. @@ -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