-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
83 lines (82 loc) · 2.02 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
# Generated by roxygen2: do not edit by hand
export(calcAD)
export(calcAH)
export(calcCoolingCapacity)
export(calcCoolingPower)
export(calcDP)
export(calcEMC_wood)
export(calcEnthalpy)
export(calcFtoC)
export(calcHR)
export(calcLM)
export(calcMR)
export(calcMould_VTT)
export(calcMould_Zeng)
export(calcPI)
export(calcPw)
export(calcPws)
export(calcRH_AH)
export(calcRH_DP)
export(calcSH)
export(calcSensibleHeatRatio)
export(calcSensibleHeating)
export(calcTemp)
export(calcTotalHeating)
export(graph_TRH)
export(graph_psychrometric)
export(run_ConSciR_app)
export(run_Mould_app)
export(run_Psychrometric_app)
export(run_SilicaGel_app)
export(run_TRHbivariate_app)
export(run_TidyData_app)
export(shiny_dataUploadServer)
export(shiny_dataUploadUI)
export(tidy_Hanwell)
export(tidy_Meaco)
export(tidy_TRHdata)
import(shiny)
import(utils)
importFrom(dplyr,across)
importFrom(dplyr,arrange)
importFrom(dplyr,between)
importFrom(dplyr,case_when)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,rename_with)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(ggplot2,aes)
importFrom(ggplot2,annotate)
importFrom(ggplot2,coord_cartesian)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,lims)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,sec_axis)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(lubridate,floor_date)
importFrom(lubridate,parse_date_time)
importFrom(padr,pad)
importFrom(readr,read_csv)
importFrom(readxl,excel_sheets)
importFrom(readxl,read_excel)
importFrom(rlang,.data)
importFrom(rlang,check_installed)
importFrom(shiny,runApp)
importFrom(stats,median)
importFrom(stats,quantile)
importFrom(stringr,str_replace)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,separate)
importFrom(tools,file_ext)