[Rodbcext-commits] r25 - pkg/geoclimate/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Jul 16 03:35:43 CEST 2012


Author: jaunario
Date: 2012-07-16 03:35:41 +0200 (Mon, 16 Jul 2012)
New Revision: 25

Modified:
   pkg/geoclimate/R/trmm.r
Log:
removed winslash argument from normalizepath

Modified: pkg/geoclimate/R/trmm.r
===================================================================
--- pkg/geoclimate/R/trmm.r	2012-07-13 05:41:35 UTC (rev 24)
+++ pkg/geoclimate/R/trmm.r	2012-07-16 01:35:41 UTC (rev 25)
@@ -42,7 +42,7 @@
 		file.remove(paste(savepath,fname,sep="/"))
 		rawtrmm <- withRetry(getBinaryURL(prod.ftp),...)
 	} else if (file.exists(paste(savepath,fname,sep="/"))){
-		rawtrmm <- getBinaryURL(paste("file://localhost", normalizePath(savepath, winslash="/"), fname, sep="/"))		
+		rawtrmm <- getBinaryURL(paste("file://localhost", normalizePath(savepath), fname, sep="/"))		
 	} else {
 		rawtrmm <- withRetry(getBinaryURL(prod.ftp),...)
 	}



More information about the Rodbcext-commits mailing list