The goal of MikeZeroTools is to ...
devtools::install_github("LimnoTech/MikeZeroTools")
This is a basic example which shows you how to solve a common problem:
library(MikeZeroTools)
## basic example code
log <- read_log("TEST_20200127_FBO_4B_Reg1560_75.2_2cmWet_StabilityRefinement_v1.log")
cfl_warnings <- extract_CFL_warnings(log)
cfl_stats <- extract_CFL_stats(cfl_warnings)