/usr/lib/R/site-library/RInside/DESCRIPTION is in r-cran-rinside 0.2.14-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | Package: RInside
Title: C++ Classes to Embed R in C++ Applications
Version: 0.2.14
Date: 2017-04-28
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
NeedsCompilation: yes
Packaged: 2017-04-28 11:46:12.919864 UTC; edd
Repository: CRAN
Date/Publication: 2017-05-05 03:19:32 UTC
Built: R 3.4.2; x86_64-pc-linux-gnu; "Thu, 28 Sep 2017 08:16:24 +0000"; unix
|