-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
39 lines (39 loc) · 1.37 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.18.3
Authors@R: c(
person("Tatiana", "Vargas", email = "tatiana.vargas@rte-france.com", role = c("aut", "cre")),
person("Jalal-Edine", "ZAWAM", role = "ctb"),
person("Francois", "Guillem", role = "ctb"),
person("Benoit", "Thieurmel", role = "ctb"),
person("Titouan", "Robert", role = "ctb"),
person("RTE", role = "cph")
)
Description:
Process results generated by 'Antares', a powerful open source software developed by
RTE (Réseau de Transport d’Électricité) to simulate and study electric power systems (more information about
'Antares' here: <https://github.com/AntaresSimulatorTeam/Antares_Simulator>).
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 (>= 3)
Depends:
antaresRead (>= 1.1.5)
Imports:
data.table,
methods,
stats
Suggests:
parallel,
testthat,
knitr,
rmarkdown,
covr
RoxygenNote: 7.2.2
VignetteBuilder: knitr
Encoding: UTF-8
biocViews: Infrastructure, DataImport
NeedsCompilation: no