-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
49 lines (49 loc) · 1.45 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: fbAntares
Type: Package
Title: What the Package Does (one line, title case)
Version: 1.0.0
Authors@R: c(
person("Veronique", "Bachelier", email = "[email protected]", role = c("aut", "cre")),
person("Julien", "BRETTEVILLE", , "[email protected]", role = c("aut", "ctb")),
person("Titouan", "ROBERT", , "[email protected]", role = c("aut", "ctb")),
person("Baptiste", "SEGUINOT", , "[email protected]", role = c("aut", "ctb")),
person("Marion", "LI", , "[email protected]", role = c("aut", "ctb")),
person("RTE", role = "cph")
)
Maintainer: Veronique Bachelier <[email protected]>
Description: Run FlowBased Simulations on Antares. This package takes in input the ptdf of
the typical days generated with the package fbClust. Then, it creates input in order to
run flowbased simulations on Antares. Finally, it allows to make graphics with the results
of Antares simulations.
URL: https://github.com/rte-antares-rpackage/fbAntares
License: GPL (>= 2) | file LICENSE
Encoding: UTF-8
LazyData: TRUE
Depends:
data.table
Imports:
quadprog,
linprog,
lpSolve,
vertexenum,
flexdashboard,
manipulateWidget,
rAmCharts,
rmarkdown,
antaresRead,
pipeR,
plyr,
magrittr,
antaresEditObject,
shinyWidgets,
shiny,
DT,
stringr,
plotly,
scales
RoxygenNote: 7.1.2
Suggests:
testthat,
covr,
knitr
VignetteBuilder: knitr