-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
37 lines (36 loc) · 940 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(biomass_calculation)
export(calculate_differences)
export(clean_plotting)
export(combineOutputs)
export(compare_scenario)
export(energy_requirement)
export(feed_quality)
export(ghg_emission)
export(land_productivity)
export(land_requirement)
export(n_balance)
export(season_length)
export(soil_health)
export(soil_organic_carbon)
export(water_requirement)
importFrom(dplyr,"%>%")
importFrom(dplyr,bind_rows)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_at)
importFrom(dplyr,mutate_if)
importFrom(dplyr,na_if)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(jsonlite,toJSON)
importFrom(openxlsx,write.xlsx)
importFrom(stringr,str_detect)
importFrom(tidyr,gather)
importFrom(tidyr,spread)
importFrom(tidyr,unnest)
importFrom(utils,de)