[Rcpp-commits] r3597 - pkg/Rcpp
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri May 4 15:44:10 CEST 2012
Author: edd
Date: 2012-05-04 15:44:10 +0200 (Fri, 04 May 2012)
New Revision: 3597
Modified:
pkg/Rcpp/ChangeLog
pkg/Rcpp/DESCRIPTION
pkg/Rcpp/cleanup
Log:
updated ChangeLog
set internal version to 0.9.10.4
added removal of two .rds files to cleanup
Modified: pkg/Rcpp/ChangeLog
===================================================================
--- pkg/Rcpp/ChangeLog 2012-05-04 13:43:19 UTC (rev 3596)
+++ pkg/Rcpp/ChangeLog 2012-05-04 13:44:10 UTC (rev 3597)
@@ -1,3 +1,15 @@
+2012-05-02 Dirk Eddelbuettel <edd at debian.org>
+
+ * src/Environment.cpp: Move one default argument to Environment.h
+ * src/Function.cpp: Move one default argument to Function.h
+ * inst/THANKS: Thanks to Anirban Mukherjee for these two changes
+
+2012-04-28 John M Chambers <jmc at r-project.org>
+
+ * R/RcppClass.R: use globalVariables() from R 2.15.1 (with exists()
+ test to no break older versions) to declare C++ fields and methods
+ * inst/unitTests/testRcppClass/R/load.R: test use
+
2012-04-22 Dirk Eddelbuettel <edd at debian.org>
* src/debugging.cpp: Expanded 'if defined()' test to included Cygwin
Modified: pkg/Rcpp/DESCRIPTION
===================================================================
--- pkg/Rcpp/DESCRIPTION 2012-05-04 13:43:19 UTC (rev 3596)
+++ pkg/Rcpp/DESCRIPTION 2012-05-04 13:44:10 UTC (rev 3597)
@@ -1,6 +1,6 @@
Package: Rcpp
Title: Seamless R and C++ Integration
-Version: 0.9.10.3
+Version: 0.9.10.4
Date: $Date$
Author: Dirk Eddelbuettel and Romain Francois, with contributions
by Douglas Bates and John Chambers
Modified: pkg/Rcpp/cleanup
===================================================================
--- pkg/Rcpp/cleanup 2012-05-04 13:43:19 UTC (rev 3596)
+++ pkg/Rcpp/cleanup 2012-05-04 13:44:10 UTC (rev 3597)
@@ -22,7 +22,9 @@
inst/unitTests/testRcppModule/src/*.o \
inst/unitTests/testRcppModule/src/*.so \
src/Makedeps libRcpp.a \
- build/Rcpp.pdf
+ build/Rcpp.pdf \
+ src/symbols.rds \
+ inst/unitTests/testRcppClass/src/symbols.rds
rm -rf autom4te.cache inst/lib/ inst/doc/man/ inst/doc/html/ inst/doc/latex/ \
inst/doc/auto inst/doc/Rcpp-*/auto/ src-*
More information about the Rcpp-commits
mailing list