summaryrefslogtreecommitdiff
path: root/dev-R/RInside/metadata.xml
blob: d3e48f711e71953f436f5793781637b215c1ffb7 (plain)
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
 <maintainer type="person">
  <email>lssndrbarbieri@gmail.com</email>
  <name>Alessandro Barbieri</name>
  <description>co-maintainers welcome</description>
 </maintainer>
 <longdescription lang="en">C++ classes to embed R in C++ (and C) applications
A C++ class providing the R interpreter is offered by this package
making it easier to have "R inside" your C++ application. 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 nine 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'), 'eigen' (for
'RInside' use with 'RcppEigen'), and 'c_interface' for a basic C
interface and 'Ruby' illustration.	The examples 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.</longdescription>
 <upstream>
  <maintainer>
   <email>edd@debian.org</email>
   <name>Dirk Eddelbuettel</name>
  </maintainer>
  <changelog>https://cran.r-project.org/web/packages/RInside/ChangeLog</changelog>
  <bugs-to>https://github.com/eddelbuettel/rinside/issues</bugs-to>
  <doc lang="en">https://cran.r-project.org/web/packages/RInside/RInside.pdf</doc>
 </upstream>
 <origin>gentoo-guru-overlay</origin>
</pkgmetadata>