-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNAMESPACE
More file actions
30 lines (24 loc) · 944 Bytes
/
NAMESPACE
File metadata and controls
30 lines (24 loc) · 944 Bytes
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
exportPattern("^[^\\.]") #exports all variables that do not start with a period.
import(methods)
importFrom("grDevices", "dev.off", "pdf")
importFrom("graphics", "abline", "legend", "lines", "mtext", "plot")
importFrom("stats", "AIC", "IQR", "coef", "coefficients", "lm",
"median", "quantile", "resid", "residuals", "sd", "update",
"vcov","fitted")
importFrom("utils", "capture.output", "read.table", "tail")
importFrom(changepoint, cpt.mean)
importFrom(segmented, segmented, seg.control)
importFrom(nlme, gls, corAR1, gnls, glsControl, gnlsControl) # coef.corAR1
importFrom(tibble, tibble, as_tibble)
importFrom(rlang, sym, syms, UQ)
importFrom(jsonlite, fromJSON)
importFrom("utils", "unzip")
#import(ggplot2)
#importFrom(plyr, d_ply, dlply, ldply)
import(purrr)
import(dplyr)
import(tidyr) # nest, unnest
import(furrr) # plan, future_pmap
import(readr)
import(lubridate)
#importFrom(lazyeval, interp)