-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
117 lines (116 loc) · 3.08 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
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
# Generated by roxygen2: do not edit by hand
export(dir_spec)
export(eval_params)
export(find_UTM_zone)
export(get.list.dims)
export(get_ebird_obs_files)
export(longlat_to_UTM)
export(make_array)
export(make_base_grid)
export(make_base_grid_bbs)
export(make_bbs_spatial)
export(make_bundle)
export(make_ebird)
export(make_ebird_spatial)
export(make_gam)
export(make_inits_list)
export(make_mat)
export(make_model_data)
export(make_spatial_grid)
export(munge_col_names)
export(munge_date_time)
export(munge_ebird)
export(partition_ebird_events)
export(pluck_multiple)
export(run_nimble_model)
export(set.filenames)
export(set_mcmc_specs)
export(set_proj_shorthand)
export(standardize)
export(zerofill_ebird)
import(data.table)
importFrom(auk,auk_unique)
importFrom(bbsAssistant,munge_bbs_data)
importFrom(bit,chunk)
importFrom(data.table,fread)
importFrom(data.table,fwrite)
importFrom(data.table,haskey)
importFrom(data.table,setkey)
importFrom(data.table,yday)
importFrom(doParallel,registerDoParallel)
importFrom(doParallel,stopImplicitCluster)
importFrom(dplyr,across)
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_rows)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(fields,cover.design)
importFrom(fields,rdist)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(hms,as_hms)
importFrom(lubridate,as_date)
importFrom(lubridate,yday)
importFrom(lubridate,year)
importFrom(mgcv,jagam)
importFrom(nimble,buildMCMC)
importFrom(nimble,compileNimble)
importFrom(nimble,configureMCMC)
importFrom(nimble,nimbleModel)
importFrom(nimble,runMCMC)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,splitIndices)
importFrom(parallel,stopCluster)
importFrom(readr,col_character)
importFrom(readr,col_date)
importFrom(readr,col_double)
importFrom(readr,col_time)
importFrom(reshape2,acast)
importFrom(rnaturalearth,ne_states)
importFrom(sf,st_area)
importFrom(sf,st_as_sf)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_intersection)
importFrom(sf,st_length)
importFrom(sf,st_make_grid)
importFrom(sf,st_read)
importFrom(sf,st_transform)
importFrom(sp,CRS)
importFrom(sp,coordinates)
importFrom(sp,proj4string)
importFrom(sp,spTransform)
importFrom(spdep,nb2WB)
importFrom(spdep,poly2nb)
importFrom(stats,complete.cases)
importFrom(stats,na.omit)
importFrom(stats,sd)
importFrom(stringr,str_detect)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_sub)
importFrom(suncalc,getSunlightTimes)
importFrom(tibble,column_to_rownames)
importFrom(tidyr,expand)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,separate)
importFrom(units,drop_units)
importFrom(utils,browseURL)
importFrom(utils,memory.limit)
importFrom(utils,menu)
importFrom(utils,timestamp)
importFrom(utils,unzip)
importFrom(vroom,vroom)