[Rcpp-commits] r2747 - scripts
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Dec 8 14:15:18 CET 2010
Author: edd
Date: 2010-12-08 14:15:18 +0100 (Wed, 08 Dec 2010)
New Revision: 2747
Modified:
scripts/runExamples.sh
Log:
removed two invocations involving RcppClassic
Modified: scripts/runExamples.sh
===================================================================
--- scripts/runExamples.sh 2010-12-08 13:09:47 UTC (rev 2746)
+++ scripts/runExamples.sh 2010-12-08 13:15:18 UTC (rev 2747)
@@ -16,7 +16,6 @@
function runFunctionCallback {
cd Rcpp/inst/examples/functionCallback
- #./buildAndRun.sh
Rscript ./newApiExample.r
cd -
}
@@ -27,7 +26,6 @@
Rscript ./RcppInlineExample.r
Rscript ./RcppInlineWithLibsExamples.r
Rscript ./RcppSimpleExample.r
- Rscript ./RcppSimpleTests.r
Rscript ./RObject.r
Rscript ./UncaughtExceptions.r
cd -
More information about the Rcpp-commits
mailing list