-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
42 lines (41 loc) · 1.04 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(add_biomass)
export(add_component_biomass)
export(add_equations)
export(add_species)
export(add_tropical_biomass)
export(add_wood_density)
export(allodb_cols)
export(convert_units)
export(default_eqn)
export(fix_units)
export(guess_dbh_unit)
export(model_height)
export(propagate_errors)
export(valid_units)
importFrom(dplyr,arrange)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(dplyr,ungroup)
importFrom(fgeo.tool,check_crucial_names)
importFrom(glue,glue)
importFrom(glue,glue_collapse)
importFrom(magrittr,"%>%")
importFrom(rlang,"%||%")
importFrom(rlang,abort)
importFrom(rlang,inform)
importFrom(rlang,warn)
importFrom(tidyselect,matches)
importFrom(usethis,ui_code)
importFrom(usethis,ui_done)
importFrom(usethis,ui_field)
importFrom(usethis,ui_info)
importFrom(usethis,ui_stop)
importFrom(usethis,ui_todo)
importFrom(usethis,ui_value)
importFrom(usethis,ui_warn)