idmc 0.3.1
- Fixed regex for extracting event_infoinidmc_get_data().
- Added link to the IDMC website in DESCRIPTION.
- Use newly available event_idto remove duplicates when
transforming IDMC event data into a daily time series.
idmc 0.3.0
- Fully removed deprecated functions idmc_rolling_sum()andidmc_flagging()to bring package to stable
release.
- Improved documentation to include examples that run if
IDMC_APIenvironment variable is available and clear return
values.
- Ensure vignette does not run if IDMC_APIenvironment
variable not available.
- Removed memoization functionality for API call to pass CRAN
checks.
- Initial release on CRAN.
idmc 0.2.0
- idmc_flagging()and- idmc_rolling_sum()deprecated as package focus pared back.
- idmc_rolling_sum()functionality for infilling and
extrapolation put into- idmc_transform_daily().
idmc 0.1.5
- Minimum thresholds increased in df_thresholds_minbased
on feedback from CERF
idmc 0.1.4
- idmc_flagging()adjusted to account for different
displacement types when generating- flag_totaland- flag_any.
idmc 0.1.3
- Implement pre-commit for development.
- Fix error in idmc_rolling_sum().
idmc 0.1.2
- Change idmc_rolling_sum()to not extrapolate pastSys.date()by default.
idmc 0.1.1
- Added a NEWS.mdfile to track changes to the
package.
- Uses lifecycle to
track package status.
- Implemented minimum thresholds for flagging in
df_thresholds_min.
idmc 0.1.0