[Rcpp-commits] r1771 - pkg/Rcpp/inst/examples/FastLM

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Jul 4 03:01:50 CEST 2010


Author: edd
Date: 2010-07-04 03:01:47 +0200 (Sun, 04 Jul 2010)
New Revision: 1771

Modified:
   pkg/Rcpp/inst/examples/FastLM/lmArmadillo.R
Log:
removed one comment that was for GSL anyway


Modified: pkg/Rcpp/inst/examples/FastLM/lmArmadillo.R
===================================================================
--- pkg/Rcpp/inst/examples/FastLM/lmArmadillo.R	2010-07-03 20:33:27 UTC (rev 1770)
+++ pkg/Rcpp/inst/examples/FastLM/lmArmadillo.R	2010-07-04 01:01:47 UTC (rev 1771)
@@ -49,7 +49,6 @@
     '
 
     ## turn into a function that R can call
-    ## compileargs redundant on Debian/Ubuntu as gsl headers are found anyway
     fun <- cfunction(signature(Ysexp="numeric", Xsexp="numeric"),
                      src,
                      includes="#include <armadillo>",



More information about the Rcpp-commits mailing list