[Raster-commits] r472 - pkg/raster/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Aug 28 00:42:52 CEST 2009


Author: rhijmans
Date: 2009-08-28 00:42:50 +0200 (Fri, 28 Aug 2009)
New Revision: 472

Modified:
   pkg/raster/R/raster.R
   pkg/raster/R/removeRasterFile.R
Log:


Modified: pkg/raster/R/raster.R
===================================================================
--- pkg/raster/R/raster.R	2009-08-27 18:31:19 UTC (rev 471)
+++ pkg/raster/R/raster.R	2009-08-27 22:42:50 UTC (rev 472)
@@ -1,4 +1,4 @@
-# Author: Robert J. Hijmans, r.hijmans at gmail.com
+ # Author: Robert J. Hijmans, r.hijmans at gmail.com
 # Date : August 2008
 # Version 0.8
 # Licence GPL v3

Modified: pkg/raster/R/removeRasterFile.R
===================================================================
--- pkg/raster/R/removeRasterFile.R	2009-08-27 18:31:19 UTC (rev 471)
+++ pkg/raster/R/removeRasterFile.R	2009-08-27 22:42:50 UTC (rev 472)
@@ -9,7 +9,7 @@
 	if (class(raster) == 'RasterLayer') {
 		fname <- filename(raster)
 #  need to close the connection in the object in the Global environement; not here	 ????
-		raster <- closeConnection(raster)
+#		raster <- closeConnection(raster)
 		filename(raster) <- ''
 	} else {
 		fname <- trim(raster)



More information about the Raster-commits mailing list