diff options
author | tota <tota@FreeBSD.org> | 2015-08-12 19:24:03 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2015-08-12 19:24:03 +0800 |
commit | 55bfd7e04c1a1f1c7f6d695767134f21345e9d07 (patch) | |
tree | cc82dd4efebb4da3a0232e14fcd5839daa3d9577 /textproc/Makefile | |
parent | db0bd9ac259bcf09a4a48c01f5f0904b21d1e704 (diff) | |
download | freebsd-ports-gnome-55bfd7e04c1a1f1c7f6d695767134f21345e9d07.tar.gz freebsd-ports-gnome-55bfd7e04c1a1f1c7f6d695767134f21345e9d07.tar.zst freebsd-ports-gnome-55bfd7e04c1a1f1c7f6d695767134f21345e9d07.zip |
- 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/
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index c71266c052fa..d274f2a630c0 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -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 |