2021-09-18 16:19:07 +02:00
|
|
|
# $NetBSD: Makefile,v 1.8 2021/09/18 14:19:07 mef Exp $
|
2018-03-16 17:19:05 +01:00
|
|
|
|
2019-08-08 21:53:36 +02:00
|
|
|
R_PKGNAME= pillar
|
2021-09-18 16:19:07 +02:00
|
|
|
R_PKGVER= 1.6.2
|
2019-08-08 21:53:36 +02:00
|
|
|
CATEGORIES= misc
|
2018-03-16 17:19:05 +01:00
|
|
|
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
2019-07-31 22:42:02 +02:00
|
|
|
COMMENT= Coloured formatting for columns
|
2018-03-16 17:19:05 +01:00
|
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
|
2019-07-31 22:42:02 +02:00
|
|
|
DEPENDS+= R-cli>=1.1.0:../../devel/R-cli
|
2018-03-16 17:19:05 +01:00
|
|
|
DEPENDS+= R-crayon>=1.3.4:../../devel/R-crayon
|
2019-07-31 22:42:02 +02:00
|
|
|
DEPENDS+= R-fansi>=0.4.0:../../devel/R-fansi
|
|
|
|
DEPENDS+= R-rlang>=0.3.0:../../devel/R-rlang
|
|
|
|
DEPENDS+= R-vctrs>=0.2.0:../../math/R-vctrs
|
|
|
|
DEPENDS+= R-utf8>=1.1.0:../../textproc/R-utf8
|
2018-03-16 17:19:05 +01:00
|
|
|
DEPENDS+= R-utf8>=1.1.3:../../textproc/R-utf8
|
2021-06-07 17:35:24 +02:00
|
|
|
DEPENDS+= R-lifecycle-[0-9]*:../../devel/R-lifecycle
|
2018-03-16 17:19:05 +01:00
|
|
|
|
2021-06-07 01:37:31 +02:00
|
|
|
# Packages suggested but not available:
|
|
|
|
# 'debugme', 'DiagrammeR','formattable', 'nycflights13',
|
|
|
|
# 'palmerpenguins'
|
|
|
|
TEST_DEPENDS+= R-dplyr-[0-9]*:../../math/R-dplyr
|
|
|
|
TEST_DEPENDS+= R-units-[0-9]*:../../math/R-units
|
|
|
|
|
|
|
|
|
2018-03-16 17:19:05 +01:00
|
|
|
USE_LANGUAGES= # none
|
|
|
|
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|