textproc/R-DT: import R-DT-0.11
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'.
This commit is contained in:
parent
6c3577fb72
commit
d5ee2dcc9e
3 changed files with 33 additions and 0 deletions
4
textproc/R-DT/DESCR
Normal file
4
textproc/R-DT/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
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'.
|
23
textproc/R-DT/Makefile
Normal file
23
textproc/R-DT/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# $NetBSD: Makefile,v 1.1 2020/01/13 10:01:18 mef Exp $
|
||||
|
||||
R_PKGNAME= DT
|
||||
R_PKGVER= 0.11
|
||||
CATEGORIES= textproc
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
COMMENT= A Wrapper of the JavaScript Library 'DataTables'
|
||||
LICENSE= gnu-gpl-v3
|
||||
|
||||
DEPENDS+= R-magrittr>=1.5:../../devel/R-magrittr
|
||||
DEPENDS+= R-promises>=1.0.1:../../parallel/R-promises
|
||||
DEPENDS+= R-htmltools>=0.3.6:../../textproc/R-htmltools
|
||||
DEPENDS+= R-jsonlite>=0.9.16:../../textproc/R-jsonlite
|
||||
DEPENDS+= R-htmlwidgets>=1.3:../../www/R-htmlwidgets
|
||||
|
||||
TEST_DEPENDS+= R-crosstalk-[0-9]*:../../textproc/R-crosstalk
|
||||
TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
.include "../../math/R/Makefile.extension"
|
||||
.include "../../mk/bsd.pkg.mk"
|
6
textproc/R-DT/distinfo
Normal file
6
textproc/R-DT/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2020/01/13 10:01:18 mef Exp $
|
||||
|
||||
SHA1 (R/DT_0.11.tar.gz) = 8b05b3ca38f29215c919a1e6b8d28cf68b67c0d8
|
||||
RMD160 (R/DT_0.11.tar.gz) = 03d4560b4be067a4f99c5bb86d19d11b992865fb
|
||||
SHA512 (R/DT_0.11.tar.gz) = 0ae94406bd2f86e56806c1d726161345ad59757bdebce26d46ec2640d3c74c5941614b7c16dd5b5b62ca3ff5a72c987ef9324f475834fe9e39f8a7fa8b025146
|
||||
Size (R/DT_0.11.tar.gz) = 843742 bytes
|
Loading…
Reference in a new issue