[Rcpp-commits] r4547 - in pkg/Rcpp: . debian inst inst/include/Rcpp vignettes
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Sep 28 19:49:51 CEST 2013
Author: edd
Date: 2013-09-28 19:49:51 +0200 (Sat, 28 Sep 2013)
New Revision: 4547
Modified:
pkg/Rcpp/ChangeLog
pkg/Rcpp/DESCRIPTION
pkg/Rcpp/debian/changelog
pkg/Rcpp/debian/control
pkg/Rcpp/inst/NEWS.Rd
pkg/Rcpp/inst/include/Rcpp/config.h
pkg/Rcpp/vignettes/Rcpp-unitTests.Rnw
Log:
Rcpp release 0.10.5
Modified: pkg/Rcpp/ChangeLog
===================================================================
--- pkg/Rcpp/ChangeLog 2013-09-28 17:21:45 UTC (rev 4546)
+++ pkg/Rcpp/ChangeLog 2013-09-28 17:49:51 UTC (rev 4547)
@@ -1,11 +1,21 @@
+2013-09-28 Dirk Eddelbuettel <edd at debian.org>
+
+ * DESCRIPTION: Release 0.10.5
+ * inst/NEWS.Rd: Release 0.10.5
+ * inst/include/Rcpp/config.h: Release 0.10.5
+ * debian/*: Similarly updated for new release to Debian
+
+ * vignettes/Rcpp-unitTests.Rnw: Switched to Charter font just like
+ the other eight vignettes
+
2013-09-28 Romain Francois <romain at r-enthusiasts.com>
- * include/Rcpp/module/Module_generated_CppMethod.h : more code bloat to handle
- flexible semantics for passing parameters in methods
- * include/Rcpp/module/Module_generated_Pointer_CppMethod.h : same
+ * include/Rcpp/module/Module_generated_CppMethod.h : more code bloat
+ to handle flexible semantics for passing parameters in methods
+ * include/Rcpp/module/Module_generated_Pointer_CppMethod.h : same
* inst/unitTests/cpp/Module.cpp: testing the above
- * unitTests/runit.Module.R: testing
-
+ * unitTests/runit.Module.R: testing
+
2013-09-27 Dirk Eddelbuettel <edd at debian.org>
* vignettes/Rcpp-unitTests.Rnw: Re-activated vignette
@@ -13,11 +23,11 @@
2013-09-27 Romain Francois <romain at r-enthusiasts.com>
- * include/Rcpp/module/Module_generated_CppFunction.h : regenerated to
+ * include/Rcpp/module/Module_generated_CppFunction.h : regenerated to
use input_parameter traits for more flexible parameter passing strategy
* unitTests/cpp/Module.cpp : more testing
- * unitTests/runit.Module.R : more testing
-
+ * unitTests/runit.Module.R : more testing
+
2013-09-22 Dirk Eddelbuettel <edd at debian.org>
* inst/include/Rcpp/sugar/functions/diff.h: Declare set_previous
Modified: pkg/Rcpp/DESCRIPTION
===================================================================
--- pkg/Rcpp/DESCRIPTION 2013-09-28 17:21:45 UTC (rev 4546)
+++ pkg/Rcpp/DESCRIPTION 2013-09-28 17:49:51 UTC (rev 4547)
@@ -1,6 +1,6 @@
Package: Rcpp
Title: Seamless R and C++ Integration
-Version: 0.10.4.6
+Version: 0.10.5
Date: $Date$
Author: Dirk Eddelbuettel and Romain Francois, with contributions
by Douglas Bates, John Chambers and JJ Allaire
@@ -37,7 +37,7 @@
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 around 881 unit tests in 412 unit
+ Many examples are included, and around 872 unit tests in 422 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 2013-09-28 17:21:45 UTC (rev 4546)
+++ pkg/Rcpp/debian/changelog 2013-09-28 17:49:51 UTC (rev 4547)
@@ -1,3 +1,11 @@
+rcpp (0.10.5-1) unstable; urgency=low
+
+ * New release
+
+ * debian/control: Set Build-Depends: to current R version
+
+ -- Dirk Eddelbuettel <edd at debian.org> Sat, 28 Sep 2013 07:28:48 -0500
+
rcpp (0.10.4-1) unstable; urgency=low
* New release
Modified: pkg/Rcpp/debian/control
===================================================================
--- pkg/Rcpp/debian/control 2013-09-28 17:21:45 UTC (rev 4546)
+++ pkg/Rcpp/debian/control 2013-09-28 17:49:51 UTC (rev 4547)
@@ -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 (>= 3.0.1), cdbs
+Build-Depends: debhelper (>= 7.0.0), r-base-dev (>= 3.0.2), cdbs
Standards-Version: 3.9.4
Homepage: http://dirk.eddelbuettel.com/code/rcpp.html
@@ -43,7 +43,7 @@
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 around 881 unit tests in 412 unit
+ Many examples are included, and around 872 unit tests in 422 unit
test functions provide additional usage examples.
.
An earlier version of Rcpp, containing what we now call the 'classic Rcpp
Modified: pkg/Rcpp/inst/NEWS.Rd
===================================================================
--- pkg/Rcpp/inst/NEWS.Rd 2013-09-28 17:21:45 UTC (rev 4546)
+++ pkg/Rcpp/inst/NEWS.Rd 2013-09-28 17:49:51 UTC (rev 4547)
@@ -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.5 (future)}{
+\section{Changes in Rcpp version 0.10.5 (2013-09-28)}{
\itemize{
\item Changes in R code:
\itemize{
Modified: pkg/Rcpp/inst/include/Rcpp/config.h
===================================================================
--- pkg/Rcpp/inst/include/Rcpp/config.h 2013-09-28 17:21:45 UTC (rev 4546)
+++ pkg/Rcpp/inst/include/Rcpp/config.h 2013-09-28 17:49:51 UTC (rev 4547)
@@ -25,7 +25,7 @@
#define Rcpp_Version(v,p,s) (((v) * 65536) + ((p) * 256) + (s))
// All three digits have to be integers for g++-4.7 or later
-#define RCPP_VERSION Rcpp_Version(0,10,4)
+#define RCPP_VERSION Rcpp_Version(0,10,5)
// Rcpp 0.10.3 has initial support for new preserve/release semantics
// This switch enables a rollback to the standard R preserve/release semantics
Modified: pkg/Rcpp/vignettes/Rcpp-unitTests.Rnw
===================================================================
--- pkg/Rcpp/vignettes/Rcpp-unitTests.Rnw 2013-09-28 17:21:45 UTC (rev 4546)
+++ pkg/Rcpp/vignettes/Rcpp-unitTests.Rnw 2013-09-28 17:49:51 UTC (rev 4547)
@@ -6,8 +6,9 @@
\usepackage{vmargin}
\setmargrb{0.75in}{0.75in}{0.75in}{0.75in}
-\RequirePackage{ae,mathpple} % ae as a default font pkg works with Sweave
-\RequirePackage[T1]{fontenc}
+\usepackage{microtype} %% cf http://www.khirevich.com/latex/microtype/
+\usepackage[T1]{fontenc} %% cf http://www.khirevich.com/latex/font/
+\usepackage[bitstream-charter]{mathdesign} %% cf http://www.khirevich.com/latex/font/
<<echo=FALSE,print=FALSE>>=
require(Rcpp)
More information about the Rcpp-commits
mailing list