aboutsummaryrefslogtreecommitdiff
path: root/www/R-cran-htmlwidgets/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/R-cran-htmlwidgets/Makefile')
-rw-r--r--www/R-cran-htmlwidgets/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/www/R-cran-htmlwidgets/Makefile b/www/R-cran-htmlwidgets/Makefile
index c9415ba574d3..d940aac85f9f 100644
--- a/www/R-cran-htmlwidgets/Makefile
+++ b/www/R-cran-htmlwidgets/Makefile
@@ -1,6 +1,5 @@
PORTNAME= htmlwidgets
-PORTVERSION= 1.5.4
-PORTREVISION= 1
+PORTVERSION= 1.6.2
CATEGORIES= www
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -10,12 +9,14 @@ WWW= https://cran.r-project.org/web/packages/htmlwidgets/
LICENSE= MIT
-CRAN_DEPENDS= R-cran-htmltools>=0.3:textproc/R-cran-htmltools \
+CRAN_DEPENDS= R-cran-htmltools>=0.5.4:textproc/R-cran-htmltools \
R-cran-jsonlite>=0.9.16:converters/R-cran-jsonlite \
- R-cran-yaml>0:textproc/R-cran-yaml
+ R-cran-yaml>0:textproc/R-cran-yaml \
+ R-cran-knitr>=1.8:print/R-cran-knitr \
+ R-cran-rmarkdown>0:textproc/R-cran-rmarkdown
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
-USES= cran:auto-plist
+USES= cran:auto-plist
.include <bsd.port.mk>