[Seqinr-commits] r1839 - www/src/config
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue May 31 15:13:09 CEST 2016
Author: jeanlobry
Date: 2016-05-31 15:13:09 +0200 (Tue, 31 May 2016)
New Revision: 1839
Modified:
www/src/config/commonrnw.rnw
Log:
https au lieu de http
Modified: www/src/config/commonrnw.rnw
===================================================================
--- www/src/config/commonrnw.rnw 2016-04-27 14:31:37 UTC (rev 1838)
+++ www/src/config/commonrnw.rnw 2016-05-31 13:13:09 UTC (rev 1839)
@@ -49,7 +49,7 @@
.GetFileName()
rm(".GetFileName")
r <- getOption("repos")
-r["CRAN"] <- "http://cran.univ-lyon1.fr"
+r["CRAN"] <- "https://cran.univ-lyon1.fr"
options(repos = r)
# if seqinr was checked with "R CMD check pkg", then this should load
# the last development version:
More information about the Seqinr-commits
mailing list