summaryrefslogtreecommitdiff
path: root/dev-R/ggplot2/ggplot2-3.3.6.ebuild
blob: 155f914252d5e7d63ecc2a38ff8d4c53bc459300 (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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit R-packages

DESCRIPTION='Create Elegant Data Visualisations using the grammar of graphics'
HOMEPAGE="
	https://cran.r-project.org/package=ggplot2
	https://ggplot2.tidyverse.org/
	https://github.com/tidyverse/ggplot2
"

KEYWORDS="~amd64"
LICENSE='MIT'

DEPEND="
	>=dev-lang/R-3.3
	dev-R/digest
	dev-R/glue
	>=dev-R/gtable-0.1.1
	dev-R/isoband
	>=dev-R/rlang-0.4.10
	>=dev-R/scales-0.5.0
	dev-R/tibble
	>=dev-R/withr-2.0.0
	virtual/MASS
	virtual/mgcv
"
RDEPEND="${DEPEND}"

SUGGESTED_PACKAGES="
	dev-R/covr
	dev-R/ragg
	dev-R/dplyr
	dev-R/ggplot2movies
	dev-R/hexbin
	dev-R/Hmisc
	dev-R/interp
	dev-R/knitr
	virtual/lattice
	dev-R/mapproj
	dev-R/maps
	dev-R/maptools
	dev-R/multcomp
	dev-R/munsell
	virtual/nlme
	dev-R/profvis
	dev-R/quantreg
	dev-R/RColorBrewer
	dev-R/rgeos
	dev-R/rmarkdown
	virtual/rpart
	>=dev-R/sf-0.7.3
	>=dev-R/svglite-1.2.0.9001
	>=dev-R/testthat-2.1.0
	>=dev-R/vdiffr-1.0.0
	dev-R/xml2
"