diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2021-01-31 04:22:18 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2021-01-31 04:22:18 +0000 |
commit | abbbe2e4f4d0f58e8677ed9ceabeb22069922049 (patch) | |
tree | 6776ccaa787b039f2f1efefdaf9d394dc2ed74e8 /www/Makefile | |
parent | ebcebd78622b982da928f9b0cf6877b60ba99415 (diff) |
- Add new port: www/R-cran-jquerylib
Obtain any major version of 'jQuery' (<https://code.jquery.com/>)
and use it in any webpage generated by 'htmltools' (e.g. 'shiny',
'htmlwidgets', and 'rmarkdown'). Most R users don't need to use
this package directly, but other R packages (e.g. 'shiny', 'rmarkdown',
etc.) depend on this package to avoid bundling redundant copies of
'jQuery'.
WWW: https://cran.r-project.org/web/packages/jquerylib/
Notes
Notes:
svn path=/head/; revision=563456
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 225d8acce38b..fe12ac2a4fef 100644 --- a/www/Makefile +++ b/www/Makefile @@ -10,6 +10,7 @@ SUBDIR += R-cran-htmlwidgets SUBDIR += R-cran-httpuv SUBDIR += R-cran-httr + SUBDIR += R-cran-jquerylib SUBDIR += R-cran-rvest SUBDIR += R-cran-scrapeR SUBDIR += R-cran-selectr |