kwb.heatsine 0.1.5 2020-10-19
-
Run
usethis::use_latest_dependencies()
-
Add project Smart-Control as
funder
. -
Improve documentation
kwb.heatsine 0.1.4 2020-10-09
-
Add
run_optimisation()
(new wrapper function for sinus optimisation). Use explained in article Wrapper -
get_predictions()
: add "residuals" as output of list element "data"
kwb.heatsine 0.1.3 2020-06-30
-
Fix version (last release still had "development" version 0.1.1.9000)
-
Tutorial vignette
-
Add section
sessioninfo::session_info()
for reproducibility (see: https://kwb-r.github.io/kwb.heatsine/articles/tutorial.html#session-info)
-
plot_prediction_interactive()
: re-addggplot2::theme_bw()
(https://github.com/KWB-R/kwb.heatsine/commit/d7cd6e4988704d16f393e661353dab57e19f9368)
kwb.heatsine 0.1.2 2020-06-30
First "official" release after KWB internal review by @chsprenger
- Tutorial:
added section
background
for sinus fit calculation (see: https://kwb-r.github.io/kwb.heatsine/articles/tutorial.html#background)
kwb.heatsine 0.1.1 2020-06-29
Added the following features as requested by @chsprenger
-
Tutorial vignette: do not use monitoring label in title
-
Modified
plot_prediction_interactive()
-
Use
ggplot2::geom_point()
instead ofggplot2::geom_vline()
for plotting special (min, max, turning-points) -
Unable to add
prediction interval
in legend due to missing functionality in function used for interactive plottingplotly::ggplotly()
(see issue described here: plotly/plotly.R#1164)
-
kwb.heatsine 0.1.0 2020-06-29
- First beta-release for internal review by @chsprenger
-
Added a
NEWS.md
file to track changes to the package. -
see https://style.tidyverse.org/news.html for writing a good
NEWS.md