dev-R/xml2: new version

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-03-06 02:57:45 +01:00
parent 16b4527aaa
commit 2f086bef3c
3 changed files with 28 additions and 17 deletions

View File

@@ -0,0 +1,27 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit R-packages
DESCRIPTION='Work with XML files using a simple, consistent interface'
KEYWORDS="~amd64"
LICENSE='GPL-2+'
DEPEND=">=dev-lang/R-3.1.0"
RDEPEND="
${DEPEND}
dev-libs/libxml2
"
SUGGESTED_PACKAGES="
dev-R/covr
dev-R/curl
dev-R/httr
dev-R/knitr
dev-R/magrittr
dev-R/mockery
dev-R/markdown
>=dev-R/testthat-2.1.0
"