https://github.com/stefanieschneider/shinygallery
Create Image Gallery Widgets with Shiny
https://github.com/stefanieschneider/shinygallery
bootstrap gallery jpages r shiny
Last synced: about 2 months ago
JSON representation
Create Image Gallery Widgets with Shiny
- Host: GitHub
- URL: https://github.com/stefanieschneider/shinygallery
- Owner: stefanieschneider
- License: gpl-3.0
- Created: 2019-10-31T17:00:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-26T12:08:32.000Z (about 6 years ago)
- Last Synced: 2025-11-09T07:02:17.869Z (8 months ago)
- Topics: bootstrap, gallery, jpages, r, shiny
- Language: CSS
- Homepage:
- Size: 6.2 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
options(width = "100")
```
# shinygallery 
[](https://www.tidyverse.org/lifecycle/#experimental)
[](https://travis-ci.org/stefanieschneider/shinygallery)
[](https://ci.appveyor.com/project/stefanieschneider/shinygallery)
## Overview
This R package creates image gallery widgets with pagination to show images based on file or URL paths. shinygallery is built on top of [jPages](https://github.com/luis-almeida/jPages) and [Bootstrap](https://getbootstrap.com/).
If `limits` is set in `options`, only images within the specified interval are rendered. This allows, e.g., to display further images only after a page change; the loading speed is thus improved.
## Installation
You can install the development version of shinygallery from [GitHub](https://github.com/stefanieschneider/shinygallery):
``` r
# install.packages("devtools")
devtools::install_github("stefanieschneider/shinygallery")
```
## Usage
```{r example, code = readLines("inst/examples/gallery.R")}
```
## Contributing
Please report issues, feature requests, and questions to the [GitHub issue tracker](https://github.com/stefanieschneider/shinygallery/issues). We have a [Contributor Code of Conduct](https://github.com/stefanieschneider/shinygallery/blob/master/CODE_OF_CONDUCT.md). By participating in shinygallery you agree to abide by its terms.