From: "Haelwenn Monnier" <contact@hacktivis.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-R/RInside/
Date: Mon, 24 May 2021 22:25:53 +0000 (UTC) [thread overview]
Message-ID: <1621869442.1f002406d8e4430347d68af4752d75a42cf5c973.lanodan@gentoo> (raw)
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>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>
next reply other threads:[~2021-05-24 22:25 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-24 22:25 Haelwenn Monnier [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-05-25 7:46 [gentoo-commits] repo/proj/guru:master commit in: dev-R/RInside/ Andrew Ammerlaan
2021-09-07 2:58 Haelwenn Monnier
2022-04-05 2:14 Ronny Gutbrod
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1621869442.1f002406d8e4430347d68af4752d75a42cf5c973.lanodan@gentoo \
--to=contact@hacktivis.me \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox