[Rcpp-commits] r2906 - pkg/Rcpp/inst/doc/Rcpp-FAQ
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Feb 19 22:44:49 CET 2011
Author: edd
Date: 2011-02-19 22:44:48 +0100 (Sat, 19 Feb 2011)
New Revision: 2906
Modified:
pkg/Rcpp/inst/doc/Rcpp-FAQ/Rcpp-FAQ.Rnw
Log:
one correction relatively to book draft version we borrowed this from
Modified: pkg/Rcpp/inst/doc/Rcpp-FAQ/Rcpp-FAQ.Rnw
===================================================================
--- pkg/Rcpp/inst/doc/Rcpp-FAQ/Rcpp-FAQ.Rnw 2011-02-19 18:21:32 UTC (rev 2905)
+++ pkg/Rcpp/inst/doc/Rcpp-FAQ/Rcpp-FAQ.Rnw 2011-02-19 21:44:48 UTC (rev 2906)
@@ -159,7 +159,7 @@
\begin{description}
\item[\pkg{inline}] which is invaluable for direct compilation, linking and loading
- of short code snippets, and used throughout this book too;
+ of short code snippets;
\item[\pkg{RUnit}] is used for unit testing; the package is recommended and will be needed to re-run
some of our tests but it is not strictly required;
\item[\pkg{rbenchmark}] to run simple timing comparisons and benchmarks; it is also
More information about the Rcpp-commits
mailing list