Skip to content

Commit 6416310

Browse files
Update NEWS and DESCRIPTION
1 parent d0bce55 commit 6416310

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

DESCRIPTION

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
Package: antaresProcessing
22
Type: Package
33
Title: Antares results processing
4-
Version: 0.8.0
5-
Date: 2016-10-06
4+
Version: 0.9.0
5+
Date: 2017-01-25
66
Authors@R: c(
77
person("Francois", "Guillem", , "francois.guillem@rte-france.com", role = c("aut", "cre")),
88
person("Jalal-Edine", "ZAWAM", , "jalal-edine.zawam@rte-france.com", role = "ctb"),
99
person("RTE", role = "cph")
1010
)
11+
Maintainer: Francois Guillem <francois.guillem@rte-france.com>
1112
Description:
1213
Process the results of an Antares simulation, compute agregate
1314
statistics like surpluses, modulations and compare different simulation.
15+
Url: https://github.com/rte-antares-rpackage/antares-rpackageProcessing
16+
BugReports: https://github.com/rte-antares-rpackage/antares-rpackageProcessing/issues
1417
License: GPL (>= 2) + file LICENSE
1518
LazyData: TRUE
1619
Depends:

NEWS

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
Copyright © 2016 RTE Réseau de transport d’électricité
22

3-
Changes in version 0.3 XXXX-XX-XX
3+
Changes in version 0.9 (2017-01-25)
44

55
NEW FEATURES:
6-
* function addLoadFactorLink() now add two column loadFactor and congestion
6+
* function addLoadFactorLink() now adds two columns: "loadFactor" and "congestion".
77

8+
BUG FIXES:
9+
* Minor bugfixes due to evolution of "antaresRead""
810

911
Changes in version 0.8 (2016-11-14)
1012

0 commit comments

Comments
 (0)