-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathDESCRIPTION
62 lines (62 loc) · 1.26 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
Package: visdom
Type: Package
Title: R package for energy data analytics
Version: 0.7.0
Date: 2016-11-03
Authors@R: c(
person("Sam", "Borgeson", email = "[email protected]", role = c("aut","cre")),
person("Jungsuk", "Kwac", email = "[email protected]", role = "aut"),
person("Ram", "Rajagopal", email = "[email protected]", role = "aut")
)
URL: https://github.com/convergenceda/visdom
BugReports: https://github.com/convergenceda/visdom/issues
Depends:
R (>= 3.1.0)
Imports:
akmeans (>= 1.1),
plyr,
dplyr,
magrittr,
assertthat,
tibble,
RCurl,
bitops,
zoo,
latticeExtra,
R.methodsS3,
R.oo,
R.utils,
dplyr,
lubridate,
timeDate,
cvTools,
sandwich,
lmtest,
RColorBrewer,
ggplot2,
solaR,
gridExtra,
party,
testthat,
properties,
digest,
DBI (>= 0.5),
XML,
R.cache,
acs
Remotes: github::josiahjohnston/acs
Suggests:
foreach,
partykit,
doParallel,
foreign,
knitr,
roxygen,
rmarkdown
Description: R package for energy data analytics. VISDOM stands for Visualization
and Insight System for Demand Operations and Management.
License: MIT + file LICENSE
LazyData: true
LazyLoad: yes
RoxygenNote: 5.0.1
VignetteBuilder: knitr