generated from rpkgs/rpkg.template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
45 lines (44 loc) · 1.02 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
# Generated by roxygen2: do not edit by hand
export(GOF)
export(PML)
export(PML_calib)
export(PML_goal)
export(PML_gof)
export(PML_predict)
export(PML_region)
export(add_ETsum)
export(get_Rn)
export(get_VPD)
export(get_lambda)
export(param0_PML)
export(parameters_2GEE)
export(parameters_2R)
export(tidy_forcing_flux)
import(crayon)
import(magrittr)
import(nctools)
import(rtrend)
importFrom(data.table,as.data.table)
importFrom(data.table,data.table)
importFrom(data.table,fread)
importFrom(data.table,fwrite)
importFrom(data.table,year)
importFrom(dplyr,across)
importFrom(dplyr,as_tibble)
importFrom(dplyr,mutate)
importFrom(hydroTools,GOF)
importFrom(hydroTools,W2mm)
importFrom(hydroTools,cal_U2)
importFrom(hydroTools,cal_es)
importFrom(hydroTools,cal_lambda)
importFrom(hydroTools,cal_slope)
importFrom(lubridate,yday)
importFrom(lubridate,ymd)
importFrom(purrr,map)
importFrom(stats,setNames)
importFrom(terra,as.array)
importFrom(terra,ext)
importFrom(terra,mask)
importFrom(terra,rast)
importFrom(terra,time)
importFrom(utils,str)