-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
92 lines (91 loc) · 2.49 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
# Generated by roxygen2: do not edit by hand
export(aspect_ratio_FB)
export(available_ECoF_releases)
export(body_depth_FB)
export(build_fish_taxonomy)
export(build_trait_table)
export(build_tree_from_taxonomy)
export(check_fish_names)
export(check_fish_names_FTOL)
export(create_comm_matrix)
export(elongation_FB)
export(load_fish_taxonomy)
export(lw_params_FB)
export(max_length_FB)
export(morphometric_traits_FB)
export(nutrients_FB)
export(trophic_level_FB)
export(validate_names_ECoF)
importFrom(RCurl,getURLContent)
importFrom(ape,as.phylo)
importFrom(cli,cli_abort)
importFrom(cli,cli_alert_danger)
importFrom(cli,cli_alert_info)
importFrom(cli,cli_inform)
importFrom(cli,cli_text)
importFrom(curl,has_internet)
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,any_of)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,collect)
importFrom(dplyr,distinct)
importFrom(dplyr,ends_with)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,pick)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,rename_with)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,starts_with)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(dplyr,where)
importFrom(fishtree,fishtree_taxonomy)
importFrom(magrittr,`%>%`)
importFrom(memoise,memoise)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,reduce)
importFrom(rfishbase,available_releases)
importFrom(rfishbase,ecology)
importFrom(rfishbase,estimate)
importFrom(rfishbase,load_taxa)
importFrom(rfishbase,morphometrics)
importFrom(rlang,.data)
importFrom(rlang,`!!!`)
importFrom(rlang,`:=`)
importFrom(rlang,arg_match)
importFrom(rlang,caller_arg)
importFrom(rlang,caller_env)
importFrom(rlang,is_character)
importFrom(rlang,is_double)
importFrom(rlang,is_function)
importFrom(rlang,is_list)
importFrom(rlang,is_logical)
importFrom(rlang,is_null)
importFrom(rlang,is_string)
importFrom(rlang,quos)
importFrom(rlang,set_names)
importFrom(stats,sd)
importFrom(stringdist,amatch)
importFrom(stringi,stri_extract_all_regex)
importFrom(stringi,stri_split)
importFrom(stringi,stri_sub)
importFrom(stringi,stri_trans_totitle)
importFrom(taxadb,clean_names)
importFrom(tibble,column_to_rownames)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,replace_na)
importFrom(tidyr,separate)
importFrom(utils,globalVariables)