[Rcpp-commits] r2283 - tests/rcppFunctionEval

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Oct 7 11:20:52 CEST 2010


Author: romain
Date: 2010-10-07 11:20:51 +0200 (Thu, 07 Oct 2010)
New Revision: 2283

Modified:
   tests/rcppFunctionEval/makeAndRun.sh
Log:
sorry I don't have littler

Modified: tests/rcppFunctionEval/makeAndRun.sh
===================================================================
--- tests/rcppFunctionEval/makeAndRun.sh	2010-10-07 01:52:10 UTC (rev 2282)
+++ tests/rcppFunctionEval/makeAndRun.sh	2010-10-07 09:20:51 UTC (rev 2283)
@@ -1,7 +1,7 @@
 #!/bin/bash
 
-export PKG_CPPFLAGS=`r -e'Rcpp:::CxxFlags()'`
-export PKG_LIBS=`r -e'Rcpp:::LdFlags()'` 
+export PKG_CPPFLAGS=`Rscript -e 'Rcpp:::CxxFlags()'`
+export PKG_LIBS=`Rscript -e 'Rcpp:::LdFlags()'` 
 R CMD SHLIB bm.cpp evaluate*.c evaluate*.cpp 
 
-./bm.r
\ No newline at end of file
+Rscript bm.r



More information about the Rcpp-commits mailing list