[GRASS-SVN] r67091 - grass-addons/grass7/vector/v.class.mlR

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Dec 12 08:12:59 PST 2015


Author: mlennert
Date: 2015-12-12 08:12:59 -0800 (Sat, 12 Dec 2015)
New Revision: 67091

Modified:
   grass-addons/grass7/vector/v.class.mlR/v.class.mlR.py
Log:
remove hard-coded CRAN-mirror


Modified: grass-addons/grass7/vector/v.class.mlR/v.class.mlR.py
===================================================================
--- grass-addons/grass7/vector/v.class.mlR/v.class.mlR.py	2015-12-12 14:21:11 UTC (rev 67090)
+++ grass-addons/grass7/vector/v.class.mlR/v.class.mlR.py	2015-12-12 16:12:59 UTC (rev 67091)
@@ -154,8 +154,7 @@
     install += "dir.create(Sys.getenv('R_LIBS_USER'), recursive=TRUE)\n"
     install += ".libPaths(Sys.getenv('R_LIBS_USER'))}\n"
     install += "chooseCRANmirror(ind=1)\n"
-    install += "install.packages('e1071', "
-    install += "repos='https://mirror.ibcp.fr/pub/CRAN/')}" 
+    install += "install.packages('e1071')}"
     r_file.write(install)
     r_file.write("\n")
     r_file.write('library(e1071)')



More information about the grass-commit mailing list