[Rinside-commits] r206 - pkg

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Apr 19 19:15:04 CEST 2011


Author: edd
Date: 2011-04-19 19:15:04 +0200 (Tue, 19 Apr 2011)
New Revision: 206

Modified:
   pkg/ChangeLog
   pkg/DESCRIPTION
Log:
update DESCRIPTION


Modified: pkg/ChangeLog
===================================================================
--- pkg/ChangeLog	2011-04-16 15:27:32 UTC (rev 205)
+++ pkg/ChangeLog	2011-04-19 17:15:04 UTC (rev 206)
@@ -1,3 +1,8 @@
+2011-04-19  Dirk Eddelbuettel  <edd at debian.org>
+
+	* DESCRIPTION: Updated Description, also state current Windows
+	run-time issue more prominently
+
 2011-04-16  Dirk Eddelbuettel  <edd at debian.org>
 
 	* inst/examples/standard/rinside_sample12.cpp: Another rcpp-devel

Modified: pkg/DESCRIPTION
===================================================================
--- pkg/DESCRIPTION	2011-04-16 15:27:32 UTC (rev 205)
+++ pkg/DESCRIPTION	2011-04-19 17:15:04 UTC (rev 206)
@@ -5,16 +5,22 @@
 Author: Dirk Eddelbuettel and Romain Francois
 Maintainer: Dirk Eddelbuettel and Romain Francois <RomainAndDirk at r-enthusiasts.com>
 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.
+ The RInside packages makes it easier to have 'R inside' your C++ application
+ by providing a few wrapper classes.
  .
- 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.
+ 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.  (NB: Windows versions curretly
+ seg.fault and debugging help would be appreciated. An older version worked
+ fine, but there may have been some Rcpp changes which caused this.)
  .
- Several examples are provided below the examples/ directory of
- the installed package, and Doxygen-generated documentation of
- the C++ classes is included as well.
+
+ Numerous examples are provided in the three subdirectories the examples/
+ directory of the installed package: standard, mpi (for parallel computing)
+ and qt (showing how to embed RInside inside a Qt application).
+ .
+ Doxygen-generated documentation of the C++ classes is available at the
+ RInside website as well.
 Depends: R (>= 2.10.0), Rcpp (>= 0.8.5)
 LinkingTo: Rcpp
 URL: http://dirk.eddelbuettel.com/code/rinside.html



More information about the Rinside-commits mailing list