[Rcpp-commits] r2624 - pkg/RcppGSL/inst/doc/RcppGSL
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Nov 30 17:41:36 CET 2010
Author: edd
Date: 2010-11-30 17:41:36 +0100 (Tue, 30 Nov 2010)
New Revision: 2624
Modified:
pkg/RcppGSL/inst/doc/RcppGSL/RcppGSL.Rnw
Log:
minor edits I made on the train
Modified: pkg/RcppGSL/inst/doc/RcppGSL/RcppGSL.Rnw
===================================================================
--- pkg/RcppGSL/inst/doc/RcppGSL/RcppGSL.Rnw 2010-11-30 15:25:31 UTC (rev 2623)
+++ pkg/RcppGSL/inst/doc/RcppGSL/RcppGSL.Rnw 2010-11-30 16:41:36 UTC (rev 2624)
@@ -555,13 +555,14 @@
variant could be faster due to the optimised code in high-performance BLAS
libraries and/or the inherent parallelism a multi-core BLAS variant which
compute compute the vector norm in parallel. On all `reasonable' matrix
-size, however, the performance difference should be neglible.
+sizes, however, the performance difference should be neglible.
\subsection{The \texttt{configure} script}
Using \pkg{RcppGSL} means employing both the \pkg{GSL} and \proglang{R}. We
may need to find the location of the \pkg{GSL} headers and library, and this
-done easily from a \texttt{configure} source script such as the following:
+done easily from a \texttt{configure} source script which \texttt{autoconf}
+generates from a \texttt{configure.in} source file such as the following:
<<lang=sh,size=small>>=
AC_INIT([RcppGSLExample], 0.1.0)
More information about the Rcpp-commits
mailing list