-
Notifications
You must be signed in to change notification settings - Fork 17
/
NAMESPACE
137 lines (136 loc) · 3.43 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
# Generated by roxygen2: do not edit by hand
S3method(as_DSSAT_tbl,default)
S3method(as_DSSAT_tbl,spec_tbl_df)
S3method(mutate,DSSAT_tbl)
S3method(write_dssbatch,data.frame)
S3method(write_dssbatch,default)
S3method(write_dssbatch,tbl_df)
export(add_col_widths)
export(add_v_fmt)
export(as_DSSAT_tbl)
export(calc_AMP)
export(calc_TAV)
export(clear_output)
export(convert_to_date)
export(mutate_cond)
export(name_to_regex)
export(read_casupro_eco)
export(read_cul)
export(read_dssat)
export(read_dssbatch)
export(read_eco)
export(read_filea)
export(read_filet)
export(read_filex)
export(read_output)
export(read_pest)
export(read_soil_profile)
export(read_sol)
export(read_tier)
export(read_tier_data)
export(read_wth)
export(run_dssat)
export(write_casupro_eco)
export(write_cul)
export(write_dssbatch)
export(write_eco)
export(write_filea)
export(write_filet)
export(write_filex)
export(write_sol)
export(write_tier)
export(write_wth)
importFrom(dplyr,"%>%")
importFrom(dplyr,any_vars)
importFrom(dplyr,arrange)
importFrom(dplyr,arrange_at)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,contains)
importFrom(dplyr,do)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,filter_all)
importFrom(dplyr,filter_at)
importFrom(dplyr,first)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,group_by_at)
importFrom(dplyr,group_vars)
importFrom(dplyr,if_else)
importFrom(dplyr,last)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_at)
importFrom(dplyr,mutate_if)
importFrom(dplyr,one_of)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,rename_all)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,select_if)
importFrom(dplyr,summarize)
importFrom(dplyr,summarize_all)
importFrom(dplyr,summarize_at)
importFrom(dplyr,tibble)
importFrom(dplyr,ungroup)
importFrom(dplyr,vars)
importFrom(glue,glue_data)
importFrom(lubridate,is.POSIXct)
importFrom(lubridate,month)
importFrom(lubridate,years)
importFrom(magrittr,"%>%")
importFrom(methods,as)
importFrom(methods,show)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,map_lgl)
importFrom(purrr,pmap)
importFrom(purrr,reduce)
importFrom(readr,col_character)
importFrom(readr,col_double)
importFrom(readr,cols)
importFrom(readr,fwf_positions)
importFrom(readr,read_csv)
importFrom(readr,read_fwf)
importFrom(readr,read_table)
importFrom(rlang,"!!!")
importFrom(rlang,'!!!')
importFrom(rlang,.data)
importFrom(rlang,as_label)
importFrom(rlang,get_expr)
importFrom(rlang,parse_expr)
importFrom(rlang,quos)
importFrom(rlang,set_expr)
importFrom(rlang,sym)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stringr,"str_sub<-")
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_length)
importFrom(stringr,str_locate)
importFrom(stringr,str_locate_all)
importFrom(stringr,str_remove)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_sub)
importFrom(stringr,str_subset)
importFrom(stringr,str_which)
importFrom(tibble,tibble)
importFrom(tidyr,crossing)
importFrom(tidyr,replace_na)
importFrom(tidyr,unnest)
importFrom(tidyselect,all_of)
importFrom(utils,capture.output)
importFrom(utils,citation)
importFrom(utils,head)
importFrom(utils,read.csv)
importFrom(utils,tail)
importFrom(utils,type.convert)