Changelog
Source:NEWS.md
kwb.qmra 0.3.1 2022-06-08
- Harmonise with kwb.pkgbuild
kwb.qmra 0.3.0 2021-02-23
Adaptions for project Smart-Control:
Added stats summary outputs to
risk
output list (i.e.stats_total
andstats_logreductions
)Added wrapper functions for OpenCPU (kwb.qmra::opencpu_config_read, kwb.qmra::opencpu_simulate_risk) and example JSON datasets based on dummy config (
config_json
and `risk_json)Fixes: fix deprecation warning for
dplyr::tbl_df()
by replacing withdplyr::as_tibble()
Continuous integration: moved to
github-actions
(instead oftravis-ci
andappveyor
)
kwb.qmra 0.2.0 2019-07-19
Improvements of the R package (originally developed within the EU project DEMOWARE) made within the EU project AquaNES:
Test: add vignette test_random_distributions_inflow.Rmd for testing random distrution functions with inflow data (using data stored in qmra.db R package) (#21, (#24))
Delete “docs” folder (documentation auto-build on gh-pages branch) (#19)
fix bug due to dplyr update (0.7.8 -> 0.8.0.1) (#18)
create_random_distribution: “norm/log10_norm” ("percentile under min/max as variable) (#17)
create_random_distribution: “lognorm” (fix to avoid NaN) (#16))
create_random_distribution()
add log10_norm (#14) distribution together with new vignetteusage_log10_norm.Rmd
and rename loguniform to log10_uniformcreate_random_distribution()
add loguniform distribution together with new vignetteusage_loguniform.Rmd
(#23)bugfix:
distribution_repeater()
, works now if number_of_events == 1 (#22)
For more details of the changes see also Milestone: v0.2.0