-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathDESCRIPTION
90 lines (90 loc) · 2.05 KB
/
DESCRIPTION
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
Package: eplusr
Title: A Toolkit for Using Whole Building Simulation Program
'EnergyPlus'
Version: 0.16.2.9007
Authors@R: c(
person(given = "Hongyuan",
family = "Jia",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-0075-8183")),
person(given = "Adrian",
family = "Chong",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-9486-4728"))
)
Description: A rich toolkit of using the whole building
simulation program 'EnergyPlus'(<https://energyplus.net>), which
enables programmatic navigation, modification of 'EnergyPlus' models
and makes it less painful to do parametric simulations and analysis.
License: MIT + file LICENSE
URL: https://hongyuanjia.github.io/eplusr/,
https://github.com/hongyuanjia/eplusr
BugReports: https://github.com/hongyuanjia/eplusr/issues
Depends:
R (>= 3.2.0)
Imports:
callr (>= 2.0.4),
checkmate,
cli (>= 3.0.0),
data.table (>= 1.14.6),
lubridate,
processx (>= 3.2.0),
R6,
RSQLite,
stringi,
units
Suggests:
hms,
decido,
rgl (>= 0.105.13),
testthat (>= 3.0.0)
Encoding: UTF-8
Roxygen: list(markdown = TRUE, roclets = c("rd", "namespace",
"collate"))
RoxygenNote: 7.3.1
SystemRequirements: EnergyPlus (optional)
(<https://energyplus.net>); udunits2
Collate:
'constants.R'
'assert.R'
'diagram.R'
'eplusr.R'
'utils.R'
'impl.R'
'parse.R'
'impl-epw.R'
'impl-idd.R'
'impl-idf.R'
'idf.R'
'idd.R'
'epw.R'
'err.R'
'format.R'
'geom.R'
'group.R'
'iddobj.R'
'idfobj-sch.R'
'impl-idfobj.R'
'idfobj.R'
'impl-geom.R'
'impl-iddobj.R'
'impl-idfobj-sch.R'
'impl-sql.R'
'impl-viewer.R'
'install.R'
'job.R'
'options.R'
'param.R'
'rdd.R'
'reload.R'
'run.R'
'sql.R'
'transition.R'
'units.R'
'validate.R'
'viewer.R'
'zzz.R'
Config/testthat/edition: 3
Config/testthat/parallel: true