dev-R/inline: new package, add 0.3.19

Signed-off-by: Robert Greener <me@r0bert.dev>
This commit is contained in:
Robert Greener
2022-07-03 19:26:16 +01:00
parent 141b9e0b32
commit d433cd1022
3 changed files with 47 additions and 0 deletions

1
dev-R/inline/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST inline_0.3.19.tar.gz 25074 BLAKE2B c22ae3641b720c1ac3625377da7dc5a2dbc78d2165571b9e9ad6f3e870197b4a8867bb8f408fc2fa26e726f9a7e993ab4fb5eebfd39b6d9fa6006fe3f8d114bf SHA512 37e4b8b1f8917a2cce5dfc2bbf9309c5c8a0cddaf0c9e9a8b737af43a9a0b62ebf0f88d710fcd089b1d9a61eb9d638cbf90978486aea1f7872598ecf101153cc

View File

@@ -0,0 +1,29 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit R-packages edo
DESCRIPTION='Functions to Inline C, C++, Fortran Function Calls from R'
KEYWORDS="~amd64"
LICENSE='LGPL-2+'
RESTRICT="!test? ( test )"
IUSE="test"
DEPEND="
test? (
>=dev-R/Rcpp-0.11.0
dev-R/tinytest
)
"
SUGGESTED_PACKAGES="
>=dev-R/Rcpp-0.11.0
dev-R/tinytest
"
src_test() {
cd "${WORKDIR}/${P}/tests" || die
NOT_CRAN=true R_LIBS="${T}/R" edo Rscript --vanilla tinytest.R
}

17
dev-R/inline/metadata.xml Normal file
View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>me@r0bert.dev</email>
<name>Robert Greener</name>
</maintainer>
<longdescription lang="en">Functionality to dynamically define R functions and S4 methods with 'inlined' C, C++ or Fortran code supporting the .C and .Call calling conventions.</longdescription>
<upstream>
<maintainer>
<name>Dirk Eddelbuettel</name>
<email>edd@debian.org</email>
</maintainer>
<bugs-to>https://github.com/eddelbuettel/inline/issues</bugs-to>
<remote-id type="github">eddelbuettel/inline</remote-id>
</upstream>
</pkgmetadata>