forked from NREL/repra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
30 lines (30 loc) · 843 Bytes
/
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
Package: repra
Title: Renewable Energy Probability Resource Assessment Tool (REPRA)
Version: 0.4.4
Date: 2015-07-27
Authors@R: c(
person("Eduardo", "Ibanez", , "[email protected]", c("aut", "cre")),
person("National Renewable Energy Laboratory", role = "cph")
)
Description: Methods to calculate resource adequacy
metrics in power systems, which are based on the notion of
loss-of-load probability (LOLP) and include the treatment of conventional
and variable renewable generators.
License: MIT + file LICENSE
URL: https://github.com/NREL/repra
BugReports: https://github.com/NREL/repra/issues
Depends:
R(>= 3.1.0)
Imports:
data.table,
dplyr (>= 0.3),
Rcpp,
reshape2,
ggplot2,
assertthat
Suggests:
testthat,
knitr
LinkingTo: Rcpp (>= 0.11.1)
VignetteBuilder: knitr
LazyData: TRUE