-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
101 lines (100 loc) · 2.95 KB
/
NAMESPACE
File metadata and controls
101 lines (100 loc) · 2.95 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
# Generated by roxygen2: do not edit by hand
export("%>%")
export(add_overflow_events_and_waterbalance)
export(find_single_param_variations)
export(get_simulation_results_all)
export(get_simulation_results_optim)
export(get_simulation_results_optim_parallel)
export(h5_ensure_dataset)
export(h5_ensure_datasets_from_values)
export(h5_read_values)
export(h5_validate_write)
export(h5_write_values)
export(list_h5_datasets)
export(plot_hpond_vs_ref)
export(plot_main_effects)
export(plot_valid_design_space)
export(plot_wb_tradeoff_overflows)
export(read_hdf5_connections)
export(read_hdf5_scalars)
export(read_hdf5_timeseries)
export(read_raindrop_errors)
export(run_model)
export(run_scenarios)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,n_distinct)
importFrom(dplyr,pull)
importFrom(dplyr,relocate)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,transmute)
importFrom(dplyr,ungroup)
importFrom(forcats,fct_reorder)
importFrom(fs,dir_create)
importFrom(fs,file_copy)
importFrom(fs,file_exists)
importFrom(fs,path_abs)
importFrom(future,multisession)
importFrom(future,plan)
importFrom(future,sequential)
importFrom(future.apply,future_lapply)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_cartesian)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_jitter)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_violin)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,position_identity)
importFrom(ggplot2,position_jitter)
importFrom(ggplot2,scale_alpha_identity)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_colour_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,scale_y_discrete)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme_minimal)
importFrom(grDevices,colorRampPalette)
importFrom(hdf5r,H5File)
importFrom(kwb.event,hsEvents)
importFrom(kwb.utils,catAndRun)
importFrom(kwb.utils,resolve)
importFrom(lubridate,as_datetime)
importFrom(magrittr,"%>%")
importFrom(parallel,detectCores)
importFrom(progressr,handler_cli)
importFrom(progressr,handler_rstudio)
importFrom(progressr,handler_txtprogressbar)
importFrom(progressr,handlers)
importFrom(progressr,progressor)
importFrom(progressr,with_progress)
importFrom(purrr,map_chr)
importFrom(purrr,map_dfr)
importFrom(rlang,.data)
importFrom(stats,median)
importFrom(stats,setNames)
importFrom(stringr,str_c)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)