AquaBEHER 1.4.0
🆕 Added
-
🛠 Parameter Validation: An improved and more robust version of the
parameter validation checks, along with additional data quality and
validation checks for theseasFcstQBR
function.-
🔍 Input Validation: Checks added for
hisYearStart
,
hisYearEnd
, and the structure ofseasRain
andhisWSCvar
. -
❓ Null and Missing Checks: Added
is.null
andis.na
checks
forrainTerc
and key data columns. -
⚠ Unrealistic Data Warning: Warnings for unrealistic
hisWSCvar
values (e.g., values outside 0-365 days) and negative rainfall
values. -
📅 Year Filtering: Ensures
seasRain
andhisWSC
match on
years after filtering.
-
-
🧪 Testing Structure: Established testing structure using
testthat
for theseasFcstQBR
function. -
📖 Documentation: Added a Seasonal Forecast section to the
vignette.
🔄 Changed
-
📚 Documentation: Improved documentation for
seasFcstQBR
. -
🔄 Function Name: Changed the function name from
seasFcst
to
seasFcstQBR
. -
📝 DESCRIPTION File: Edited the DESCRIPTION file as directed by
CRAN.