[ARVADOS] updated: 1.3.0-3222-g71cc832bc

Git user git at public.arvados.org
Fri Sep 25 15:07:56 UTC 2020


Summary of changes:
 sdk/R/README.Rmd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  71cc832bcd92fccf4f867cda3b49320cbb51785e (commit)
      from  27992e62e71eb2ad4297c4eb3f4e787c4b000b90 (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 71cc832bcd92fccf4f867cda3b49320cbb51785e
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Fri Sep 25 11:07:02 2020 -0400

    Recommend installing R package from https refs #16885
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/sdk/R/README.Rmd b/sdk/R/README.Rmd
index c1d6c7cf4..63bf55373 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.

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list