Changes in version 0.1.5 - Run usethis::use_latest_dependencies() - Add project Smart-Control as funder. - Improve documentation Changes in version 0.1.4 - Add run_optimisation() (new wrapper function for sinus optimisation). Use explained in article Wrapper - get_predictions(): add "residuals" as output of list element "data" Changes in version 0.1.3 - Fix version (last release still had "development" version 0.1.1.9000) - Tutorial vignette - Fix typo (https://github.com/KWB-R/kwb.heatsine/commit/85981741ce9c62314d728d50992b21626b8432a0#diff-a28523db019dca3cb3eaab6cda57fe4d) - Add section sessioninfo::session_info() for reproducibility (see: https://kwb-r.github.io/kwb.heatsine/articles/tutorial.html#session-info) - plot_prediction_interactive(): re-add ggplot2::theme_bw() (https://github.com/KWB-R/kwb.heatsine/commit/d7cd6e4988704d16f393e661353dab57e19f9368) Changes in version 0.1.2 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) Changes in version 0.1.1 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 of ggplot2::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 plotting plotly::ggplotly() (see issue described here: https://github.com/ropensci/plotly/issues/1164) Changes in version 0.1.0 - First beta-release for internal review by @chsprenger Changes in version 0.0.0.9000 - Added a NEWS.md file to track changes to the package. - see https://style.tidyverse.org/news.html for writing a good NEWS.md