-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
49 lines (49 loc) · 1.69 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
Package: fbClust
Type: Package
Title: A Tool Of Ptdf Manipulation In Order To Cluster And Visualize Domains
Version: 0.1.0
Authors@R: c(
person("Julien", "BRETTEVILLE", , "julien.bretteville@datastorm.fr", role = c("aut", "ctb")),
person("Titouan", "ROBERT", , "titouan.robert@datastorm.fr", role = c("aut", "ctb")),
person("Baptiste", "SEGUINOT", , "baptiste.seguinot@rte-france.com", role = c("aut", "cre")),
person("Marion", "LI", , "marion.li@rte-france.com", role = c("aut", "ctb")),
person("RTE", role = "cph")
)
Maintainer: Baptiste SEGUINOT <baptiste.seguinot@rte-france.com>
Description: 'Flow-based' is a methodology used in the CWE (Central Western Europe) area in order to compute
exchange capacities offered by the electrical grid. For each time step,
the set of possible exchanges is a n (usually 5)-dimensional polyhedron called 'flow-based' domains.
The purpose of this package is to import ptdf data, get vertices from it,
cluster and visualize 'flow-based' domains, manipulate the clusters and generate
visualization reports of the clustering.
(more information about 'flow-based' and the clustering methodology here: <https://antares-simulator.org/pages/documentation/9/>).
URL: https://github.com/rte-antares-rpackage/fbClust
BugReports: https://github.com/rte-antares-rpackage/fbClust/issues
License: GPL (>= 2) | file LICENSE
Encoding: UTF-8
LazyData: TRUE
Depends:
data.table
Imports:
XML,
parallel,
vertexenum,
quadprog,
timeDate,
cluster,
rAmCharts,
pipeR,
ggplot2,
gridExtra,
manipulateWidget,
rmarkdown,
shiny,
flexdashboard,
DT
RoxygenNote: 7.1.1
Suggests:
testthat,
covr,
knitr
VignetteBuilder:
knitr