pkgsrc/graphics/R-ggthemes/Makefile
brook 0b4993d2e9 graphics/R-ggthemes: import R-ggthemes-4.2.0
Some extra themes, geoms, and scales for 'ggplot2'. Provides 'ggplot2'
themes and scales that replicate the look of plots by Edward Tufte,
Stephen Few, 'Fivethirtyeight', 'The Economist', 'Stata', 'Excel', and
'The Wall Street Journal', among others. Provides 'geoms' for Tufte's
box plot and range frame.
2020-08-01 02:24:00 +00:00

20 lines
571 B
Makefile

# $NetBSD: Makefile,v 1.1 2020/08/01 02:24:00 brook Exp $
R_PKGNAME= ggthemes
R_PKGVER= 4.2.0
CATEGORIES= graphics
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Extra Themes, Scales and Geoms for 'ggplot2'
LICENSE= gnu-gpl-v2
DEPENDS+= R-purrr>=0.3.3:../../devel/R-purrr
DEPENDS+= R-ggplot2>=3.0.0:../../graphics/R-ggplot2
DEPENDS+= R-scales>=1.1.0:../../graphics/R-scales
DEPENDS+= R-tibble>=2.1.3:../../math/R-tibble
DEPENDS+= R-stringr>=1.4.0:../../textproc/R-stringr
USE_LANGUAGES= # none
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"