-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathDESCRIPTION
44 lines (43 loc) · 1.6 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
Package: RMV2.0
Type: Package
Title: M&V2.0 Using R and Shiny
Version: 1.1.0
Authors@R: person("Samir", "Touzani", email = "stouzani@lbl.gov", role = c("aut", "cre"))
Description: RMV2.0 is an open-source R package for performing measurement and
verification 2.0 (M&V 2.0)for Commercial Buildings. Aimed to run locally,
the package provides algorithms and a graphical user interface (GUI) based
on Shiny package. The intent of this package is to help M&V practitioners
to perform with a high level of automation the following: quickly and
easily summarize and visualize smart meter data Create energy consumption
baseline models using advanced algorithms; screen smart meter data for
commercial customers to identify buildings that are well suited to the
automated M&V approach and use this information to target future
whole-building projects; quantify savings at both a
building and portfolio level; identify potential non-routine events (NRE)
in the post-installation period using statistical methodology.
License: Refer to License.txt file
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Imports:
dplyr (>= 0.7.4),
DT (>= 0.2),
reshape2 (>= 1.4.2),
lubridate (>= 1.6.0),
parallel (>= 3.4.1),
xts (>= 0.10-0),
shiny (>= 1.0.5),
shinydashboard (>= 0.6.1),
shinyFiles (>= 0.6.2),
shinyjs (>= 0.9.1),
dygraphs (>= 1.1.1.4),
plotly (>= 4.7.1),
ggplot2 (>= 2.2.1),
changepoint (>= 2.2.2),
colorRamps (>= 2.3),
xgboost (>= 0.6-4),
caret (>= 6.0-77),
V8 (>= 1.5),
forecast (>= 8.2),
knitr (>= 1.20),
rmarkdown (>= 1.9)