Package: RInside
Title: C++ Classes to Embed R in C++ Applications
Version: 0.2.12
Date: 2015-01-27
Author: Dirk Eddelbuettel and Romain Francois
Maintainer: Dirk Eddelbuettel <edd@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 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 eight subdirectories of the examples/
 directory of the installed package: standard, mpi (for parallel computing)
 qt (showing how to embed RInside inside a Qt GUI 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).
 The example use GNUmakefile(s) with GNU extensions, so a GNU make is required
 (and will use the GNUmakefile automatically).
 .
    Doxygen-generated documentation of the C++ classes is available at the
 RInside website as well.
Depends: R (>= 2.10.0)
Imports: Rcpp (>= 0.11.0)
LinkingTo: Rcpp
URL: http://dirk.eddelbuettel.com/code/rinside.html
License: GPL (>= 2)
BugReports: https://github.com/eddelbuettel/rinside/issues
MailingList: Please send questions and comments regarding RInside to
        rcpp-devel@lists.r-forge.r-project.org
Packaged: 2015-01-28 00:08:21.520941 UTC; edd
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2015-01-28 11:38:15
Built: R 3.1.2; x86_64-apple-darwin10.8.0; 2015-01-29 14:48:35 UTC; unix
Archs: RInside.so.dSYM
