A lesson for teaching how to unit test Fortran code.
## Building the website locally
From within RStudio run the following commands. First, install the needed dependencies.
install.packages(c("sandpaper", "varnish", "pegboard")) # This may not need to be called as frequently as the following commandsThen can build the site
setwd('/path/to/fortran-unit-testing-lesson')
sandpaper::build_lesson()This will create a local build of the site at site/docs/index.html.