Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yonicd/slickr
slick carousel htmlwidget for R
https://github.com/yonicd/slickr
htmlwidgets javascript r slick
Last synced: 11 days ago
JSON representation
slick carousel htmlwidget for R
- Host: GitHub
- URL: https://github.com/yonicd/slickr
- Owner: yonicd
- License: other
- Created: 2017-02-12T03:37:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T13:51:43.000Z (8 months ago)
- Last Synced: 2024-10-12T21:28:53.054Z (24 days ago)
- Topics: htmlwidgets, javascript, r, slick
- Language: JavaScript
- Homepage: https://yonicd.github.io/slickR/
- Size: 106 MB
- Stars: 159
- Watchers: 9
- Forks: 14
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![CRAN\_Status\_Badge](https://www.r-pkg.org/badges/version/slickR)](https://cran.r-project.org/package=slickR)
[![Project Status: Active - The project has reached a stable, usable state and is being actively developed.](http://www.repostatus.org/badges/0.1.0/active.svg)](https://www.repostatus.org/)
[![downloads](https://cranlogs.r-pkg.org:443/badges/slickR)](https://cranlogs.r-pkg.org:443/badges/slickR)
[![R-win build status](https://github.com/yonicd/slickR/workflows/R-check/badge.svg)](https://github.com/yonicd/slickR)
[![Codecov test coverage](https://codecov.io/gh/yonicd/slickR/branch/master/graph/badge.svg)](https://app.codecov.io/gh/yonicd/slickR?branch=master)
[![Covrpage Summary](https://img.shields.io/badge/covrpage-Last_Build_2022_12_19-brightgreen.svg)](http://tinyurl.com/tbqmb47)# slickR
__The last carousel you’ll ever need__
We are happy to bring the [slick](http://kenwheeler.github.io/slick/) JavaScript library to R. It is self described as "the last carousel you'll ever need". This carousel is based on putting the elements of the carousel in a [div](https://www.w3schools.com/tags/tag_div.asp) HTML tag. This makes the carousel very versatile in what can be placed inside. Regular objects that are placed in a carousel can be for example: images, plots, tables, gifs, videos and objects embedded in iframes.
![](https://raw.githubusercontent.com/yonicd/slickR/multimedia/Multimedia/slickRnestingWidgets.gif)
This tool helps review multiple outputs in an efficient manner and saves much needed space in documents and Shiny applications, while creating a user friendly experience.
These carousels can be used directly from the R console, from RStudio, in Shiny apps and R Markdown documents.
### Installation
[CRAN](https://cran.r-project.org/package=slickR)
```r
install.packages('slickR')
```[Github](https://github.com/yonicd/slickR) (dev)
```r
remotes::install_github('yonicd/slickR')
```### Getting started
- [slickR Basics](https://cran.r-project.org/package=slickR/vignettes/basics.html)
- [slickR with DOMs](https://cran.r-project.org/package=slickR/vignettes/doms.html)
- [slickR with Iframes](https://cran.r-project.org/package=slickR/vignettes/iframes.html)
- [slickR with PDFs](https://cran.r-project.org/package=slickR/vignettes/pdfs.html)
- [slickR with Plots](https://cran.r-project.org/package=slickR/vignettes/plots.html)
- [slickR with Shiny](https://cran.r-project.org/package=slickR/vignettes/shiny.html)