The vignettes/ directory has .Rmd files that get complied into package internal "vignettes" and website "articles". This separation is important. We want to keep anything that is very large or takes a long time in articles/ so that we don't run into issues when building the package.
Using the add-on "tree" utility, you can see what is currently there:
The
vignettes/
directory has .Rmd files that get complied into package internal "vignettes" and website "articles". This separation is important. We want to keep anything that is very large or takes a long time inarticles/
so that we don't run into issues when building the package.Using the add-on "tree" utility, you can see what is currently there:
Each of these .Rmd files needs to be edited/updated/harmonized to be sure that they still work and reflect the latest package features.
Note that you may have to revisit these files for the renaming in task https://github.com/MazamaScience/AirFireModeling/issues/37