forked from fairagro/csmTools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
164 lines (163 loc) · 4.36 KB
/
NAMESPACE
File metadata and controls
164 lines (163 loc) · 4.36 KB
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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
# Generated by roxygen2: do not edit by hand
export(add_cultivar)
export(add_management)
export(add_treatment)
export(assemble_dataset)
export(build_simulation_files)
export(calcSowingSeason)
export(calculate_initial_layers)
export(calibrate)
export(check_consecutive_treatment_blocks)
export(check_glue_files)
export(check_template_version)
export(check_weather_coverage)
export(convert_dataset)
export(count_per_year)
export(delete_ogc_iot)
export(disable_stress)
export(estimate_phenology)
export(fetch_template)
export(flag_missing_weather)
export(format_dssat_sections)
export(get_cdata)
export(get_dataset_varkeys)
export(get_dssat_terms)
export(get_field_data)
export(get_icasa)
export(get_jkeys)
export(get_kc_token)
export(get_leaf_ids)
export(get_parents)
export(get_pkeys)
export(get_sensor_data)
export(get_soil_profile)
export(get_soil_texture)
export(get_tbl)
export(get_template_version)
export(get_varkey)
export(get_weather_data)
export(icasa_long_to_short)
export(identify_exp_attributes)
export(identify_exp_design)
export(identify_production_season)
export(is_crop_like)
export(is_treatment_like)
export(is_unique_id)
export(lookup_gs_dates)
export(lookup_keys)
export(map_icasa_headers)
export(normalize_soil_profile)
export(patch_ogc_iot)
export(post_ogc_iot)
export(read_exp_data)
export(read_json_dataset)
export(read_metadata)
export(remap)
export(run_simulations)
export(split_dataset)
export(write_gluectrl)
export(write_json_dataset)
importFrom(DSSAT,as_DSSAT_tbl)
importFrom(DSSAT,read_filex)
importFrom(DSSAT,read_output)
importFrom(DSSAT,read_sol)
importFrom(DSSAT,run_dssat)
importFrom(DSSAT,write_dssbatch)
importFrom(cropCalendars,calcCropCalendars)
importFrom(cropCalendars,calcHarvestDate)
importFrom(cropCalendars,calcHarvestDateVector)
importFrom(cropCalendars,calcHarvestRule)
importFrom(cropCalendars,calcMonthlyClimate)
importFrom(cropCalendars,calcSeasonality)
importFrom(cropCalendars,getCropParam)
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,anti_join)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,coalesce)
importFrom(dplyr,cur_group_id)
importFrom(dplyr,distinct)
importFrom(dplyr,ends_with)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_at)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,rename_with)
importFrom(dplyr,right_join)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,slice_max)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(dplyr,vars)
importFrom(dplyr,where)
importFrom(ggplot2,aes)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_path)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,theme_bw)
importFrom(glue,glue_data)
importFrom(httr,DELETE)
importFrom(httr,PATCH)
importFrom(httr,POST)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(httr,verbose)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(jsonlite,write_json)
importFrom(lubridate,is.Date)
importFrom(lubridate,leap_year)
importFrom(lubridate,month)
importFrom(lubridate,parse_date_time)
importFrom(lubridate,yday)
importFrom(lubridate,year)
importFrom(lubridate,ymd)
importFrom(lubridate,ymd_hms)
importFrom(magrittr,"%>%")
importFrom(nasapower,get_power)
importFrom(openxlsx2,wb_get_sheet_names)
importFrom(openxlsx2,wb_load)
importFrom(openxlsx2,wb_read)
importFrom(openxlsx2,wb_to_df)
importFrom(purrr,compact)
importFrom(purrr,keep)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,reduce)
importFrom(rlang,"!!")
importFrom(rlang,":=")
importFrom(rlang,sym)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(tibble,add_row)
importFrom(tibble,as_tibble)
importFrom(tibble,is_tibble)
importFrom(tibble,tibble)
importFrom(tidygeocoder,reverse_geocode)
importFrom(tidyr,everything)
importFrom(tidyr,gather)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,replace_na)
importFrom(tidyr,unnest)
importFrom(tidyselect,everything)
importFrom(tools,file_ext)
importFrom(tools,file_path_sans_ext)
importFrom(utils,modifyList)
importFrom(xml2,read_xml)
importFrom(xml2,xml_find_all)
importFrom(xml2,xml_find_first)
importFrom(xml2,xml_ns)
importFrom(xml2,xml_text)
importFrom(yaml,read_yaml)