forked from yuchuan-lai/scifi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
47 lines (46 loc) · 1.17 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
# Generated by roxygen2: do not edit by hand
export(GARIMA_fcast_daily)
export(citylist)
export(download)
export(fcast_annual)
export(fcast_annual_cl)
export(fcast_daily)
export(plot_annual)
export(plot_annual_cl)
export(plot_daily)
export(select)
import(Kendall)
import(dplyr)
import(extRemes)
import(forecast)
import(zoo)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,theme)
importFrom(gridExtra,grid.arrange)
importFrom(lubridate,day)
importFrom(lubridate,days_in_month)
importFrom(lubridate,month)
importFrom(lubridate,year)
importFrom(matrixStats,rowQuantiles)
importFrom(reshape2,dcast)
importFrom(reshape2,melt)
importFrom(stats,fitted)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,predict.lm)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,residuals)
importFrom(stats,shapiro.test)
importFrom(stats,ts)
importFrom(utils,read.csv)
importFrom(xts,apply.monthly)
importFrom(xts,apply.yearly)
importFrom(xts,xts)