[Rcpp-commits] r2809 - pkg/RcppExamples
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Dec 20 22:34:00 CET 2010
Author: edd
Date: 2010-12-20 22:34:00 +0100 (Mon, 20 Dec 2010)
New Revision: 2809
Modified:
pkg/RcppExamples/ChangeLog
pkg/RcppExamples/DESCRIPTION
pkg/RcppExamples/NEWS
Log:
release 0.1.2 which depends on RcppClassic and Rcpp
Modified: pkg/RcppExamples/ChangeLog
===================================================================
--- pkg/RcppExamples/ChangeLog 2010-12-20 21:04:42 UTC (rev 2808)
+++ pkg/RcppExamples/ChangeLog 2010-12-20 21:34:00 UTC (rev 2809)
@@ -1,13 +1,26 @@
+2010-12-20 Dirk Eddelbuettel <edd at debian.org>
+
+ * DESCRIPTION: Release 0.1.2
+
+ * src/newRcppDateExample.cpp (newRcppDateExample): New API example
+ * src/newRcppParamsExample.cpp (newRcppParamsExample): dito
+
+ * R/RcppDateExample.R (RcppDateExample): Call new API example
+ * R/RcppParamsExample.R (RcppParamsExample): dito
+
+ * src/*: Split source files into 'new*.cpp' and 'classic*.cpp' as
+ they use a different include header file anyway
+
2010-12-03 Romain Francois <romain at r-enthusiasts.com>
- * DESCRIPTION: depending on RcppClassic
-
- * src/*.cpp: using include <RcppClassic.h>
-
- * src/Makevars: link against the RcppClassic library
-
- * src/Makevars.win : link against the RcppClassic library
+ * DESCRIPTION: depending on RcppClassic
+ * src/*.cpp: using include <RcppClassic.h>
+
+ * src/Makevars: link against the RcppClassic library
+
+ * src/Makevars.win : link against the RcppClassic library
+
2010-11-19 Dirk Eddelbuettel <edd at debian.org>
* inst/ChangeLog: moved to top-level enabling 'C-x 4 a' lookups
Modified: pkg/RcppExamples/DESCRIPTION
===================================================================
--- pkg/RcppExamples/DESCRIPTION 2010-12-20 21:04:42 UTC (rev 2808)
+++ pkg/RcppExamples/DESCRIPTION 2010-12-20 21:34:00 UTC (rev 2809)
@@ -1,6 +1,6 @@
Package: RcppExamples
Title: Examples using Rcpp to interface R and C++
-Version: 0.1.1.3
+Version: 0.1.2
Date: $Date$
Author: Dirk Eddelbuettel and Romain Francois, based on code written
during 2005 and 2006 by Dominick Samperi
@@ -11,7 +11,7 @@
.
Note that the documentation in this package currently does not all the
features in the package.
-Depends: R (>= 2.11.0), Rcpp (>= 0.8.9.4), RcppClassic
+Depends: R (>= 2.11.0), Rcpp (>= 0.9.0), RcppClassic
LinkingTo: RcppClassic, Rcpp
Suggests: RUnit
URL: http://dirk.eddelbuettel.com/code/rcpp.html, http://romainfrancois.blog.free.fr/index.php?category/R-package/Rcpp
Modified: pkg/RcppExamples/NEWS
===================================================================
--- pkg/RcppExamples/NEWS 2010-12-20 21:04:42 UTC (rev 2808)
+++ pkg/RcppExamples/NEWS 2010-12-20 21:34:00 UTC (rev 2809)
@@ -1,10 +1,12 @@
-0.1.2 (future)
+0.1.2 2010-12-20
o Updated src/Makevars
o Now depends also on RcppClassic so that we can keep continue to show
examples using the classic API
+ o Added examples for Rcpp::Date, Rcpp::Datetime and Rcpp::List
+
0.1.1 2010-07-29
o Minor update, no new examples or documentation added yet
More information about the Rcpp-commits
mailing list