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.
Installation
Ensure you have R installed on your system. R is open-source and freely available to download for Windows, Mac and Linux.
To install the dependencies and the pixture package, run the following commands:
install.packages(c("htmlwidgets","shiny","remotes"))
remotes::install_github('royfrancis/pixture')
library(pixture)
# packageVersion("pixture")
For usage and demonstrations, refer to the articles linked in the menu.
Acknowledgements
- simplelightbox created by Damir Brekalo.
- Diamond gallery layout based on this post by Alvaro Montoro.
- Images from Pexels.
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.
Contact
If you have any comments, suggestions, corrections or enchancements, kindly submit an issue on the Github issues page.