Several function examples fail when invoked via the Help tab's "Run examples" link because they reference variables defined outside the example block. Additionally, the conceptual realization vignette fails to build.
Failing examples
mod_puls_routing() — scaled_hydrograph not found
rfaR() — peakStages not found
scale_hydrograph() — cc_inflowhydro_15min and cc_inflowhydro_6hr not found
Fix by making each example self-contained, following the standard pipeline:
jmd_hydro_jun1965_15min → hydrograph_setup() → scale_hydrograph() → mod_puls_routing().
Failing vignette
rfaR-Realization-Conceptual.Rmd — theme_rfar_conceptual not found. Likely a missing library(rfaR) call in the vignette setup chunk, or a namespace issue.
Feedback source
Raised by Sadie.
Several function examples fail when invoked via the Help tab's "Run examples" link because they reference variables defined outside the example block. Additionally, the conceptual realization vignette fails to build.
Failing examples
mod_puls_routing()—scaled_hydrographnot foundrfaR()—peakStagesnot foundscale_hydrograph()—cc_inflowhydro_15minandcc_inflowhydro_6hrnot foundFix by making each example self-contained, following the standard pipeline:
jmd_hydro_jun1965_15min→hydrograph_setup()→scale_hydrograph()→mod_puls_routing().Failing vignette
rfaR-Realization-Conceptual.Rmd—theme_rfar_conceptualnot found. Likely a missinglibrary(rfaR)call in the vignette setup chunk, or a namespace issue.Feedback source
Raised by Sadie.