-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
161 lines (160 loc) · 4.4 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
# Generated by roxygen2: do not edit by hand
export(add_time_col)
export(append_predecessors)
export(assign_learner_cv)
export(attach_pred)
export(attach_xy)
export(calc_geos_strict)
export(calc_gmted_direct)
export(calc_narr2)
export(calculate)
export(convert_cv_index_rset)
export(feature_raw_download)
export(fit_base_learner)
export(fit_base_tune)
export(fit_meta_learner)
export(fl_dates)
export(generate_cv_index_sp)
export(generate_cv_index_spt)
export(generate_cv_index_ts)
export(impute_all)
export(inject_calculate)
export(inject_geos)
export(inject_gmted)
export(inject_match)
export(inject_modis_par)
export(inject_nlcd)
export(load_modis_files)
export(loadargs)
export(par_narr)
export(post_calc_autojoin)
export(post_calc_df_year_expand)
export(post_calc_merge_all)
export(post_calc_merge_features)
export(post_calc_unify_timecols)
export(post_calc_year_expand)
export(pred_colname)
export(predict_meta_learner)
export(process_geos_bulk)
export(process_narr2)
export(read_locs)
export(read_paths)
export(reduce_list)
export(reduce_merge)
export(set_args_calc)
export(set_args_download)
export(set_slurm_resource)
export(set_target_years)
export(split_dates)
export(switch_generate_cv_rset)
export(switch_model)
export(unmarshal_function)
export(vis_spt_rset)
importFrom(amadeus,calc_covariates)
importFrom(amadeus,calc_prepare_locs)
importFrom(amadeus,calc_temporal_dummies)
importFrom(amadeus,calc_worker)
importFrom(amadeus,check_for_null_parameters)
importFrom(amadeus,download_data)
importFrom(amadeus,download_sanitize_path)
importFrom(amadeus,generate_date_sequence)
importFrom(amadeus,process_aqs)
importFrom(amadeus,process_covariates)
importFrom(amadeus,process_gmted_codes)
importFrom(anticlust,balanced_clustering)
importFrom(collapse,fnth)
importFrom(collapse,fvar)
importFrom(collapse,join)
importFrom(collapse,replace_inf)
importFrom(collapse,replace_na)
importFrom(collapse,set_collapse)
importFrom(data.table,`:=`)
importFrom(data.table,as.data.table)
importFrom(data.table,copy)
importFrom(data.table,merge.data.table)
importFrom(data.table,rbindlist)
importFrom(data.table,setDTthreads)
importFrom(data.table,setnafill)
importFrom(dplyr,"%>%")
importFrom(dplyr,`%>%`)
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,rowwise)
importFrom(dplyr,slice_sample)
importFrom(dplyr,summarize)
importFrom(dplyr,ungroup)
importFrom(future,multicore)
importFrom(future,plan)
importFrom(future,sequential)
importFrom(future,tweak)
importFrom(future.apply,future_lapply)
importFrom(future.batchtools,batchtools_slurm)
importFrom(graphics,par)
importFrom(methods,getPackageName)
importFrom(methods,is)
importFrom(missRanger,missRanger)
importFrom(parsnip,boost_tree)
importFrom(parsnip,fit)
importFrom(parsnip,linear_reg)
importFrom(parsnip,mlp)
importFrom(parsnip,set_engine)
importFrom(parsnip,set_mode)
importFrom(qs,qread)
importFrom(qs,qsave)
importFrom(recipes,recipe)
importFrom(recipes,update_role)
importFrom(rlang,as_name)
importFrom(rlang,inject)
importFrom(rlang,quo_get_expr)
importFrom(rlang,sym)
importFrom(rsample,make_splits)
importFrom(rsample,manual_rset)
importFrom(rsample,vfold_cv)
importFrom(scatterplot3d,scatterplot3d)
importFrom(sf,st_as_sf)
importFrom(sf,st_coordinates)
importFrom(spatialsample,spatial_block_cv)
importFrom(stats,dist)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stringi,stri_replace_all_regex)
importFrom(targets,tar_resources)
importFrom(targets,tar_resources_future)
importFrom(terra,crs)
importFrom(terra,describe)
importFrom(terra,extract)
importFrom(terra,nlyr)
importFrom(terra,rast)
importFrom(terra,sds)
importFrom(terra,set.crs)
importFrom(terra,subset)
importFrom(terra,time)
importFrom(terra,varnames)
importFrom(terra,vect)
importFrom(tibble,tribble)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyselect,all_of)
importFrom(tigris,counties)
importFrom(tune,control_bayes)
importFrom(tune,control_grid)
importFrom(tune,fit_best)
importFrom(tune,select_best)
importFrom(tune,tune)
importFrom(tune,tune_bayes)
importFrom(tune,tune_grid)
importFrom(utils,combn)
importFrom(workflows,add_model)
importFrom(workflows,add_recipe)
importFrom(workflows,add_variables)
importFrom(workflows,workflow)
importFrom(yardstick,mae)
importFrom(yardstick,mape)
importFrom(yardstick,metric_set)
importFrom(yardstick,rmse)
importFrom(yardstick,rsq)