-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
110 lines (109 loc) · 2.87 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
# Generated by roxygen2: do not edit by hand
export(bold.analyze.align)
export(bold.analyze.diversity)
export(bold.analyze.map)
export(bold.analyze.tree)
export(bold.apikey)
export(bold.data.summarize)
export(bold.export)
export(bold.fetch)
export(bold.fields.info)
export(bold.full.search)
export(bold.public.search)
import(dplyr)
importFrom(BAT,alpha.accum)
importFrom(BAT,beta)
importFrom(ape,add.scale.bar)
importFrom(ape,as.DNAbin)
importFrom(ape,base.freq)
importFrom(ape,dist.dna)
importFrom(ape,nj)
importFrom(ape,njs)
importFrom(ape,plot.phylo)
importFrom(ape,read.dna)
importFrom(ape,write.FASTA)
importFrom(ape,write.tree)
importFrom(data.table,fread)
importFrom(data.table,rbindlist)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,between)
importFrom(dplyr,bind_rows)
importFrom(dplyr,c_across)
importFrom(dplyr,case_when)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,if_all)
importFrom(dplyr,if_any)
importFrom(dplyr,matches)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,ungroup)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_sf)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_sf)
importFrom(ggplot2,geom_sf_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,labeller)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,sym)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme_classic)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(graphics,par)
importFrom(grid,unit)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(httr,http_error)
importFrom(httr,http_status)
importFrom(httr,upload_file)
importFrom(jsonlite,fromJSON)
importFrom(maps,map)
importFrom(reshape2,dcast)
importFrom(rnaturalearth,ne_countries)
importFrom(sf,st_as_sf)
importFrom(sf,st_as_sfc)
importFrom(sf,st_bbox)
importFrom(sf,st_crs)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_intersection)
importFrom(sf,st_intersects)
importFrom(sf,st_make_grid)
importFrom(sf,st_read)
importFrom(sf,st_set_crs)
importFrom(sf,st_sf)
importFrom(sf,st_simplify)
importFrom(sf,st_transform)
importFrom(skimr,partition)
importFrom(skimr,skim)
importFrom(skimr,skim_with)
importFrom(stats,as.formula)
importFrom(stats,fitted)
importFrom(stats,setNames)
importFrom(tidyr,all_of)
importFrom(tidyr,drop_na)
importFrom(tidyr,separate)
importFrom(tidyr,starts_with)
importFrom(tidyr,unite)
importFrom(utils,URLencode)
importFrom(utils,download.file)
importFrom(utils,read.delim)
importFrom(utils,write.table)
importFrom(vegan,diversity)
importFrom(vegan,prestondistr)