pbs-assess / csasdown

:book: An R package for creating CSAS reports in PDF or Word format with R Markdown and bookdown
Other
46 stars 16 forks source link

Break `fix_envs()` into multiple post-processing functions #259

Open cgrandin opened 4 months ago

cgrandin commented 4 months ago

The fix_envs() function is too long, and hard to debug now. At some point soon it should be broken up into multiple post-processing functions to aid in debugging and for isolation purposes.