Recent Releases of AquaBEHER
AquaBEHER - AquaBEHER 1.4.0
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 the
seasFcstQBRfunction.- ๐ Input Validation: Checks added for
hisYearStart,hisYearEnd, and the structure ofseasRainandhisWSCvar. - โ Null and Missing Checks: Added
is.nullandis.nachecks forrainTercand key data columns. - โ Unrealistic Data Warning: Warnings for unrealistic
hisWSCvarvalues (e.g., values outside 0-365 days) and negative rainfall values. - ๐
Year Filtering: Ensures
seasRainandhisWSCmatch on years after filtering.
- ๐ Input Validation: Checks added for
๐งช Testing Structure: Established testing structure using
testthatfor theseasFcstQBRfunction.๐ Documentation: Added a Seasonal Forecast section to the vignette.
๐ Changed
๐ Documentation: Improved documentation for
seasFcstQBR.๐ Function Name: Changed the function name from
seasFcsttoseasFcstQBR.๐ DESCRIPTION File: Edited the DESCRIPTION file as directed by CRAN.
- R
Published by RobelTakele almost 2 years ago
AquaBEHER - Version 1.2.0
[1.2.0] - 2024-09-09
Added
- Citation Information: Included citation details in
inst/CITATION. - CRAN Downloads Badge: Added a badge for CRAN downloads in the README.
- Data Quality Control: Introduced checks for data quality control and realistic values in water balance calculations.
- Testing Structure: Established a testing structure for the
calcWatBalandcalcSeasCalfunctions usingtestthat. - Parameter Validation: Enhanced and more robust parameter validation checks for the
calcSeasCalfunction, including: - Consistency Checks: Ensures all date-related columns (Year, Month, Day) are complete and free of NA values.
- Date Validation: Validates
onsetWind.start,onsetWind.end, andcessaWind.endas proper dates usinglubridate::is.Date(). - Range Validation: Ensures
R-indexvalues are between 0 and 1, andSoil Moisturevalues are non-negative. - Length Consistency: Confirms
R-indexandSoil Moisturehave the same length as the Year column. - soilWHC Validation: Checks that
soilWHCis a positive numeric value.
Changed
- Package Imports: Now imports functions from
terrainstead ofraster. - calcWatBal Function: Returns a list containing a dataframe and a list of warnings related to any unrealistic or adjusted values in the input data or parameters.
- Wet Season Calendar (WSC) Parameters: Improved criteria for characterizing WSC parameters.
- R
Published by RobelTakele almost 2 years ago
AquaBEHER - Version 1.0.0
[1.0.0] - 2024-09-04
Added
- Error Handling: Enhanced error handling and warnings for missing and unrealistic data.
- Consistency Check: Implemented checks to ensure that the maximum temperature is always greater than the minimum temperature.
- Documentation: Improved documentation for better clarity and completeness.
- Testing: Established a testing structure for the
calcEtofunction usingtestthat
- R
Published by RobelTakele almost 2 years ago