[Rcpp-commits] r3667 - in pkg/RcppBDT: . inst

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Jul 3 03:14:43 CEST 2012


Author: edd
Date: 2012-07-03 03:14:43 +0200 (Tue, 03 Jul 2012)
New Revision: 3667

Modified:
   pkg/RcppBDT/ChangeLog
   pkg/RcppBDT/DESCRIPTION
   pkg/RcppBDT/inst/NEWS
   pkg/RcppBDT/inst/NEWS.Rd
Log:
Release 0.2.0


Modified: pkg/RcppBDT/ChangeLog
===================================================================
--- pkg/RcppBDT/ChangeLog	2012-07-03 01:01:19 UTC (rev 3666)
+++ pkg/RcppBDT/ChangeLog	2012-07-03 01:14:43 UTC (rev 3667)
@@ -1,3 +1,9 @@
+2012-07-02  Dirk Eddelbuettel  <edd at debian.org>
+
+	* DESCRIPTION: Version 0.2.0
+
+	* inst/NEWS.Rd, inst/NEWS: Added
+
 2012-06-30  Dirk Eddelbuettel  <edd at debian.org>
 
 	* R/zzz.R: Updated for R 2.15.1 using loadModule() and evalqOnLoad()

Modified: pkg/RcppBDT/DESCRIPTION
===================================================================
--- pkg/RcppBDT/DESCRIPTION	2012-07-03 01:01:19 UTC (rev 3666)
+++ pkg/RcppBDT/DESCRIPTION	2012-07-03 01:14:43 UTC (rev 3667)
@@ -1,7 +1,7 @@
 Package: RcppBDT
 Type: Package
 Title: Rcpp bindings for the Boost Date_Time library 
-Version: 0.1.0.2
+Version: 0.2.0
 Date: $Date$
 Author: Dirk Eddelbuettel and Romain Francois
 Maintainer: Dirk Eddelbuettel <edd at debian.org>
@@ -14,7 +14,7 @@
  provide supplementary date to/from strings conversion functions. 
 License: GPL (>= 2)
 LazyLoad: yes
-Depends: Rcpp (>= 0.9.0), methods
+Depends: Rcpp (>= 0.9.13), methods
 Imports: methods, Rcpp
 SystemRequirements: Boost 
 LinkingTo: Rcpp

Modified: pkg/RcppBDT/inst/NEWS
===================================================================
--- pkg/RcppBDT/inst/NEWS	2012-07-03 01:01:19 UTC (rev 3666)
+++ pkg/RcppBDT/inst/NEWS	2012-07-03 01:14:43 UTC (rev 3667)
@@ -1,6 +1,6 @@
 News for Package 'RcppBDT'
 
-Changes in version 0.2.0 (2012-06-30):
+Changes in version 0.2.0 (2012-07-02):
 
         • The core module, which wraps what in C++ is
           boost::gregorian::date, is now exposed as an Rcpp module
@@ -9,7 +9,8 @@
           needed outside of the code instantiating at package load.
 
         • Updated package instantiation to the new facilities offered
-          by the current versions R 2.15.1 and Rcpp 0.9.13
+          by the current versions R 2.15.1 and Rcpp 0.9.13 which make
+          Rcpp module initialization easier and more streamlined.
 
 Changes in version 0.1.0 (2011-01-17):
 

Modified: pkg/RcppBDT/inst/NEWS.Rd
===================================================================
--- pkg/RcppBDT/inst/NEWS.Rd	2012-07-03 01:01:19 UTC (rev 3666)
+++ pkg/RcppBDT/inst/NEWS.Rd	2012-07-03 01:14:43 UTC (rev 3667)
@@ -2,7 +2,7 @@
 \title{News for Package \pkg{RcppBDT}}
 \newcommand{\cpkg}{\href{http://CRAN.R-project.org/package=#1}{\pkg{#1}}}
 
-\section{Changes in version 0.2.0 (2012-06-30)}{
+\section{Changes in version 0.2.0 (2012-07-02)}{
   \itemize{
     \item The core module, which wraps what in C++ is
     boost::gregorian::date, is now exposed as an Rcpp module bdtDate.
@@ -11,7 +11,8 @@
     instantiating at package load.
 
     \item Updated package instantiation to the new facilities offered by
-    the current versions R 2.15.1 and Rcpp 0.9.13
+    the current versions R 2.15.1 and Rcpp 0.9.13 which make Rcpp module
+    initialization easier and more streamlined.
   } 
 }
 



More information about the Rcpp-commits mailing list