[Rcpp-commits] r3436 - pkg/RcppExamples
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Dec 29 02:44:28 CET 2011
Author: edd
Date: 2011-12-29 02:44:27 +0100 (Thu, 29 Dec 2011)
New Revision: 3436
Modified:
pkg/RcppExamples/ChangeLog
pkg/RcppExamples/DESCRIPTION
pkg/RcppExamples/NEWS
Log:
Release 0.1.3
Modified: pkg/RcppExamples/ChangeLog
===================================================================
--- pkg/RcppExamples/ChangeLog 2011-12-29 01:42:51 UTC (rev 3435)
+++ pkg/RcppExamples/ChangeLog 2011-12-29 01:44:27 UTC (rev 3436)
@@ -1,3 +1,13 @@
+2011-12-28 Dirk Eddelbuettel <edd at debian.org>
+
+ * DESCRIPTION: Release 0.1.3
+
+ * src/newRcppDateExample.cpp: switch from std::cout to the new
+ Rcpp::Rcout device available since Rcpp 0.9.8
+ * src/classicRcppDateExample.cpp: idem
+
+ * DESCRIPTION: Depends on Rcpp (>= 0.9.9) for Rcpp::Rcout
+
2011-04-08 Dirk Eddelbuettel <edd at debian.org>
* R/RcppDataFrame.R: Added new example for Rcpp::DataFrame
@@ -4,6 +14,8 @@
* src/RcppDataFrame.cpp: C++ source for new example
* man/RcppDataFrame.Rd: Documentation
+ * man/RcppParams.Rd: Small change to suppres a warning
+
2010-12-20 Dirk Eddelbuettel <edd at debian.org>
* DESCRIPTION: Release 0.1.2
Modified: pkg/RcppExamples/DESCRIPTION
===================================================================
--- pkg/RcppExamples/DESCRIPTION 2011-12-29 01:42:51 UTC (rev 3435)
+++ pkg/RcppExamples/DESCRIPTION 2011-12-29 01:44:27 UTC (rev 3436)
@@ -1,21 +1,21 @@
Package: RcppExamples
Title: Examples using Rcpp to interface R and C++
-Version: 0.1.2.1
+Version: 0.1.3
Date: $Date$
Author: Dirk Eddelbuettel and Romain Francois, based on code written
during 2005 and 2006 by Dominick Samperi
Maintainer: Dirk Eddelbuettel and Romain Francois <RomainAndDirk at r-enthusiasts.com>
Description: Examples for Seamless R and C++ integration
The Rcpp package contains a C++ library that facilitates the integration of
- R and C++ in various ways. This package provides examples.
+ R and C++ in various ways. This package provides some usage examples.
.
Note that the documentation in this package currently does not cover all the
features in the package. It is not even close.
.
It does however provide a few example based on both the (deprecated)
- `classic' API and the current Rcpp API. As such, it can help in porting from
- the older API to the newer API.
-Depends: R (>= 2.11.0), Rcpp (>= 0.9.0), RcppClassic
+ `classic' API and the current Rcpp API which supercedes it. As such, it
+ can help in porting from the older API to the newer API.
+Depends: R (>= 2.11.0), Rcpp (>= 0.9.9), 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 2011-12-29 01:42:51 UTC (rev 3435)
+++ pkg/RcppExamples/NEWS 2011-12-29 01:44:27 UTC (rev 3436)
@@ -1,3 +1,12 @@
+0.1.3 2011-12-28
+
+ o Added new example for Rcpp::DataFrame
+
+ o Switched two examples from using std::cout (which 'Writing R
+ Extensions' recommends agains) to the new Rcpp::Rcout device
+
+ o Minor .Rd correction, suppressing one warning
+
0.1.2 2010-12-20
o Updated src/Makevars
More information about the Rcpp-commits
mailing list