dev-R/Rcpp: new package

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2020-05-08 17:39:26 +02:00
parent f719136845
commit e009283895
3 changed files with 51 additions and 0 deletions

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

@@ -0,0 +1 @@
DIST Rcpp_1.0.4.6.tar.gz 2751467 BLAKE2B 1df5a1ab26974a0d4ec2bf8708a0f81a7bc8e27a1d50deda50375a0086c8284e6521914581c8bf336359ae61ab1c3be2cd18e49040451c8921a54188f4c75da4 SHA512 d3099925cd897100fc510e6a0b7a4c4007ec92edf5c335d7d87f39aac35a6cd5da605c904527da802414992ca13302192625fde769ce62ab7542d5cb76f5c1df

View File

@@ -0,0 +1,17 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
inherit R-packages-guru
DESCRIPTION='Seamless R and C++ Integration'
SRC_URI="http://cran.r-project.org/src/contrib/Rcpp_1.0.4.6.tar.gz"
LICENSE='GPL-2+'
HOMEPAGE="
http://www.rcpp.org
http://dirk.eddelbuettel.com/code/rcpp.html
https://github.com/RcppCore/Rcpp
https://cran.r-project.org/package=Rcpp
"
IUSE="${IUSE-}"

33
dev-R/Rcpp/metadata.xml Normal file
View File

@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<longdescription lang="en">
The 'Rcpp' package provides R functions as well as C++ classes which offer a seamless integration of R and C++. Many R data types and objects can be mapped back and forth to C++ equivalents which facilitates both writing of new code as well as easier integration of third-party libraries. Documentation about 'Rcpp' is provided by several vignettes included in this package
</longdescription>
<upstream>
<bugs-to>
https://github.com/RcppCore/Rcpp/issues
</bugs-to>
<doc lang="en">
https://cran.r-project.org/web//packages/Rcpp/Rcpp.pdf
</doc>
<changelog>
https://cran.r-project.org/web//packages/Rcpp/ChangeLog
</changelog>
<maintainer>
<name>
Dirk Eddelbuettel
</name>
<email>
edd@debian.org
</email>
</maintainer>
<remote-id type="github">
RcppCore/Rcpp
</remote-id>
</upstream>
</pkgmetadata>