[Rcpp-commits] r699 - in pkg/Rcpp: . inst

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Feb 16 17:30:00 CET 2010


Author: edd
Date: 2010-02-16 17:30:00 +0100 (Tue, 16 Feb 2010)
New Revision: 699

Modified:
   pkg/Rcpp/DESCRIPTION
   pkg/Rcpp/NEWS
   pkg/Rcpp/inst/ChangeLog
Log:
0.7.7.1 with new directory layout


Modified: pkg/Rcpp/DESCRIPTION
===================================================================
--- pkg/Rcpp/DESCRIPTION	2010-02-16 16:22:09 UTC (rev 698)
+++ pkg/Rcpp/DESCRIPTION	2010-02-16 16:30:00 UTC (rev 699)
@@ -1,6 +1,6 @@
 Package: Rcpp
 Title: Rcpp R/C++ interface package
-Version: 0.7.7
+Version: 0.7.7.1
 Date: $Date$
 Author: Dirk Eddelbuettel and Romain Francois, with contributions 
  by Simon Urbanek and David Reiss; based on code written during 

Modified: pkg/Rcpp/NEWS
===================================================================
--- pkg/Rcpp/NEWS	2010-02-16 16:22:09 UTC (rev 698)
+++ pkg/Rcpp/NEWS	2010-02-16 16:30:00 UTC (rev 699)
@@ -1,5 +1,7 @@
 0.7.8   (under development)
 
+    o	RcppExample et al have been moved to a new package RcppExamples
+
     o	New examples for 'fast lm' using compiled code: 
         - using GNU GSL and a C interface
         - using Armadillo (http://arma.sf.net) and a C++ interface

Modified: pkg/Rcpp/inst/ChangeLog
===================================================================
--- pkg/Rcpp/inst/ChangeLog	2010-02-16 16:22:09 UTC (rev 698)
+++ pkg/Rcpp/inst/ChangeLog	2010-02-16 16:30:00 UTC (rev 699)
@@ -1,3 +1,12 @@
+2010-02-16  Dirk Eddelbuettel  <edd at debian.org>
+
+	* R/RcppExample.R, man/RcppExample.Rd: Moved to RcppExamples package
+	* man/RcppDate.Rd, man/RcppParams.Rd, man/RcppResultSet.Rd, RcppVector.Rd,
+	  src/RcppExample.cpp: Idem
+
+	* inst/examples/FastLM: Slightly reworked, actual code factored out
+	  and used in a per-library demo/test script and a joint benchmark.r
+
 2010-02-15  Dirk Eddelbuettel  <edd at debian.org>
 
 	* inst/examples/FastLM: New example directory with two 'fast lm'



More information about the Rcpp-commits mailing list