Skip to content

miraisolutions/covid-19-gallery

Repository files navigation

COVID-19 Resource Gallery

site

This project collects a number of useful on-line resources (dashboards, web apps, ...) around the COVID-19 pandemic embedded in a common gallery website.

The gallery is rendered as an R Markdown website based on YML metadata, converted to static website pages using the gallery_site() generator provided by package rmdgallery.

The website is automatically built and deployed to GitHub Pages using Actions, and can be accessed at https://mirai-solutions.ch/covid-19-gallery.

Local website generation

The website can be generated from a local checkout of this repository by running at the R console

browseURL(rmarkdown::render_site())

To make sure all dependencies are installed, including rmdgallery, you can use

remotes::install_deps()