- New
reshape_soilproperties_to_long()
andreshape_soilproperties_to_wide()
reshape data frames containing soil properties between wide and (semi-) long formats. - Linting updated to
lintr
>= 3 and lint workflow switched from package tests to Github Action (#8). - Github Actions are triggered for
release/**
branches in addition tomain
.
calc_BareSoilEvapCoefs()
now works correctly for shallow soil profiles even if inputs include missing depth (but they must not be intermixed with real depth values)
calc_BareSoilEvapCoefs()
can now work with soils with different soil depth profiles; correctly works in edge cases including one soil layer or one site; improved passing bad sites through; and consider soil texture of layers withindepth_max_bs_evap_cm
.
impute_soils()
imputes now independently of order of sites and soil layers.
- Initial release.