[Rcpp-commits] r4446 - in pkg/RcppGSL: . vignettes

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Aug 24 20:17:35 CEST 2013


Author: edd
Date: 2013-08-24 20:17:34 +0200 (Sat, 24 Aug 2013)
New Revision: 4446

Modified:
   pkg/RcppGSL/ChangeLog
   pkg/RcppGSL/DESCRIPTION
   pkg/RcppGSL/vignettes/RcppGSL-intro.Rnw
Log:
minor fix: added 'highlight' as a Suggests to DESCRIPTION so that the package is
available during 'R CMD check' in order to build vignettes
also added citation of the Eddelbuettel and Sanderson (2013, CSDA) paper on RcppArmadillo


Modified: pkg/RcppGSL/ChangeLog
===================================================================
--- pkg/RcppGSL/ChangeLog	2013-08-24 06:56:16 UTC (rev 4445)
+++ pkg/RcppGSL/ChangeLog	2013-08-24 18:17:34 UTC (rev 4446)
@@ -1,3 +1,11 @@
+2013-08-24  Dirk Eddelbuettel  <edd at debian.org>
+
+	* DESCRIPTION (Suggests): Added 'highlight' so that the package is
+	available during 'R CMD check' in order to build vignettes
+
+	* vignettes/RcppGSL-intro.Rnw: Also cite the Eddelbuettel and
+	Sanderson (2013, CSDA) paper on RcppArmadillo
+
 2013-06-23  Dirk Eddelbuettel  <edd at debian.org>
 
 	* inst/unitTests/runit.gsl.R: Corrections to new unitTest scheme

Modified: pkg/RcppGSL/DESCRIPTION
===================================================================
--- pkg/RcppGSL/DESCRIPTION	2013-08-24 06:56:16 UTC (rev 4445)
+++ pkg/RcppGSL/DESCRIPTION	2013-08-24 18:17:34 UTC (rev 4446)
@@ -28,7 +28,7 @@
 License: GPL (>= 2)
 LazyLoad: yes
 Depends: Rcpp (>= 0.10.3)
-Suggests: RUnit, inline
+Suggests: RUnit, inline, highlight
 LinkingTo: Rcpp
 SystemRequirements: GNU GSL
 VignetteBuilder: highlight

Modified: pkg/RcppGSL/vignettes/RcppGSL-intro.Rnw
===================================================================
--- pkg/RcppGSL/vignettes/RcppGSL-intro.Rnw	2013-08-24 06:56:16 UTC (rev 4445)
+++ pkg/RcppGSL/vignettes/RcppGSL-intro.Rnw	2013-08-24 18:17:34 UTC (rev 4446)
@@ -204,8 +204,9 @@
 could have with \proglang{C++} vector or matrix structures as used through
 the \pkg{Rcpp} package) and return the result to \proglang{R}.
 
-We should note that \pkg{RcppArmadillo} \citep{CRAN:RcppArmadillo} implements
-a matching \texttt{fastLm} function using the Armadillo library by
+We should note that \pkg{RcppArmadillo}
+\citep{CRAN:RcppArmadillo,Eddelbuettel+Sanderson:2013:RcppArmadillo}
+implements a matching \texttt{fastLm} function using the Armadillo library by
 \cite{Sanderson:2010:Armadillo}, and can do so with more compact code due to
 \proglang{C++} features.
 



More information about the Rcpp-commits mailing list