forked from NREL/rplexos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
48 lines (48 loc) · 1.56 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
Package: rplexos
Type: Package
Title: Read and Analyze 'PLEXOS' Solutions
Version: 1.1.14
Date: 2017-11-22
Authors@R: c(
person("Jef", "Daniels", , "[email protected]", role=c("cre","aut")),
person("Clayton","Barrows", , "[email protected]", c("ctb")),
person("Eduardo", "Ibanez", , "[email protected]", c("aut")),
person("Marcin", "Kalicinski", , "[email protected]", "ctb", "for the included RapidXml source"),
person("National Renewable Energy Laboratory", role = "cph")
)
Description: Efficiently read and analyze 'PLEXOS' solutions by converting
them into 'SQLite' databases that can be easily queried. It supports collation
of solutions that may have been divided into different time partitions, as
well as the comparison across different scenarios. 'PLEXOS' is a power systems
production cost model, created and distributed by Energy Exemplar (see <http://energyexemplar.com/software/plexos-desktop-edition>
for more information).
License: MIT + file LICENSE
URL: https://github.com/NREL/rplexos,
http://energyexemplar.com/software/plexos-desktop-edition/
BugReports: https://github.com/NREL/rplexos/issues
Depends:
R (>= 3.1.0)
Imports:
data.table,
DBI (>= 0.5),
dbplyr,
doParallel,
dplyr (>= 0.7),
dbplyr (>= 1.1.0),
foreach,
lubridate,
magrittr,
parallel,
Rcpp (>= 0.11.5),
RSQLite (>= 1.1),
stringi,
tidyr (>= 0.7)
Suggests:
knitr,
testthat,
ggplot2,
covr,
tidyverse
LinkingTo: Rcpp (>= 0.11.5)
VignetteBuilder: knitr
RoxygenNote: 6.0.1