-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
44 lines (43 loc) · 1.14 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(convert_parameters_to_release_harmonic)
export(convert_parameters_to_targets)
export(extrapolate_targets_to_GRanD)
export(find_closest_dam)
export(fit_release_function)
export(fit_targets)
export(read_GRanD_HUC8)
export(read_reservoir_attributes)
export(read_reservoir_data)
importFrom(clisymbols,symbol)
importFrom(crayon,blue)
importFrom(crayon,green)
importFrom(crayon,red)
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,count)
importFrom(dplyr,filter)
importFrom(dplyr,first)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,last)
importFrom(dplyr,lead)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(lubridate,epiweek)
importFrom(lubridate,year)
importFrom(magrittr,"%>%")
importFrom(nloptr,nloptr)
importFrom(purrr,map_dfr)
importFrom(readr,cols)
importFrom(readr,read_csv)
importFrom(sf,st_read)
importFrom(sp,spDistsN1)
importFrom(tibble,tibble)