-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathNAMESPACE
103 lines (102 loc) · 2.56 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(TROLL.version)
export(autogif)
export(generate_climate)
export(generate_lidar)
export(generate_parameters)
export(get_chm)
export(get_forest)
export(get_log)
export(load_output)
export(load_sim)
export(load_stack)
export(stack)
export(troll)
export(trollCpp)
export(trollsim)
export(trollstack)
export(update_parameters)
exportClasses(trollsim)
exportClasses(trollstack)
exportMethods(autoplot)
exportMethods(get_chm)
exportMethods(get_forest)
exportMethods(get_log)
exportMethods(load_sim)
exportMethods(print)
exportMethods(show)
exportMethods(summary)
exportMethods(update_parameters)
import(ggplot2)
import(methods)
import(viridis)
importFrom(Rcpp,sourceCpp)
importFrom(doParallel,registerDoParallel)
importFrom(doSNOW,registerDoSNOW)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,do)
importFrom(dplyr,filter)
importFrom(dplyr,funs)
importFrom(dplyr,group_by)
importFrom(dplyr,lag)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,mutate_at)
importFrom(dplyr,n)
importFrom(dplyr,recode)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(gganimate,transition_time)
importFrom(iterators,icount)
importFrom(lidR,LAS)
importFrom(lidR,p2r)
importFrom(lidR,rasterize_canopy)
importFrom(lidR,readLAS)
importFrom(lubridate,as_date)
importFrom(lubridate,as_datetime)
importFrom(lubridate,days_in_month)
importFrom(lubridate,force_tz)
importFrom(lubridate,hms)
importFrom(lubridate,hour)
importFrom(lubridate,month)
importFrom(lubridate,year)
importFrom(magrittr,"%>%")
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
importFrom(readr,cols)
importFrom(readr,read_file)
importFrom(readr,read_tsv)
importFrom(readr,write_tsv)
importFrom(reshape2,dcast)
importFrom(reshape2,melt)
importFrom(stats,decompose)
importFrom(stats,spline)
importFrom(stats,ts)
importFrom(sys,exec_wait)
importFrom(terra,as.data.frame)
importFrom(terra,extract)
importFrom(terra,focal)
importFrom(terra,rast)
importFrom(terra,time)
importFrom(tibble,rownames_to_column)
importFrom(tidyr,gather)
importFrom(tidyr,nest)
importFrom(tidyr,separate)
importFrom(tidyr,spread)
importFrom(tidyr,unnest)
importFrom(utils,capture.output)
importFrom(utils,data)
importFrom(utils,setTxtProgressBar)
importFrom(utils,timestamp)
importFrom(utils,txtProgressBar)
importFrom(vroom,vroom)
useDynLib(rcontroll, .registration = TRUE)