summaryrefslogtreecommitdiff
path: root/dev-R/htmlwidgets/htmlwidgets-1.5.4.ebuild
blob: cde342d0a2fbe6dca88bc01ce363837c99393d36 (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
28
29
30
31
32
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit R-packages edo

DESCRIPTION="HTML Widgets for R"
KEYWORDS="~amd64"
LICENSE='MIT'
RESTRICT="!test? ( test )"
IUSE="test"

DEPEND="
	>=dev-R/htmltools-0.3
	>=dev-R/jsonlite-0.9.16
	dev-R/yaml
	test? (
		dev-R/testthat
	)
"

SUGGESTED_PACKAGES="
	>=dev-R/knitr-1.8
	dev-R/rmarkdown
	dev-R/testthat
"

src_test() {
	cd "${WORKDIR}/${P}/tests" || die
	NOT_CRAN=true R_LIBS="${T}/R" edo Rscript --vanilla testthat.R
}