Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/etiennebacher/awesome-R-JS-adaptation
A list of Javascript and CSS libraries that have been adapted in R.
https://github.com/etiennebacher/awesome-R-JS-adaptation
List: awesome-R-JS-adaptation
Last synced: 9 days ago
JSON representation
A list of Javascript and CSS libraries that have been adapted in R.
- Host: GitHub
- URL: https://github.com/etiennebacher/awesome-R-JS-adaptation
- Owner: etiennebacher
- Created: 2020-12-29T21:22:00.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-04T12:11:14.000Z (9 months ago)
- Last Synced: 2024-05-19T14:00:57.434Z (7 months ago)
- Language: R
- Homepage:
- Size: 228 KB
- Stars: 53
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
- jimsghstars - etiennebacher/awesome-R-JS-adaptation - A list of Javascript and CSS libraries that have been adapted in R. (R)
README
---
output: github_document
---## Purpose of this repo
The goal of this repo is to provide a list of the JavaScript and CSS libraries that have been adapted in R, so that R developers don't lose too much time trying to determine if a particular JavaScript or CSS library has already been ported in R.
## How to contribute
This repo is meant to be a collaborative effort (I can't list all adaptations by myself). The packages that are displayed in the [htmlwidgets gallery](https://gallery.htmlwidgets.org/) are automatically added to this list every Sunday just before midnight UTC.
**To contribute, you only need to add an R package and the Javascript libraries it uses in `other_packages.csv`.** No need to render the R Markdown file, this will be done automatically via GitHub actions once your PR is accepted (it will take a few minutes to update the README).
## List
```{r echo = FALSE}
source("list_htmlwidgets.R")
``````{r echo = FALSE}
library(knitr)kable(output, col.names = c("R Packages", "JavaScript or CSS libraries"))
```