[Dplr-commits] r967 - in pkg/dplR: . R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Mar 4 16:42:14 CET 2015


Author: mvkorpel
Date: 2015-03-04 16:42:14 +0100 (Wed, 04 Mar 2015)
New Revision: 967

Modified:
   pkg/dplR/ChangeLog
   pkg/dplR/R/latexify.R
Log:
Removed an unused variable from latexify()

Modified: pkg/dplR/ChangeLog
===================================================================
--- pkg/dplR/ChangeLog	2015-03-04 14:05:18 UTC (rev 966)
+++ pkg/dplR/ChangeLog	2015-03-04 15:42:14 UTC (rev 967)
@@ -64,6 +64,7 @@
   terms of lines of code in dplR.  See Henrik Bengtsson's notes at
   http://www.jottr.org/2014/05/captureOutput.html (referenced on
   2015-01-07).
+- Removed an unused variable.
 
 File: net.R
 -----------

Modified: pkg/dplR/R/latexify.R
===================================================================
--- pkg/dplR/R/latexify.R	2015-03-04 14:05:18 UTC (rev 966)
+++ pkg/dplR/R/latexify.R	2015-03-04 15:42:14 UTC (rev 967)
@@ -25,7 +25,6 @@
     if (any(encBytes)) {
         y[encBytes] <- captureOutput(cat(y[encBytes], sep = "\n"))
     }
-    l10n <- l10n_info()
     Letters <- paste0(c(LETTERS, letters), collapse="")
     fontenc <- "fontenc" %in% packages
     textcomp <- "textcomp" %in% packages



More information about the Dplr-commits mailing list