[Rcpp-commits] r4046 - in pkg/Rcpp: . debian inst inst/include/Rcpp
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Nov 27 02:35:00 CET 2012
Author: edd
Date: 2012-11-27 02:34:59 +0100 (Tue, 27 Nov 2012)
New Revision: 4046
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.1
Modified: pkg/Rcpp/ChangeLog
===================================================================
--- pkg/Rcpp/ChangeLog 2012-11-26 16:40:40 UTC (rev 4045)
+++ pkg/Rcpp/ChangeLog 2012-11-27 01:34:59 UTC (rev 4046)
@@ -1,16 +1,26 @@
+2012-11-26 Dirk Eddelbuettel <edd at debian.org>
+
+ * DESCRIPTION: Release 0.10.1
+ * inst/NEWS.Rd: Release 0.10.1
+ * inst/include/Rcpp/config.h: Release 0.10.1
+ * debian/*: Similarly updated for new release to Debian
+
+ * DESCRIPTION: Added paragraph about Rcpp attributes
+ * debian/control: Idem
+
2012-11-26 Romain Francois <romain at r-enthusiasts.com>
- * include/Rcpp/Module.h: comment out the unused and unuseable converter
- overload.
- * include/Rcpp/sugar/functions/pmin.h: be consistent about how the
- pmin_op helper struct is defined (always a struct).
+ * include/Rcpp/Module.h: comment out the unused and unuseable
+ converter overload.
+ * include/Rcpp/sugar/functions/pmin.h: be consistent about how the
+ pmin_op helper struct is defined (always a struct).
* include/Rcpp/sugar/functions/pmax.h: same for pmax
* include/Rcpp/stats/random/rbeta.h: fixed constructor issue
* unitTests/runit.sugar.R: rework to use sourceCpp instead of inline
* include/Rcpp/vector/Vector.h: added ctor to deal with
SingleLogicalResult
* include/Rcpp/vector/Matrix.h: another const correctness fix
-
+
2012-11-25 JJ Allaire <jj at rstudio.org>
* R/Attributes.R: use echo = TRUE for sourceCpp R code chunks
Modified: pkg/Rcpp/DESCRIPTION
===================================================================
--- pkg/Rcpp/DESCRIPTION 2012-11-26 16:40:40 UTC (rev 4045)
+++ pkg/Rcpp/DESCRIPTION 2012-11-27 01:34:59 UTC (rev 4046)
@@ -1,6 +1,6 @@
Package: Rcpp
Title: Seamless R and C++ Integration
-Version: 0.10.0.3
+Version: 0.10.1
Date: $Date$
Author: Dirk Eddelbuettel and Romain Francois, with contributions
by Douglas Bates, John Chambers and JJ Allaire
@@ -30,7 +30,14 @@
to use than the equivalent low-level loop code. The "Rcpp-sugar" vignette
gives an overview of the feature.
.
- Several examples are included, and over 860 unit tests in over 380 unit
+ Rcpp attributes provide a high-level syntax for declaring C++
+ functions as callable from R and automatically generating the code
+ required to invoke them. Attributes are intended to facilitate both
+ interactive use of C++ within R sessions as well as to support R
+ package development. Attributes are built on top of Rcpp modules and
+ their implementation is based on previous work in the inline package.
+ .
+ Many examples are included, and over 870 unit tests in over 390 unit
test functions provide additional usage examples.
.
An earlier version of Rcpp, containing what we now call the 'classic Rcpp
Modified: pkg/Rcpp/debian/changelog
===================================================================
--- pkg/Rcpp/debian/changelog 2012-11-26 16:40:40 UTC (rev 4045)
+++ pkg/Rcpp/debian/changelog 2012-11-27 01:34:59 UTC (rev 4046)
@@ -1,3 +1,9 @@
+rcpp (0.10.1-1) unstable; urgency=low
+
+ * New release
+
+ -- Dirk Eddelbuettel <edd at debian.org> Mon, 26 Nov 2012 18:39:55 -0600
+
rcpp (0.10.0-1) unstable; urgency=low
* New release
Modified: pkg/Rcpp/debian/control
===================================================================
--- pkg/Rcpp/debian/control 2012-11-26 16:40:40 UTC (rev 4045)
+++ pkg/Rcpp/debian/control 2012-11-27 01:34:59 UTC (rev 4046)
@@ -36,7 +36,14 @@
to use than the equivalent low-level loop code. The "Rcpp-sugar" vignette
gives an overview of the feature.
.
- Several examples are included, and over 860 unit tests in over 380 unit
+ Rcpp attributes provide a high-level syntax for declaring C++
+ functions as callable from R and automatically generating the code
+ required to invoke them. Attributes are intended to facilitate both
+ interactive use of C++ within R sessions as well as to support R
+ package development. Attributes are built on top of Rcpp modules and
+ their implementation is based on previous work in the inline package.
+ .
+ Many examples are included, and over 870 unit tests in over 390 unit
test functions provide additional usage examples.
.
An earlier version of Rcpp, containing what we now call the 'classic Rcpp
Modified: pkg/Rcpp/debian/r-cran-rcpp.lintian-overrides
===================================================================
--- pkg/Rcpp/debian/r-cran-rcpp.lintian-overrides 2012-11-26 16:40:40 UTC (rev 4045)
+++ pkg/Rcpp/debian/r-cran-rcpp.lintian-overrides 2012-11-27 01:34:59 UTC (rev 4046)
@@ -70,3 +70,4 @@
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
+r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.reg_0_10_1.R
Modified: pkg/Rcpp/inst/NEWS.Rd
===================================================================
--- pkg/Rcpp/inst/NEWS.Rd 2012-11-26 16:40:40 UTC (rev 4045)
+++ pkg/Rcpp/inst/NEWS.Rd 2012-11-27 01:34:59 UTC (rev 4046)
@@ -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.1 (future)}{
+\section{Changes in Rcpp version 0.10.1 (2012-11-26)}{
\itemize{
\item Changes in Rcpp sugar:
\itemize{
Modified: pkg/Rcpp/inst/include/Rcpp/config.h
===================================================================
--- pkg/Rcpp/inst/include/Rcpp/config.h 2012-11-26 16:40:40 UTC (rev 4045)
+++ pkg/Rcpp/inst/include/Rcpp/config.h 2012-11-27 01:34:59 UTC (rev 4046)
@@ -35,7 +35,7 @@
#endif
#define Rcpp_Version(v,p,s) (((v) * 65536) + ((p) * 256) + (s))
-#define RCPP_VERSION Rcpp_Version(0,10,0)
+#define RCPP_VERSION Rcpp_Version(0,10,1)
#endif
More information about the Rcpp-commits
mailing list