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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Apr 23 18:54:30 CEST 2011


Author: edd
Date: 2011-04-23 18:54:30 +0200 (Sat, 23 Apr 2011)
New Revision: 3011

Modified:
   pkg/RcppArmadillo/inst/examples/varSimulation.r
Log:
one more tweak


Modified: pkg/RcppArmadillo/inst/examples/varSimulation.r
===================================================================
--- pkg/RcppArmadillo/inst/examples/varSimulation.r	2011-04-23 16:18:09 UTC (rev 3010)
+++ pkg/RcppArmadillo/inst/examples/varSimulation.r	2011-04-23 16:54:30 UTC (rev 3011)
@@ -69,7 +69,7 @@
 stopifnot(all.equal(rData, rcppData))   # checking results
 
 ## now load the rbenchmark package and compare all three
-library(rbenchmark)
+suppressMessages(library(rbenchmark))
 res <- benchmark(rcppSim(a,e),
                  rSim(a,e),
                  compRsim(a,e),



More information about the Rcpp-commits mailing list