[Rcpp-commits] r4570 - in pkg/Rcpp: . inst man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Oct 13 00:41:58 CEST 2013


Author: edd
Date: 2013-10-13 00:41:57 +0200 (Sun, 13 Oct 2013)
New Revision: 4570

Modified:
   pkg/Rcpp/ChangeLog
   pkg/Rcpp/DESCRIPTION
   pkg/Rcpp/inst/NEWS.Rd
   pkg/Rcpp/man/RcppLdFlags.Rd
Log:
Rolled Depends: on R to "R (>= 3.0.0)" as required by the vignette building code (with thanks to Uwe Ligges)
Also fixed one typo / grammar error in Rd file


Modified: pkg/Rcpp/ChangeLog
===================================================================
--- pkg/Rcpp/ChangeLog	2013-10-10 01:23:31 UTC (rev 4569)
+++ pkg/Rcpp/ChangeLog	2013-10-12 22:41:57 UTC (rev 4570)
@@ -1,3 +1,8 @@
+2013-10-12  Dirk Eddelbuettel  <edd at debian.org>
+
+	* DESCRIPTION (Depends): Rolled Depends: on R to "R (>= 3.0.0)" as
+	required by the vignette building code (with thanks to Uwe Ligges)
+
 2013-10-08  Dirk Eddelbuettel  <edd at debian.org>
 
 	* NAMESPACE: Export LdFlags as well as RcppLdFlags

Modified: pkg/Rcpp/DESCRIPTION
===================================================================
--- pkg/Rcpp/DESCRIPTION	2013-10-10 01:23:31 UTC (rev 4569)
+++ pkg/Rcpp/DESCRIPTION	2013-10-12 22:41:57 UTC (rev 4570)
@@ -49,7 +49,7 @@
  Additional documentation is available via the paper by Eddelbuettel and
  Francois (2011, JSS) paper and the book by Eddelbuettel (2013, Springer); 
  see 'citation("Rcpp")' for details.
-Depends: R (>= 2.15.1)
+Depends: R (>= 3.0.0)
 Imports: methods
 Suggests: RUnit, inline, rbenchmark, highlight
 VignetteBuilder: highlight

Modified: pkg/Rcpp/inst/NEWS.Rd
===================================================================
--- pkg/Rcpp/inst/NEWS.Rd	2013-10-10 01:23:31 UTC (rev 4569)
+++ pkg/Rcpp/inst/NEWS.Rd	2013-10-12 22:41:57 UTC (rev 4570)
@@ -21,6 +21,11 @@
       \item Export linking helper function \code{LdFlags} as well as
         \code{RcppLdFlags}.
     }
+    \item Changes in R setup:
+    \itemize{
+      \item Raise requirement for R itself to be version 3.0.0 or later
+      as needed by the vignette processing
+    }
   }
 }
 

Modified: pkg/Rcpp/man/RcppLdFlags.Rd
===================================================================
--- pkg/Rcpp/man/RcppLdFlags.Rd	2013-10-10 01:23:31 UTC (rev 4569)
+++ pkg/Rcpp/man/RcppLdFlags.Rd	2013-10-12 22:41:57 UTC (rev 4570)
@@ -4,7 +4,7 @@
 \title{Provide Rcpp Linker Flags}
 \description{
   \code{LdFlags} and \code{RcppLdFlags} return the required flags and
-  options for the the system linker. This allows portable use of
+  options for the system linker. This allows portable use of
   \pkg{Rcpp} as package location as well as operating-system specific
   details are abstracted away behind the interface of this function.
 



More information about the Rcpp-commits mailing list