mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
- Add new port: www/R-cran-htmlwidgets
A framework for creating HTML widgets that render in various contexts including the R console, 'R Markdown' documents, and 'Shiny' web applications. WWW: https://cran.r-project.org/web/packages/htmlwidgets/
This commit is contained in:
parent
d759e90e55
commit
ddbe3b779b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=394010
@ -6,6 +6,7 @@
|
||||
SUBDIR += MT
|
||||
SUBDIR += R-cran-RgoogleMaps
|
||||
SUBDIR += R-cran-Rpad
|
||||
SUBDIR += R-cran-htmlwidgets
|
||||
SUBDIR += R-cran-httpuv
|
||||
SUBDIR += R-cran-httr
|
||||
SUBDIR += R-cran-scrapeR
|
||||
|
20
www/R-cran-htmlwidgets/Makefile
Normal file
20
www/R-cran-htmlwidgets/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= htmlwidgets
|
||||
PORTVERSION= 0.5
|
||||
CATEGORIES= www
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
|
||||
MAINTAINER= tota@FreeBSD.org
|
||||
COMMENT= HTML Widgets for R
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= R-cran-htmltools>=0.2.6:${PORTSDIR}/textproc/R-cran-htmltools \
|
||||
R-cran-jsonlite>=0.9.16:${PORTSDIR}/converters/R-cran-jsonlite \
|
||||
R-cran-yaml>0:${PORTSDIR}/textproc/R-cran-yaml
|
||||
|
||||
USES= cran:auto-plist
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/R-cran-htmlwidgets/distinfo
Normal file
2
www/R-cran-htmlwidgets/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (htmlwidgets_0.5.tar.gz) = 12c54d89bf7633eea5b7a1007602361f11ed4ecc4c070fb026398977e61ca8b4
|
||||
SIZE (htmlwidgets_0.5.tar.gz) = 829921
|
5
www/R-cran-htmlwidgets/pkg-descr
Normal file
5
www/R-cran-htmlwidgets/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
A framework for creating HTML widgets that render in various contexts
|
||||
including the R console, 'R Markdown' documents, and 'Shiny' web
|
||||
applications.
|
||||
|
||||
WWW: https://cran.r-project.org/web/packages/htmlwidgets/
|
Loading…
Reference in New Issue
Block a user