forked from rte-antares-rpackage/antaresProcessing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
39 lines (39 loc) · 1.32 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
Package: antaresProcessing
Type: Package
Title: Antares Results Processing
Version: 0.12
Date: 2017-10-25
Authors@R: c(
person("Francois", "Guillem", , "[email protected]", role = c("aut", "cre")),
person("Jalal-Edine", "ZAWAM", , "[email protected]", role = "ctb"),
person("RTE", role = "cph")
)
Maintainer: Francois Guillem <[email protected]>
Description:
Process results generated by Antares, a powerful software developed by
RTE to simulate and study electric power systems (more information about
Antares here: <https://antares.rte-france.com>). This package provides
functions to create new columns like net load, load factors, upward and
downward margins or to compute aggregated statistics like economic surpluses
of consumers, producers and sectors.
URL: https://github.com/rte-antares-rpackage/antaresProcessing
BugReports: https://github.com/rte-antares-rpackage/antaresProcessing/issues
License: GPL (>= 2) | file LICENSE
LazyData: TRUE
Depends:
antaresRead (>= 1.1.5)
Imports:
data.table,
methods,
stats
Suggests:
rhdf5 (>= 2.20.0),
parallel,
testthat,
knitr,
rmarkdown,
covr
RoxygenNote: 6.0.1
VignetteBuilder: knitr
Encoding: UTF-8
biocViews: Infrastructure, DataImport