Releases: KWB-R/kwb.heatsine
kwb.heatsine (v0.1.5): R Package for Calculating Hydraulic Travel Times Based on Sinus Temperature Fitting
kwb heatsine 0.1.4
kwb.heatsine 0.1.3
-
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()(d7cd6e4)
kwb.heatsine 0.1.2
First "official" release after KWB internal review by @chsprenger
CHANGELOG:
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
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 intervalin 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
First beta-release for internal testing and QA