-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathNAMESPACE
More file actions
67 lines (66 loc) · 1.71 KB
/
NAMESPACE
File metadata and controls
67 lines (66 loc) · 1.71 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
# Generated by roxygen2: do not edit by hand
export(ISCN3)
export(ISCN3_3)
export(ISCN4)
export(ISCN5)
export(formatLongTable)
export(makeKeys)
export(plotISCN3)
export(readBuell2011)
export(readCPEAT)
export(readCanandaUplandForest2018)
export(readISRaD)
export(readKane2004)
export(readKeyedData)
export(readMyersSmith2005)
export(readSchuur2009)
export(readUSGSHarden2008)
import(data.table)
import(dplyr)
import(magrittr)
importFrom(assertthat,assert_that)
importFrom(data.table,melt.data.table)
importFrom(data.table,rbindlist)
importFrom(data.table,setcolorder)
importFrom(devtools,install_github)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,intersect)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,mutate_at)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(dplyr,select_if)
importFrom(dplyr,ungroup)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_cartesian)
importFrom(ggplot2,coord_fixed)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_polygon)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,map_data)
importFrom(ggplot2,theme_set)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(knitr,kable)
importFrom(lubridate,as_date)
importFrom(lubridate,decimal_date)
importFrom(lubridate,mdy)
importFrom(lubridate,ymd)
importFrom(readr,read_csv)
importFrom(readr,read_delim)
importFrom(readr,read_tsv)
importFrom(readr,write_csv)
importFrom(readxl,excel_sheets)
importFrom(readxl,read_excel)
importFrom(tibble,tibble)
importFrom(tidyr,fill)
importFrom(tidyr,pivot_longer)
importFrom(utils,download.file)
importFrom(vroom,vroom)