Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rstudio/htmldeps
Packaged HTML dependencies for Shiny, R Markdown, flexdashboard, htmlwidgets, and leaflet
https://github.com/rstudio/htmldeps
dependencies r utility-package
Last synced: about 1 month ago
JSON representation
Packaged HTML dependencies for Shiny, R Markdown, flexdashboard, htmlwidgets, and leaflet
- Host: GitHub
- URL: https://github.com/rstudio/htmldeps
- Owner: rstudio
- License: other
- Created: 2018-05-30T22:35:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-18T19:00:50.000Z (over 6 years ago)
- Last Synced: 2024-08-13T07:11:05.166Z (4 months ago)
- Topics: dependencies, r, utility-package
- Language: R
- Homepage:
- Size: 2.55 MB
- Stars: 17
- Watchers: 5
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- jimsghstars - rstudio/htmldeps - Packaged HTML dependencies for Shiny, R Markdown, flexdashboard, htmlwidgets, and leaflet (R)
README
---
output: github_document
---```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```[![Travis build status](https://travis-ci.org/rstudio/htmldeps.svg?branch=master)](https://travis-ci.org/rstudio/htmldeps)
[![CRAN status](https://www.r-pkg.org/badges/version/htmldeps)](https://cran.r-project.org/package=htmldeps)## Centralized HTML Dependencies with **htmldeps**
The **htmldeps** package will provide `html_dependency_...()` functions to support the following packages: **shiny**, **rmarkdown**, **flexdashboard**, **htmlwidgets**, and **leaflet**.
## Code of Conduct
Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
## License
MIT © RStudio