- Add new port: textproc/R-cran-DT
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/
This commit is contained in:
parent
4e22ba8b0b
commit
7101f4af77
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=394015
@ -4,6 +4,7 @@
|
||||
COMMENT = Text processing utilities (does not include desktop publishing)
|
||||
|
||||
SUBDIR += 2bsd-diff
|
||||
SUBDIR += R-cran-DT
|
||||
SUBDIR += R-cran-R2HTML
|
||||
SUBDIR += R-cran-XML
|
||||
SUBDIR += R-cran-formatR
|
||||
|
20
textproc/R-cran-DT/Makefile
Normal file
20
textproc/R-cran-DT/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# 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>
|
2
textproc/R-cran-DT/distinfo
Normal file
2
textproc/R-cran-DT/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (DT_0.1.tar.gz) = 129bdafededbdcc3279d63b16f00c885b215f23cab2edfe33c9cbe177c8c4756
|
||||
SIZE (DT_0.1.tar.gz) = 332407
|
6
textproc/R-cran-DT/pkg-descr
Normal file
6
textproc/R-cran-DT/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
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/
|
Loading…
Reference in New Issue
Block a user