[R-gregmisc-commits] r2068 - pkg/gdata/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Oct 15 22:46:52 CEST 2015


Author: warnes
Date: 2015-10-15 22:46:52 +0200 (Thu, 15 Oct 2015)
New Revision: 2068

Modified:
   pkg/gdata/R/installXLSXsupport.R
Log:
Remove unused call to tempdir().


Modified: pkg/gdata/R/installXLSXsupport.R
===================================================================
--- pkg/gdata/R/installXLSXsupport.R	2015-08-08 05:01:12 UTC (rev 2067)
+++ pkg/gdata/R/installXLSXsupport.R	2015-10-15 20:46:52 UTC (rev 2068)
@@ -7,18 +7,17 @@
     findPerl(verbose = verbose)
   else
     findPerl(perl, verbose = verbose)
-
+  
   ##
   ## directories
   package.dir <- find.package('gdata')
   perl.dir <- file.path(package.dir,'perl')
-  temp.dir <- tempdir()
   ##
   ##
 
   cmd <- "install_modules.pl"
   sc <- file.path(perl.dir, cmd)
-
+  
   ##
   ##
 
@@ -54,6 +53,6 @@
   else
 	{
         	stop("\nUnable to install Perl XLSX support libraries.\n\n")
-		invisible(FALSE)
-	}
+		invisible(FALSE)                
+	}		
 }



More information about the R-gregmisc-commits mailing list