[Rcpp-commits] r3476 - in pkg/Rcpp: . debian inst inst/include/Rcpp
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Feb 15 14:11:27 CET 2012
Author: edd
Date: 2012-02-15 14:11:27 +0100 (Wed, 15 Feb 2012)
New Revision: 3476
Modified:
pkg/Rcpp/ChangeLog
pkg/Rcpp/DESCRIPTION
pkg/Rcpp/debian/changelog
pkg/Rcpp/inst/NEWS
pkg/Rcpp/inst/include/Rcpp/config.h
Log:
Take two of Release 0.9.10
Modified: pkg/Rcpp/ChangeLog
===================================================================
--- pkg/Rcpp/ChangeLog 2012-02-15 13:04:17 UTC (rev 3475)
+++ pkg/Rcpp/ChangeLog 2012-02-15 13:11:27 UTC (rev 3476)
@@ -1,5 +1,12 @@
-2011-12-16 Douglas Bates <bates at stat.wisc.edu>
+2012-02-15 Dirk Eddelbuettel <edd at debian.org>
+ * DESCRIPTION: Release 0.9.10
+ * inst/NEWS: Release 0.9.10
+ * inst/include/Rcpp/config.h: Release 0.9.10
+ * debian/*: Similarly updated for new release to Debian
+
+2011-12-15 Douglas Bates <bates at stat.wisc.edu>
+
* src/Evaluator.cpp: Avoid Rf_install inside an R API call
2012-02-12 Dirk Eddelbuettel <edd at debian.org>
Modified: pkg/Rcpp/DESCRIPTION
===================================================================
--- pkg/Rcpp/DESCRIPTION 2012-02-15 13:04:17 UTC (rev 3475)
+++ pkg/Rcpp/DESCRIPTION 2012-02-15 13:11:27 UTC (rev 3476)
@@ -5,8 +5,8 @@
Author: Dirk Eddelbuettel and Romain Francois,
with contributions by Douglas Bates and John Chambers
Maintainer: Dirk Eddelbuettel and Romain Francois <RomainAndDirk at r-enthusiasts.com>
-Description: The Rcpp package provides a C++ library which facilitates the
- integration of R and C++.
+Description: The Rcpp package provides R functions as well as a C++ library
+ which facilitate the integration of R and C++.
.
R data types (SEXP) are matched to C++ objects in a class hierarchy. All R
types are supported (vectors, functions, environment, etc ...) and each
@@ -36,8 +36,8 @@
An earlier version of Rcpp, containing what we now call the 'classic Rcpp
API' was written during 2005 and 2006 by Dominick Samperi. This code has
been factored out of Rcpp into the package RcppClassic, and it is still
- available for code relying on the older interface. New development, however,
- should use the Rcpp package instead.
+ available for code relying on the older interface. New development should
+ use alwayse use this Rcpp package instead.
Depends: R (>= 2.12.0), methods
Suggests: RUnit, inline, rbenchmark
URL: http://dirk.eddelbuettel.com/code/rcpp.html, http://romainfrancois.blog.free.fr/index.php?category/R-package/Rcpp
Modified: pkg/Rcpp/debian/changelog
===================================================================
--- pkg/Rcpp/debian/changelog 2012-02-15 13:04:17 UTC (rev 3475)
+++ pkg/Rcpp/debian/changelog 2012-02-15 13:11:27 UTC (rev 3476)
@@ -4,7 +4,7 @@
* debian/control: Updated (Build-)Depends: to current R version
- -- Dirk Eddelbuettel <edd at debian.org> Fri, 03 Feb 2012 08:27:37 -0600
+ -- Dirk Eddelbuettel <edd at debian.org> Wed, 15 Feb 2012 07:10:16 -0600
rcpp (0.9.9-1) unstable; urgency=low
Modified: pkg/Rcpp/inst/NEWS
===================================================================
--- pkg/Rcpp/inst/NEWS 2012-02-15 13:04:17 UTC (rev 3475)
+++ pkg/Rcpp/inst/NEWS 2012-02-15 13:11:27 UTC (rev 3476)
@@ -1,4 +1,4 @@
-0.9.10 2012-xx-yy
+0.9.10 2012-02-15
o Rearrange headers so that Rcpp::Rcout can be used by RcppArmadillo et al
@@ -7,6 +7,9 @@
o Added custom version of the Rcpp sugar diff function for numeric vectors
skipping unncesserry checks for NA
+ o Some internal code changes to reflect changes and stricter requirements
+ in R CMD check in the current R-devel versions
+
o Corrected fixed-value initialization for IntegerVector (with thanks to
Gregor Kastner for spotting this)
Modified: pkg/Rcpp/inst/include/Rcpp/config.h
===================================================================
--- pkg/Rcpp/inst/include/Rcpp/config.h 2012-02-15 13:04:17 UTC (rev 3475)
+++ pkg/Rcpp/inst/include/Rcpp/config.h 2012-02-15 13:11:27 UTC (rev 3476)
@@ -2,7 +2,7 @@
//
// config.h: Rcpp R/C++ interface class library -- Rcpp configuration of optional features
//
-// Copyright (C) 2010 - 2011 Dirk Eddelbuettel and Romain Francois
+// Copyright (C) 2010 - 2012 Dirk Eddelbuettel and Romain Francois
//
// This file is part of Rcpp.
//
More information about the Rcpp-commits
mailing list