7101f4af77
Data objects in R can be rendered as HTML tables using the JavaScript library 'DataTables' (typically via R Markdown or Shiny). The 'DataTables' library has been included in this R package. The package name 'DT' is an abbreviation of 'DataTables'. WWW: https://cran.r-project.org/web/packages/DT/
20 lines
490 B
Makefile
20 lines
490 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= DT
|
|
PORTVERSION= 0.1
|
|
CATEGORIES= textproc
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Wrapper of the JavaScript Library 'DataTables'
|
|
|
|
LICENSE= GPLv3
|
|
|
|
RUN_DEPENDS= R-cran-htmltools>0:${PORTSDIR}/textproc/R-cran-htmltools \
|
|
R-cran-htmlwidgets>=0.4:${PORTSDIR}/www/R-cran-htmlwidgets \
|
|
R-cran-magrittr>0:${PORTSDIR}/devel/R-cran-magrittr
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|