-
Notifications
You must be signed in to change notification settings - Fork 6
/
NAMESPACE
65 lines (64 loc) · 1.62 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
# Generated by roxygen2: do not edit by hand
S3method(augment,ycevo)
S3method(autoplot,ycevo)
export(augment)
export(autoplot)
export(estimate_yield)
export(generate_yield)
export(get_yield_at)
export(get_yield_at_vec)
export(vis_kernel)
export(ycevo)
export(ycevo_data)
importClassesFrom(Matrix,dgCMatrix)
importFrom(Matrix,colSums)
importFrom(Matrix,rowSums)
importFrom(Matrix,sparseMatrix)
importFrom(Matrix,t)
importFrom(Rcpp,evalCpp)
importFrom(Rcpp,sourceCpp)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,any_of)
importFrom(dplyr,arrange)
importFrom(dplyr,case_when)
importFrom(dplyr,distinct)
importFrom(dplyr,ends_with)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,rename_with)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,ungroup)
importFrom(generics,augment)
importFrom(ggplot2,aes)
importFrom(ggplot2,autoplot)
importFrom(ggplot2,expansion)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,xlab)
importFrom(lubridate,"day<-")
importFrom(lubridate,day)
importFrom(lubridate,days)
importFrom(lubridate,month)
importFrom(lubridate,wday)
importFrom(lubridate,years)
importFrom(lubridate,ymd)
importFrom(rlang,"!!")
importFrom(rlang,"%||%")
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,.env)
importFrom(rlang,enexpr)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(stats,runif)
importFrom(tibble,tibble)
importFrom(tidyr,unnest)
useDynLib(ycevo)