GitXplorerGitXplorer
r

rmd-gallery-example

public
1 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
6092cdfa6c361c8e7c0ea9f532baf6506c70948e

Showcase menu_icon in the metadata.

rriccardoporreca committed 5 years ago
Unverified
8b452427ac65c158820b793231ccf75c6c2df509

Switch back to rmdgallery@develop

rriccardoporreca committed 5 years ago
Unverified
cd76932f6048c3630a3e4e032ab031e0a6b061fb

Use Actions-provisioned default token.

rriccardoporreca committed 5 years ago
Unverified
6561baef5cf3cc550263edfd1a76f36afa746cb8

Showcase `order_by` and `page_name`.

rriccardoporreca committed 5 years ago
Unverified
1910dbeb49bdfa7d3a446cc3c4b73d6d92993666

Switch to rmdgallery@develop

rriccardoporreca committed 5 years ago
Unverified
b084d330f56e6ad4d6437964697c5a6b16973b55

Gallery includes defined in files.

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