-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
46 lines (45 loc) · 1.21 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Generated by roxygen2: do not edit by hand
export("%>%")
export(extdata_file)
export(get_predictions)
export(get_tidy_traveltimes)
export(get_travel_time)
export(load_temperature_from_csv)
export(opt_func)
export(optimise_sinus_fixedPeriod)
export(optimise_sinus_variablePeriod)
export(plot_prediction_interactive)
export(plot_temperature_interactive)
export(run_optimisation)
export(select_timeperiod)
import(ggplot2)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,enquo)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,right_join)
importFrom(dplyr,select)
importFrom(forcats,fct_rev)
importFrom(hydroGOF,gof)
importFrom(kwb.utils,asNoFactorDataFrame)
importFrom(kwb.utils,safePath)
importFrom(lubridate,ymd)
importFrom(magrittr,"%>%")
importFrom(plotly,ggplotly)
importFrom(readr,read_csv)
importFrom(rlang,.data)
importFrom(stats,coef)
importFrom(stats,lm)
importFrom(stats,optimise)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stringr,str_split_fixed)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,gather)
importFrom(tidyr,spread)