Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 2.11 KB

index.md

File metadata and controls

35 lines (21 loc) · 2.11 KB

pixture pixture-logo

ci_badge codecov lifecycle_badge

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

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.