This repository provides an example of constructing a gallery of embedded pages in a dynamic way based on individual JSON metadata, using on the gallery_site()
generator provided by package rmdgallery.
The website is rendered and deployed to GitHub Pages using Actions, and can be browsed at https://riccardoporreca.github.io/rmd-gallery-example/.
You can render the website from a local checkout of this repository via
browseURL(rmarkdown::render_site())
or using the Ctrl+Shift+B shortcut in RStudio.
To make sure all dependencies are installed, including rmdgallery, you can use
remotes::install_deps()