-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNAMESPACE
35 lines (34 loc) · 924 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(exposure)
export(exposure_times)
export(extract_climate_data)
export(get_niche_limits)
export(prepare_range)
importFrom(dplyr,across)
importFrom(dplyr,case_when)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,relocate)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(exactextractr,exact_extract)
importFrom(furrr,future_map)
importFrom(future,availableCores)
importFrom(future,plan)
importFrom(magrittr,"%>%")
importFrom(parallel,clusterEvalQ)
importFrom(parallel,clusterExport)
importFrom(parallel,makeCluster)
importFrom(pbapply,pbapply)
importFrom(purrr,discard)
importFrom(purrr,possibly)
importFrom(sf,st_geometry)
importFrom(sf,st_intersects)
importFrom(stats,na.omit)
importFrom(stats,sd)
importFrom(terra,project)
importFrom(terra,rotate)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)