GitXplorerGitXplorer
r

rmd-gallery-example

public
1 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
1fdd41060b52a246a7c51d20c7bdbc00a49b521a

crazy-max/ghaction-github-pages@v2.0.0

rriccardoporreca committed 5 years ago
Verified
6beb82c8742b1acf6da226bfc3f3b65e3a06beda

Dummy commit

rriccardoporreca committed 5 years ago
Verified
15f2b3443fde04292a6cea8b1235b9464c23b36d

Back to rmdgallery@develop

rriccardoporreca committed 5 years ago
Unverified
2bde07f1d2ed431d4ca04e18ec27ba2465a2298e

Showcase site_path() made available by riccardoporreca/rmdgallery#25.

rriccardoporreca committed 5 years ago
Unverified
88d2c2f678b23142dd857c22af15f4e304121471

Include YAML in the home page, fix repetition.

rriccardoporreca committed 5 years ago
Unverified
af9ecd68b8e4b713cd5acf1080125b879072c626

Back to rmdgallery@develop.

rriccardoporreca committed 5 years ago

README

The README file for this repository.

R Markdown Gallery Example

Website build status

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()