[Rcpp-commits] r4580 - in pkg/RcppGSL: . inst

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Oct 22 20:38:37 CEST 2013


Author: edd
Date: 2013-10-22 20:38:37 +0200 (Tue, 22 Oct 2013)
New Revision: 4580

Modified:
   pkg/RcppGSL/ChangeLog
   pkg/RcppGSL/DESCRIPTION
   pkg/RcppGSL/NAMESPACE
   pkg/RcppGSL/inst/NEWS.Rd
Log:
minor tweak of not importing LdPath from Rcpp (R-devel's R CMD check came to
its senses) but added Rcpp to Suggests: as the vignette uses the bibtex file
from Rcpp (via a call to Rcpp:::bib())


Modified: pkg/RcppGSL/ChangeLog
===================================================================
--- pkg/RcppGSL/ChangeLog	2013-10-20 23:10:59 UTC (rev 4579)
+++ pkg/RcppGSL/ChangeLog	2013-10-22 18:38:37 UTC (rev 4580)
@@ -1,6 +1,11 @@
+2013-10-22  Dirk Eddelbuettel  <edd at debian.org>
+
+	* DESCRIPTION: Added 'Suggests: Rcpp' to build vignette as we call
+	into Rcpp to get its bibtex file
+
 2013-10-09  Dirk Eddelbuettel  <edd at debian.org>
 
-	* NAMESPACE: Import LdFlags from Rcpp, and export LdFlags and CFlags
+	* NAMESPACE: Export LdFlags and CFlags
 	* man/LdFlags.Rd: Added documentation for exported functions
 
 2013-09-10  Dirk Eddelbuettel  <edd at debian.org>

Modified: pkg/RcppGSL/DESCRIPTION
===================================================================
--- pkg/RcppGSL/DESCRIPTION	2013-10-20 23:10:59 UTC (rev 4579)
+++ pkg/RcppGSL/DESCRIPTION	2013-10-22 18:38:37 UTC (rev 4580)
@@ -27,8 +27,7 @@
   write a similar package against another library.
 License: GPL (>= 2)
 LazyLoad: yes
-Suggests: RUnit, inline, highlight
+Suggests: Rcpp, RUnit, inline, highlight
 LinkingTo: Rcpp
-Imports: Rcpp
 SystemRequirements: GNU GSL
 VignetteBuilder: highlight

Modified: pkg/RcppGSL/NAMESPACE
===================================================================
--- pkg/RcppGSL/NAMESPACE	2013-10-20 23:10:59 UTC (rev 4579)
+++ pkg/RcppGSL/NAMESPACE	2013-10-22 18:38:37 UTC (rev 4580)
@@ -1,7 +1,6 @@
 useDynLib(RcppGSL)
 
 importFrom(utils,assignInNamespace)
-importFrom(Rcpp,LdFlags)
 export(fastLmPure,
        fastLm,
        LdFlags,

Modified: pkg/RcppGSL/inst/NEWS.Rd
===================================================================
--- pkg/RcppGSL/inst/NEWS.Rd	2013-10-20 23:10:59 UTC (rev 4579)
+++ pkg/RcppGSL/inst/NEWS.Rd	2013-10-22 18:38:37 UTC (rev 4580)
@@ -15,9 +15,8 @@
     also been added for command-line builds.
     \item Unit tests now use \code{sourceCpp()} instead of
     \code{cxxfunction()} from the \pkg{inline} package
-    \item The \code{DESCRIPTION} file now uses \code{Imports: Rcpp}
-    rather than \code{Depends: Rcpp} to satisfy \code{R CMD check} under
-    the R development version.
+    \item The \code{DESCRIPTION} file now uses \code{Suggests: Rcpp}
+    (instead of \code{Depends: Rcpp}) to permit building of the vignette
   }
 }
 



More information about the Rcpp-commits mailing list