dev-R/rlang: 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 02:00:14 +02:00
parent 32ae3b6539
commit 1d9717bf61
3 changed files with 52 additions and 0 deletions

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

@@ -0,0 +1 @@
DIST rlang_0.4.6.tar.gz 835198 BLAKE2B 3b6f2ce9250a0fc390e4664606b1a8a3d9f1d3e9fbf1c3691a97183e04f6c1c7b9b97e363e3225bf294eaa25362d2fea743afff9d57b325471898ea971938f1e SHA512 d128a49a098de75d672d9f7bada3234aa2a2bdced69fd680822b9d2320431f01ec95440a3925038aabd493c83834a8d1f53b6dadac66974ad0e13d0ab3f1aec1

33
dev-R/rlang/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">
A toolbox for working with base types, core R features like the condition system, and core 'Tidyverse' features like tidy evaluation.
</longdescription>
<upstream>
<bugs-to>
https://github.com/r-lib/rlang/issues
</bugs-to>
<doc lang="en">
https://cran.r-project.org/web//packages/rlang/rlang.pdf
</doc>
<changelog>
https://cran.r-project.org/web//packages/rlang/news/news.html
</changelog>
<maintainer>
<name>
Lionel Henry
</name>
<email>
lionel@rstudio.com
</email>
</maintainer>
<remote-id type="github">
r-lib/rlang
</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,18 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
inherit R-packages-guru
DESCRIPTION='Functions for Base Types and Core R and Tidyverse Features'
SRC_URI="http://cran.r-project.org/src/contrib/rlang_0.4.6.tar.gz"
LICENSE='GPL-3'
HOMEPAGE="
http://rlang.r-lib.org
https://github.com/r-lib/rlang
https://cran.r-project.org/package=rlang
"
IUSE="${IUSE-}"
DEPEND=">=dev-lang/R-3.2.0"