-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
57 lines (56 loc) · 1.5 KB
/
NAMESPACE
File metadata and controls
57 lines (56 loc) · 1.5 KB
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
47
48
49
50
51
52
53
54
55
56
57
# Generated by roxygen2: do not edit by hand
export(assess_bathing_quality_eu)
export(build_model)
export(build_new_model)
export(choose_model)
export(correlation_scatterplot)
export(correlation_values)
export(create_formula)
export(get_latest_season)
export(get_mpn_ci)
export(get_newdata)
export(get_paths)
export(import_riverdata)
export(plot_data_overview)
export(plot_hygiene_overview)
export(plot_predicted_quality)
export(plot_q_overview)
export(plot_rain_overview)
export(plot_stan_model)
export(predict_quality)
export(print_latest)
export(process_model_riverdata)
export(readTableData)
export(river_model_prediction)
export(search_existing_models)
export(unroll_lagdays)
export(unroll_physical_data)
import(ggplot2)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,contains)
importFrom(dplyr,ends_with)
importFrom(dplyr,group_by)
importFrom(dplyr,lag)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,starts_with)
importFrom(dplyr,summarise)
importFrom(dplyr,summarise_)
importFrom(kwb.utils,desktop)
importFrom(kwb.utils,readDictionary)
importFrom(kwb.utils,removeColumns)
importFrom(kwb.utils,resolve)
importFrom(kwb.utils,safePath)
importFrom(lubridate,as_date)
importFrom(lubridate,month)
importFrom(lubridate,yday)
importFrom(lubridate,year)
importFrom(readr,read_csv)
importFrom(rlang,.data)
importFrom(rstanarm,R2)
importFrom(rstanarm,posterior_linpred)
importFrom(rstanarm,posterior_predict)
importFrom(rstanarm,stan_lm)
importFrom(tibble,tibble)
importFrom(tidyr,gather)