From 1f002406d8e4430347d68af4752d75a42cf5c973 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Mon, 24 May 2021 17:17:22 +0200 Subject: [PATCH] dev-R/RInside: initial import Signed-off-by: Alessandro Barbieri --- 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(+) create mode 100644 dev-R/RInside/Manifest create mode 100644 dev-R/RInside/RInside-0.2.16.ebuild create mode 100644 dev-R/RInside/metadata.xml diff --git a/dev-R/RInside/Manifest b/dev-R/RInside/Manifest new file mode 100644 index 0000000000..8fbb0a3208 --- /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 0000000000..aff2bb75ff --- /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 0000000000..7436faed7e --- /dev/null +++ b/dev-R/RInside/metadata.xml @@ -0,0 +1,20 @@ + + + + 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 'GNUmakefile' automatically). 'Doxygen'-generated documentation of the C++ classes is available at the 'RInside' website as well. + + co-maintainers welcome + lssndrbarbieri@gmail.com + Alessandro Barbieri + + + https://github.com/eddelbuettel/rinside/issues + https://cran.r-project.org/web/packages/RInside/RInside.pdf + https://cran.r-project.org/web/packages/RInside/ChangeLog + + Dirk Eddelbuettel + edd@debian.org + + eddelbuettel/rinside + +