[Rinside-commits] r244 - pkg

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Aug 13 01:19:57 CEST 2012


Author: edd
Date: 2012-08-13 01:19:56 +0200 (Mon, 13 Aug 2012)
New Revision: 244

Modified:
   pkg/ChangeLog
   pkg/DESCRIPTION
Log:
release 0.2.7


Modified: pkg/ChangeLog
===================================================================
--- pkg/ChangeLog	2012-08-12 20:17:37 UTC (rev 243)
+++ pkg/ChangeLog	2012-08-12 23:19:56 UTC (rev 244)
@@ -1,5 +1,7 @@
 2012-08-12  Dirk Eddelbuettel  <edd at debian.org>
 
+	* DESCRIPTION: Release 0.2.7
+
 	* inst/examples/eigen/: New example directory for Eigen
 	* inst/examples/eigen/rinside_eigen0.cpp: simple first example
 	* inst/examples/eigen/rinside_eigen1.cpp: second example

Modified: pkg/DESCRIPTION
===================================================================
--- pkg/DESCRIPTION	2012-08-12 20:17:37 UTC (rev 243)
+++ pkg/DESCRIPTION	2012-08-12 23:19:56 UTC (rev 244)
@@ -1,21 +1,22 @@
 Package: RInside
 Title: C++ classes to embed R in C++ applications
-Version: 0.2.6.1
+Version: 0.2.7
 Date: $Date$
 Author: Dirk Eddelbuettel and Romain Francois
 Maintainer: Dirk Eddelbuettel <edd at debian.org>
 Description: C++ classes to embed R in C++ applications
  The RInside packages makes it easier to have 'R inside' your C++ application
- by providing a few wrapper classes.
+ by providing a C++ wrapper class providing the R interpreter.
  .
  As R itself is embedded into your application, a shared library build of R
  is required. This works on Linux, OS X and even on Windows provided you use
  the same tools used to build R itself.  
  .
- Numerous examples are provided in the three subdirectories the examples/
+ Numerous examples are provided in the six subdirectories of the examples/
  directory of the installed package: standard, mpi (for parallel computing)
- qt (showing how to embed RInside inside a Qt application), and wt (showing
- how to build a 'web-application' using the Wt toolkit).
+ qt (showing how to embed RInside inside a Qt application), wt (showing
+ how to build a 'web-application' using the Wt toolkit), armadillo (for
+ RInside use with RcppArmadillo) and eigen (for RInside use with RcppEigen).
  .
  Doxygen-generated documentation of the C++ classes is available at the
  RInside website as well.



More information about the Rinside-commits mailing list