summaryrefslogtreecommitdiff
path: root/dev-R/cli/cli-3.3.0.ebuild
blob: 5e432f083be6a5eb003200acf38f82039f8e8184 (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
33
34
35
36
37
38
39
40
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit R-packages

DESCRIPTION='Helpers for Developing Command Line Interfaces'
HOMEPAGE="
	https://github.com/r-lib/cli
	https://cran.r-project.org/package=cli
"
LICENSE='MIT'
KEYWORDS="~amd64"
DEPEND="
	>=dev-lang/R-2.1.0
	dev-R/glue
"
RDEPEND="${DEPEND}"

SUGGESTED_PACKAGES="
	dev-R/asciicast
	dev-R/callr
	dev-R/covr
	dev-R/digest
	dev-R/htmltools
	dev-R/htmlwidgets
	dev-R/knitr
	dev-R/mockery
	dev-R/processx
	>=dev-R/ps-1.3.4.90000
	dev-R/rlang
	dev-R/rmarkdown
	dev-R/rstudioapi
	dev-R/shiny
	dev-R/testthat
	dev-R/tibble
	dev-R/whoami
	dev-R/withr
"