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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Sep 10 16:56:32 CEST 2013


Author: edd
Date: 2013-09-10 16:56:32 +0200 (Tue, 10 Sep 2013)
New Revision: 4470

Modified:
   pkg/RcppGSL/ChangeLog
   pkg/RcppGSL/DESCRIPTION
   pkg/RcppGSL/inst/NEWS.Rd
Log:
Changed to 'Imports: Rcpp' rather than 'Depends: Rcpp' to make r-devel happy


Modified: pkg/RcppGSL/ChangeLog
===================================================================
--- pkg/RcppGSL/ChangeLog	2013-08-31 21:27:49 UTC (rev 4469)
+++ pkg/RcppGSL/ChangeLog	2013-09-10 14:56:32 UTC (rev 4470)
@@ -1,3 +1,8 @@
+2013-09-10  Dirk Eddelbuettel  <edd at debian.org>
+
+	* DESCRIPTION (Imports): Now 'Imports: Rcpp' rather than Depends: to
+	satisfy R CMD check for the R version under development 
+
 2013-08-24  Dirk Eddelbuettel  <edd at debian.org>
 
 	* DESCRIPTION (Suggests): Added 'highlight' so that the package is

Modified: pkg/RcppGSL/DESCRIPTION
===================================================================
--- pkg/RcppGSL/DESCRIPTION	2013-08-31 21:27:49 UTC (rev 4469)
+++ pkg/RcppGSL/DESCRIPTION	2013-09-10 14:56:32 UTC (rev 4470)
@@ -1,7 +1,7 @@
 Package: RcppGSL
 Type: Package
 Title: Rcpp integration for GNU GSL vectors and matrices
-Version: 0.2.0.1
+Version: 0.2.0.2
 Date: $Date$
 Author: Romain Francois and Dirk Eddelbuettel
 Maintainer: Dirk Eddelbuettel <edd at debian.org>
@@ -27,7 +27,7 @@
   write a similar package against another library.
 License: GPL (>= 2)
 LazyLoad: yes
-Depends: Rcpp (>= 0.10.3)
+Imports: Rcpp
 Suggests: RUnit, inline, highlight
 LinkingTo: Rcpp
 SystemRequirements: GNU GSL

Modified: pkg/RcppGSL/inst/NEWS.Rd
===================================================================
--- pkg/RcppGSL/inst/NEWS.Rd	2013-08-31 21:27:49 UTC (rev 4469)
+++ pkg/RcppGSL/inst/NEWS.Rd	2013-09-10 14:56:32 UTC (rev 4470)
@@ -15,6 +15,9 @@
     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.
   }
 }
 



More information about the Rcpp-commits mailing list