mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 16:13:21 -04:00
dev-R/RInside: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
1
dev-R/RInside/Manifest
Normal file
1
dev-R/RInside/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST RInside_0.2.16.tar.gz 80576 BLAKE2B ac61f01e0de6c4099db97753a4af93aa84a4ea84728e6e029bb31bb1fe76be1afc12aa0aa781a4049b512e85c7188bfa9d8a6172d869336fbe30a3d75e5d2c0b SHA512 367430d2243864532688aea17cabca45e9dfcaa357b5a19dfd8fa3c8878d0c38e55815feba00c27541e1a908507766bbe5a4b87274734fa1b66581da254fc215
|
||||
20
dev-R/RInside/RInside-0.2.16.ebuild
Normal file
20
dev-R/RInside/RInside-0.2.16.ebuild
Normal file
@@ -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}"
|
||||
20
dev-R/RInside/metadata.xml
Normal file
20
dev-R/RInside/metadata.xml
Normal file
@@ -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 'GNUmakefile' 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>lssndrbarbieri@gmail.com</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>edd@debian.org</email>
|
||||
</maintainer>
|
||||
<remote-id type="github">eddelbuettel/rinside</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user