pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/R-DT



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Jan 13 10:01:18 UTC 2020

Added Files:
        pkgsrc/textproc/R-DT: DESCR Makefile distinfo

Log Message:
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'.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/R-DT/DESCR \
    pkgsrc/textproc/R-DT/Makefile pkgsrc/textproc/R-DT/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/textproc/R-DT/DESCR
diff -u /dev/null pkgsrc/textproc/R-DT/DESCR:1.1
--- /dev/null   Mon Jan 13 10:01:18 2020
+++ pkgsrc/textproc/R-DT/DESCR  Mon Jan 13 10:01:18 2020
@@ -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'.
Index: pkgsrc/textproc/R-DT/Makefile
diff -u /dev/null pkgsrc/textproc/R-DT/Makefile:1.1
--- /dev/null   Mon Jan 13 10:01:18 2020
+++ pkgsrc/textproc/R-DT/Makefile       Mon Jan 13 10:01:18 2020
@@ -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"
Index: pkgsrc/textproc/R-DT/distinfo
diff -u /dev/null pkgsrc/textproc/R-DT/distinfo:1.1
--- /dev/null   Mon Jan 13 10:01:18 2020
+++ pkgsrc/textproc/R-DT/distinfo       Mon Jan 13 10:01:18 2020
@@ -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