Skip to contents

ci_badge codecov r-universe status r-universe version

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.

Features

  • Create image galleries with multiple layouts: grid, mosaic, masonry, justified, elastic, rhombus, scroll and hexagon
  • Create image carousels with touch and drag support
  • Lightbox support with captions and navigation
  • Customizable captions, borders, gaps, and more

Installation

Ensure you have R installed on your system. R is open-source and freely available to download for Windows, Mac and Linux.

Install from R Universe:

options(repos = c(getOption("repos"), royfrancis = "https://royfrancis.r-universe.dev"))
install.packages('pixture')

Install from GitHub:

install.packages(c("htmlwidgets","shiny","remotes"))
remotes::install_github('royfrancis/pixture')

For usage and demonstrations, refer to the articles linked in the menu.

Acknowledgements

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.