[Rcpp-commits] r3591 - pkg/RcppArmadillo/inst/examples

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Apr 29 17:43:05 CEST 2012


Author: edd
Date: 2012-04-29 17:43:04 +0200 (Sun, 29 Apr 2012)
New Revision: 3591

Modified:
   pkg/RcppArmadillo/inst/examples/fastLm.r
Log:
nuke accidental empty line


Modified: pkg/RcppArmadillo/inst/examples/fastLm.r
===================================================================
--- pkg/RcppArmadillo/inst/examples/fastLm.r	2012-04-29 15:19:10 UTC (rev 3590)
+++ pkg/RcppArmadillo/inst/examples/fastLm.r	2012-04-29 15:43:04 UTC (rev 3591)
@@ -65,7 +65,6 @@
                  lm(frm, data=trees),           # R's standard function
                  columns = c("test", "replications", "relative",
                              "elapsed", "user.self", "sys.self"),
-
                  order="relative",
                  replications=2500)
 



More information about the Rcpp-commits mailing list