-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
57 lines (56 loc) · 1.55 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
# Generated by roxygen2: do not edit by hand
export(generate_statistics)
export(open_vignette)
export(plot_measurement_data)
export(process_MC100_Chlorophyll)
export(process_PlantPen_NDVI_PRI)
export(setup_project_directory)
export(show_c)
export(show_w)
importFrom(crayon,black)
importFrom(crayon,green)
importFrom(crayon,red)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,bind_rows)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,first)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,rename_with)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_violin)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,theme_minimal)
importFrom(lubridate,as_date)
importFrom(openxlsx,addWorksheet)
importFrom(openxlsx,createWorkbook)
importFrom(openxlsx,getSheetNames)
importFrom(openxlsx,loadWorkbook)
importFrom(openxlsx,read.xlsx)
importFrom(openxlsx,saveWorkbook)
importFrom(openxlsx,writeData)
importFrom(plotly,ggplotly)
importFrom(purrr,map_chr)
importFrom(rlang,sym)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stringr,str_detect)
importFrom(stringr,str_split)
importFrom(tools,toTitleCase)
importFrom(utils,browseURL)
importFrom(utils,capture.output)
importFrom(utils,packageVersion)
importFrom(utils,read.csv)
importFrom(utils,read.table)