[Rcpp-commits] r875 - in pkg/RcppExamples: . inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Mar 11 03:30:45 CET 2010
Author: edd
Date: 2010-03-11 03:30:45 +0100 (Thu, 11 Mar 2010)
New Revision: 875
Modified:
pkg/RcppExamples/DESCRIPTION
pkg/RcppExamples/NEWS
pkg/RcppExamples/inst/ChangeLog
Log:
Release 0.1.0 of RcppExamples
Modified: pkg/RcppExamples/DESCRIPTION
===================================================================
--- pkg/RcppExamples/DESCRIPTION 2010-03-11 01:57:51 UTC (rev 874)
+++ pkg/RcppExamples/DESCRIPTION 2010-03-11 02:30:45 UTC (rev 875)
@@ -8,7 +8,7 @@
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.
-Depends: R (>= 2.10.0), Rcpp (>= 0.7.7.15)
+Depends: R (>= 2.10.0), Rcpp (>= 0.7.8)
Suggests: inline (>= 0.3.4), RUnit
SystemRequirements: None
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-03-11 01:57:51 UTC (rev 874)
+++ pkg/RcppExamples/NEWS 2010-03-11 02:30:45 UTC (rev 875)
@@ -1,3 +1,3 @@
-0.1.0 (under development)
+0.1.0 2010-03-10
o Initial release as a package, carved out of Rcpp 0.7.7
Modified: pkg/RcppExamples/inst/ChangeLog
===================================================================
--- pkg/RcppExamples/inst/ChangeLog 2010-03-11 01:57:51 UTC (rev 874)
+++ pkg/RcppExamples/inst/ChangeLog 2010-03-11 02:30:45 UTC (rev 875)
@@ -1,12 +1,14 @@
2010-03-10 Dirk Eddelbuettel <edd at debian.org>
+ * DESCRIPTION: Release 0.1.0 for the first CRAN upload
+
* src/Makevars.win: Switch back from backticks to $(shell ...)
which should be fine as GNU make is mandated on Windows anyway
2010-03-07 Romain Francois <romain at r-enthusiasts.com
* src/RcppVectorExample.cpp: use a new vector for the output
- * src/RcppStringVectorExample.cpp: rework the new api version
+ * src/RcppStringVectorExample.cpp: rework the new api version
using the StringTransformer class (depends on Rcpp >= 0.7.7.15)
2010-03-04 Dirk Eddelbuettel <edd at dexter>
More information about the Rcpp-commits
mailing list