pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/R-DT textproc/R-DT: import R-DT-0.11



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a55d37649591
branches:  trunk
changeset: 408066:a55d37649591
user:      mef <mef%pkgsrc.org@localhost>
date:      Mon Jan 13 10:01:18 2020 +0000

description:
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'.

diffstat:

 textproc/R-DT/DESCR    |   4 ++++
 textproc/R-DT/Makefile |  23 +++++++++++++++++++++++
 textproc/R-DT/distinfo |   6 ++++++
 3 files changed, 33 insertions(+), 0 deletions(-)

diffs (45 lines):

diff -r d86e10c002c3 -r a55d37649591 textproc/R-DT/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-DT/DESCR       Mon Jan 13 10:01:18 2020 +0000
@@ -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'.
diff -r d86e10c002c3 -r a55d37649591 textproc/R-DT/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-DT/Makefile    Mon Jan 13 10:01:18 2020 +0000
@@ -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@localhost
+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"
diff -r d86e10c002c3 -r a55d37649591 textproc/R-DT/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-DT/distinfo    Mon Jan 13 10:01:18 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index