[Rcpp-commits] r3962 - in pkg/Rcpp: . debian inst inst/include/Rcpp
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Nov 14 02:58:55 CET 2012
Author: edd
Date: 2012-11-14 02:58:54 +0100 (Wed, 14 Nov 2012)
New Revision: 3962
Modified:
pkg/Rcpp/ChangeLog
pkg/Rcpp/DESCRIPTION
pkg/Rcpp/debian/changelog
pkg/Rcpp/debian/control
pkg/Rcpp/debian/r-cran-rcpp.lintian-overrides
pkg/Rcpp/inst/NEWS.Rd
pkg/Rcpp/inst/include/Rcpp/config.h
Log:
Release 0.10.0
Modified: pkg/Rcpp/ChangeLog
===================================================================
--- pkg/Rcpp/ChangeLog 2012-11-13 16:09:08 UTC (rev 3961)
+++ pkg/Rcpp/ChangeLog 2012-11-14 01:58:54 UTC (rev 3962)
@@ -1,3 +1,10 @@
+2012-11-13 Dirk Eddelbuettel <edd at debian.org>
+
+ * DESCRIPTION: Release 0.10.0
+ * inst/NEWS: Release 0.10.0
+ * inst/include/Rcpp/config.h: Release 0.10.0
+ * debian/*: Similarly updated for new release to Debian
+
2012-11-13 Romain Francois <romain at r-enthusiasts.com>
* include/Rcpp/as.h: as<enum>
@@ -6,7 +13,7 @@
* include/Rcpp/traits/r_type_traits.h: trait to help as<enum>
* include/Rcpp/module/macros.h: macros RCPP_EXPOSED_ENUM to help as/wrap
of enums
-
+
2012-11-12 Dirk Eddelbuettel <edd at debian.org>
* inst/announce/ANNOUNCE-0.10.0.txt: Announcement draft
Modified: pkg/Rcpp/DESCRIPTION
===================================================================
--- pkg/Rcpp/DESCRIPTION 2012-11-13 16:09:08 UTC (rev 3961)
+++ pkg/Rcpp/DESCRIPTION 2012-11-14 01:58:54 UTC (rev 3962)
@@ -1,6 +1,6 @@
Package: Rcpp
Title: Seamless R and C++ Integration
-Version: 0.9.15.7
+Version: 0.10.0
Date: $Date$
Author: Dirk Eddelbuettel and Romain Francois, with contributions
by Douglas Bates, John Chambers and JJ Allaire
Modified: pkg/Rcpp/debian/changelog
===================================================================
--- pkg/Rcpp/debian/changelog 2012-11-13 16:09:08 UTC (rev 3961)
+++ pkg/Rcpp/debian/changelog 2012-11-14 01:58:54 UTC (rev 3962)
@@ -1,3 +1,9 @@
+rcpp (0.10.0-1) unstable; urgency=low
+
+ * New release
+
+ -- Dirk Eddelbuettel <edd at debian.org> Tue, 13 Nov 2012 19:55:10 -0600
+
rcpp (0.9.15-1) unstable; urgency=low
* New release
Modified: pkg/Rcpp/debian/control
===================================================================
--- pkg/Rcpp/debian/control 2012-11-13 16:09:08 UTC (rev 3961)
+++ pkg/Rcpp/debian/control 2012-11-14 01:58:54 UTC (rev 3962)
@@ -2,7 +2,7 @@
Section: gnu-r
Priority: optional
Maintainer: Dirk Eddelbuettel <edd at debian.org>
-Build-Depends: debhelper (>= 7.0.0), r-base-dev (>= 2.15.1), cdbs
+Build-Depends: debhelper (>= 7.0.0), r-base-dev (>= 2.15.2), cdbs
Standards-Version: 3.9.4
Homepage: http://dirk.eddelbuettel.com/code/rcpp.html
Modified: pkg/Rcpp/debian/r-cran-rcpp.lintian-overrides
===================================================================
--- pkg/Rcpp/debian/r-cran-rcpp.lintian-overrides 2012-11-13 16:09:08 UTC (rev 3961)
+++ pkg/Rcpp/debian/r-cran-rcpp.lintian-overrides 2012-11-14 01:58:54 UTC (rev 3962)
@@ -68,3 +68,5 @@
r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.int64.R
r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.rcout.R
r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.sugarOps.R
+r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/examples/Misc/newFib.r
+r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.rmath.R
Modified: pkg/Rcpp/inst/NEWS.Rd
===================================================================
--- pkg/Rcpp/inst/NEWS.Rd 2012-11-13 16:09:08 UTC (rev 3961)
+++ pkg/Rcpp/inst/NEWS.Rd 2012-11-14 01:58:54 UTC (rev 3962)
@@ -2,7 +2,7 @@
\title{News for Package 'Rcpp'}
\newcommand{\cpkg}{\href{http://CRAN.R-project.org/package=#1}{\pkg{#1}}}
-\section{Changes in Rcpp version 0.10.0 (2012-11-xx)}{
+\section{Changes in Rcpp version 0.10.0 (2012-11-13)}{
\itemize{
\item Support for C++11 style attributes (embedded in comments) to enable
use of C++ within interactive sessions and to automatically generate module
@@ -21,7 +21,7 @@
C++ include file using R_GetCCallable can also be generated)
\item New vignette "Rcpp-attribute"
}
- \item Rcpp modules feature set is expanded :
+ \item Rcpp modules feature set has been expanded:
\itemize{
\item Functions and methods can now return objects from classes that
are exposed through modules. This uses the make_new_object template
Modified: pkg/Rcpp/inst/include/Rcpp/config.h
===================================================================
--- pkg/Rcpp/inst/include/Rcpp/config.h 2012-11-13 16:09:08 UTC (rev 3961)
+++ pkg/Rcpp/inst/include/Rcpp/config.h 2012-11-14 01:58:54 UTC (rev 3962)
@@ -35,7 +35,7 @@
#endif
#define Rcpp_Version(v,p,s) (((v) * 65536) + ((p) * 256) + (s))
-#define RCPP_VERSION Rcpp_Version(0,9,15)
+#define RCPP_VERSION Rcpp_Version(0,10,0)
#endif
More information about the Rcpp-commits
mailing list