[Genabel-commits] r716 - in pkg: DatABEL/R GenABEL/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon May 16 00:10:49 CEST 2011


Author: lckarssen
Date: 2011-05-16 00:10:49 +0200 (Mon, 16 May 2011)
New Revision: 716

Modified:
   pkg/DatABEL/R/zzz.R
   pkg/GenABEL/R/zzz.R
Log:
Remved reference to the mga server in the zzz.R files of GenABEL and
DatABEL. The URL now points to the www.genabel.org server.
This fixes bug #1275.



Modified: pkg/DatABEL/R/zzz.R
===================================================================
--- pkg/DatABEL/R/zzz.R	2011-05-15 20:47:37 UTC (rev 715)
+++ pkg/DatABEL/R/zzz.R	2011-05-15 22:10:49 UTC (rev 716)
@@ -5,7 +5,7 @@
 	# check for updates and news
 	address <- c(
 			"http://genabel.r-forge.r-project.org/version_and_news.html",
-			"http://mga.bionet.nsc.ru/~yurii/ABEL/version_and_news.html"
+			"http://www.genabel.org/sites/default/files/version_and_news.html"
 	)
 	svtmo <- options("timeout")
 	options("timeout"=10)
@@ -59,4 +59,4 @@
 	options("timeout"=svtmo)	
 	
 	.Call("checkNumBits");	
-}
\ No newline at end of file
+}

Modified: pkg/GenABEL/R/zzz.R
===================================================================
--- pkg/GenABEL/R/zzz.R	2011-05-15 20:47:37 UTC (rev 715)
+++ pkg/GenABEL/R/zzz.R	2011-05-15 22:10:49 UTC (rev 716)
@@ -5,7 +5,7 @@
 	# check for updates and news
 	address <- c(
 			"http://genabel.r-forge.r-project.org/version_and_news.html",
-			"http://mga.bionet.nsc.ru/~yurii/ABEL/version_and_news.html"
+			"http://www.genabel.org/sites/default/files/version_and_news.html"
 	)
 	svtmo <- options("timeout")
 	options("timeout"=10)
@@ -58,4 +58,4 @@
 	}
 	options("timeout"=svtmo)
 	#rm(tryRes0,tryRes1,conn,svtmo)
-}
\ No newline at end of file
+}



More information about the Genabel-commits mailing list