Updated Standalone Quarto site example:
-
Replaced
stopifnot()
in import data validation check with warnings to review validation results -
Added 'typical' losses in Forecast section using the geometric mean
-
Added percentage of years with no losses to the Forecast section
-
Loss Exceedance Curves now use a
log10
scale to improve readability
Added new functions:
-
gmean()
: calculate the geometric mean -
check_validation()
: raise warnings if there were issues with data validation
Other updates:
-
Updated Template to match Standalone site example
-
Add rendered standalone report sample to online documentation