-
Notifications
You must be signed in to change notification settings - Fork 7
/
NAMESPACE
31 lines (30 loc) · 830 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
# Generated by roxygen2: do not edit by hand
export(get_bocinsky2016)
export(paleocar)
export(paleocar_models)
export(paleocar_models_simple)
export(predict_paleocar_models)
export(uncertainty_paleocar_models)
importFrom(broom,tidy)
importFrom(care,carscore)
importFrom(data.table,":=")
importFrom(data.table,data.table)
importFrom(data.table,setcolorder)
importFrom(data.table,setkey)
importFrom(data.table,setnames)
importFrom(foreach,"%do%")
importFrom(forecast,CV)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(matrixStats,rowSds)
importFrom(purrr,map)
importFrom(raster,ncell)
importFrom(raster,nlayers)
importFrom(stats,complete.cases)
importFrom(stats,deviance)
importFrom(stats,hatvalues)
importFrom(stats,lm)
importFrom(stats,sd)
importFrom(utils,head)
importFrom(utils,tail)
importFrom(zoo,na.locf)