Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/royfrancis/pixture
HTML Image Gallery in R with responsive layouts and lightbox
https://github.com/royfrancis/pixture
image-gallery r r-markdown r-package r-shiny
Last synced: 17 days ago
JSON representation
HTML Image Gallery in R with responsive layouts and lightbox
- Host: GitHub
- URL: https://github.com/royfrancis/pixture
- Owner: royfrancis
- License: gpl-3.0
- Created: 2021-10-24T21:24:54.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-11T14:49:33.000Z (5 months ago)
- Last Synced: 2024-08-11T15:24:55.589Z (5 months ago)
- Topics: image-gallery, r, r-markdown, r-package, r-shiny
- Language: JavaScript
- Homepage: http://royfrancis.github.io/pixture/
- Size: 8.01 MB
- Stars: 11
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE.md
Awesome Lists containing this project
README
# pixture
[![ci_badge](https://github.com/royfrancis/pixture/workflows/r-cmd-check/badge.svg)](https://github.com/royfrancis/pixture/actions?workflow=r-cmd-check) [![codecov](https://codecov.io/gh/royfrancis/pixture/branch/main/graph/badge.svg?token=4DOQ8HNQFK)](https://app.codecov.io/gh/royfrancis/pixture/) [![lifecycle_badge](https://lifecycle.r-lib.org/articles/figures/lifecycle-experimental.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
`pixture` is an R package designed to create HTML image galleries. The galleries can be standalone, included in an Rmarkdown/Quarto document or incorporated into a Shiny app. See the [project website](http://royfrancis.github.io/pixture) for more details.
```r
install.packages(c("htmlwidgets","shiny","remotes"))
remotes::install_github('royfrancis/pixture')
```## Disclaimer
This R package is offered free and without warranty of any kind, either expressed or implied. I will not be held liable to you for any damage arising out of the use, modification or inability to use this program. This R package can be used, redistributed and/or modified freely for non-commercial purposes subject to the original source being properly cited. Licensed under GPL-3.
## Acknowledgements
- [simplelightbox](https://github.com/dbrekalo/simpleLightbox) created by [Damir Brekalo](https://dbrekalo.github.io/simpleLightbox/).
- [Diamond gallery layout ](https://dev.to/alvaromontoro/creating-an-interactive-image-gallery-with-html-and-css-35pi) by Alvaro Montoro.
- Images from [Pexels](https://www.pexels.com/).## Contact
If you have an comments, suggestions, corrections or enchancements, kindly submit an issue on the [Github issues page](https://github.com/royfrancis/pixture/issues).
---
2024 • Roy M Francis