Skip to content

AquaBEHER 1.4.0

Latest
Compare
Choose a tag to compare
@RobelTakele RobelTakele released this 25 Sep 15:57
· 15 commits to master since this release

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 seasFcstQBR function.

    • 🔍 Input Validation: Checks added for hisYearStart,
      hisYearEnd, and the structure of seasRain and hisWSCvar.

    • ❓ Null and Missing Checks: Added is.null and is.na checks
      for rainTerc 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 and hisWSC match on
      years after filtering.

  • 🧪 Testing Structure: Established testing structure using
    testthat for the seasFcstQBR 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.