summaryrefslogtreecommitdiff
path: root/dev-R/xml2/xml2-1.3.3.ebuild
blob: af1a6a5b4971e0cce8a63e0f37d02ed4911af633 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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
"