commit: 1f002406d8e4430347d68af4752d75a42cf5c973
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon May 24 15:17:22 2021 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Mon May 24 15:17:22 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1f002406
dev-R/RInside: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-R/RInside/Manifest | 1 +
dev-R/RInside/RInside-0.2.16.ebuild | 20 ++++++++++++++++++++
dev-R/RInside/metadata.xml | 20 ++++++++++++++++++++
3 files changed, 41 insertions(+)
diff --git a/dev-R/RInside/Manifest b/dev-R/RInside/Manifest
new file mode 100644
index 000000000..8fbb0a320
--- /dev/null
+++ b/dev-R/RInside/Manifest
@@ -0,0 +1 @@
+DIST RInside_0.2.16.tar.gz 80576 BLAKE2B
ac61f01e0de6c4099db97753a4af93aa84a4ea84728e6e029bb31bb1fe76be1afc12aa0aa781a4049b512e85c7188bfa9d8a6172d869336fbe30a3d75e5d2c0b
SHA512
367430d2243864532688aea17cabca45e9dfcaa357b5a19dfd8fa3c8878d0c38e55815feba00c27541e1a908507766bbe5a4b87274734fa1b66581da254fc215
diff --git a/dev-R/RInside/RInside-0.2.16.ebuild
b/dev-R/RInside/RInside-0.2.16.ebuild
new file mode 100644
index 000000000..aff2bb75f
--- /dev/null
+++ b/dev-R/RInside/RInside-0.2.16.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2020 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit R-packages-guru
+
+DESCRIPTION='C++ Classes to Embed R in C++ (and C) Applications'
+KEYWORDS="~amd64"
+SRC_URI="mirror://cran/src/contrib/${PN}_${PV}.tar.gz"
+LICENSE='GPL-2+'
+HOMEPAGE="
+ https://cran.r-project.org/package=RInside
+ http://dirk.eddelbuettel.com/code/rinside.html
+ https://github.com/eddelbuettel/rinside
+"
+DEPEND="
+ dev-R/Rcpp
+"
+RDEPEND="${DEPEND}"
diff --git a/dev-R/RInside/metadata.xml b/dev-R/RInside/metadata.xml
new file mode 100644
index 000000000..7436faed7
--- /dev/null
+++ b/dev-R/RInside/metadata.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <longdescription>C++ Classes to Embed R in C++ (and C) Applications // 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 'G
NUmakefile' automatically). 'Doxygen'-generated documentation of the C++
classes is available at the 'RInside' website as well.</longdescription>
+ <maintainer type="person">
+ <description>co-maintainers welcome</description>
+ <email>[email protected]</email>
+ <name>Alessandro Barbieri</name>
+ </maintainer>
+ <upstream>
+ <bugs-to>https://github.com/eddelbuettel/rinside/issues</bugs-to>
+ <doc
lang="en">https://cran.r-project.org/web/packages/RInside/RInside.pdf</doc>
+
<changelog>https://cran.r-project.org/web/packages/RInside/ChangeLog</changelog>
+ <maintainer>
+ <name>Dirk Eddelbuettel</name>
+ <email>[email protected]</email>
+ </maintainer>
+ <remote-id type="github">eddelbuettel/rinside</remote-id>
+ </upstream>
+</pkgmetadata>