-
Notifications
You must be signed in to change notification settings - Fork 13
/
_pkgdown.yml
172 lines (158 loc) · 3.68 KB
/
_pkgdown.yml
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
url: https://hongyuanjia.github.io/eplusr
authors:
Hongyuan Jia:
href: https://github.com/hongyuanjia
template:
params:
docsearch:
api_key: "158ff4599f27d2efdd371e5200cdb538"
index_name: "eplusr"
ganalytics: UA-141601756-1
development:
model: auto
navbar:
structure:
left: [home, intro, slides, articles, reference, news]
right: [github]
components:
home:
icon: fas fa-home fa-lg
href: index.html
intro:
text: "Get started"
href: articles/eplusr.html
articles:
text: Vignettes
menu:
- text: "Introduction to eplusr"
href: articles/eplusr.html
- text: "Run simulation and data exploration"
href: articles/job.html
- text: "Parametric simulations"
href: articles/param.html
- text: "Update IDF version"
href: articles/transition.html
- text: "Work with weather files"
href: articles/epw.html
- text: "Work with `Schedule:Compact` objects"
href: articles/schedule.html
- text: "Work with geometries"
href: articles/geom.html
- text: "Frequently asked questions"
href: articles/faq.html
reference:
text: Manual
href: reference/index.html
news:
text: News
href: news/index.html
github:
icon: fa-github fa-lg
href: https://github.com/hongyuanjia/eplusr
reference:
- title: IDD
desc: Use a specific EnergyPlus Input Data Dictionary (IDD)
contents:
- Idd
- IddObject
- idd_object
- use_idd
- download_idd
- avail_idd
- is_avail_idd
- as.character.IddObject
- format.Idd
- format.IddObject
- title: IDF
desc: Read, modify and run an EnergyPlus Input Data File (IDF)
contents:
- Idf
- IdfObject
- idf_object
- read_idf
- empty_idf
- transition
- version_updater
- as.character.Idf
- as.character.IdfObject
- format.Idf
- format.IdfObject
- title: IDF schedules
desc: Class for IDF `Schedule:Compact` objects
contents:
- IdfScheduleCompact
- schedule_compact
- title: IDF geometry
desc: Classes for IDF geometry
contents:
- IdfGeometry
- IdfViewer
- idf_geometry
- idf_viewer
- title: EPW
desc: Download, read and modify an EnergyPlus Weather (EPW)
contents:
- Epw
- read_epw
- download_weather
- title: Configure EnergyPlus
contents:
- install_eplus
- uninstall_eplus
- download_eplus
- use_eplus
- eplus_config
- avail_eplus
- locate_eplus
- is_avail_eplus
- path_eplus
- path_eplus_processor
- path_eplus_example
- path_eplus_weather
- path_eplus_dataset
- title: Job
desc: Run EnergyPlus and collect outputs
contents:
- EplusSql
- EplusJob
- EplusGroupJob
- ParametricJob
- eplus_sql
- eplus_job
- group_job
- param_job
- run_idf
- run_multi
- clean_wd
- read_err
- read_rdd
- read_mdd
- print.ErrFile
- print.TransitionErrFile
- title: Data Helpers
desc: Help to create and format IDF data
contents:
- dt_to_load
- rdd_to_load
- mdd_to_load
- reload
- title: Assertion
desc: Check Types
contents:
- is_idd
- is_idf
- is_iddobject
- is_idfobject
- is_epw
- is_idd_ver
- is_eplus_ver
- is_eplus_path
- title: eplusr Options
contents:
- eplusr-package
- eplusr_option
- custom_validate
- level_checks
- with_option
- with_silent
- without_checking