MazamaScience / AirFireModeling

Utilities to ease merging of USFS AirFire model output and monitoring data.
0 stars 0 forks source link

update/harmonize vignettes #42

Closed jonathancallahan closed 4 years ago

jonathancallahan commented 4 years ago

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:

$ tree -L 2 vignettes
vignettes
├── AirFireModeling_Introduction.Rmd
└── articles
    ├── Aggregation_by_Polygon.Rmd
    └── Smoke_by_County.Rmd

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