diff --git a/404.html b/404.html
index 6a857cbd..c3b754f9 100644
--- a/404.html
+++ b/404.html
@@ -32,7 +32,7 @@
antaresRead
- 2.6.1
+ 2.7.0
diff --git a/LICENSE-text.html b/LICENSE-text.html
index 622a84ca..f6cf837a 100644
--- a/LICENSE-text.html
+++ b/LICENSE-text.html
@@ -17,7 +17,7 @@
antaresRead
- 2.6.1
+ 2.7.0
diff --git a/articles/antaresH5.html b/articles/antaresH5.html
index 914d7f69..56110f68 100644
--- a/articles/antaresH5.html
+++ b/articles/antaresH5.html
@@ -33,7 +33,7 @@
antaresRead
- 2.6.1
+ 2.7.0
@@ -85,7 +85,7 @@
Use h5 file format with ‘antaresRead’
Titouan
Robert
- 2024-04-24
+ 2024-05-29
Source: vignettes/antaresH5.Rmd
antaresH5.Rmd
diff --git a/articles/antaresRead.html b/articles/antaresRead.html
index 2dd8fc9f..e5d38875 100644
--- a/articles/antaresRead.html
+++ b/articles/antaresRead.html
@@ -33,7 +33,7 @@
antaresRead
- 2.6.1
+ 2.7.0
@@ -85,7 +85,7 @@ The ‘antaresRead’ Package
François
Guillem
- 2024-04-24
+ 2024-05-29
Source: vignettes/antaresRead.Rmd
antaresRead.Rmd
diff --git a/articles/index.html b/articles/index.html
index 90b6cab8..564d3368 100644
--- a/articles/index.html
+++ b/articles/index.html
@@ -17,7 +17,7 @@
antaresRead
- 2.6.1
+ 2.7.0
diff --git a/authors.html b/authors.html
index 49a16fee..91c9c7c7 100644
--- a/authors.html
+++ b/authors.html
@@ -17,7 +17,7 @@
antaresRead
- 2.6.1
+ 2.7.0
@@ -124,13 +124,13 @@ Citation
Vargas T, ZAWAM J, Guillem F, Thieurmel B, Robert T (2024).
antaresRead: Import, Manipulate and Explore the Results of an 'Antares' Simulation .
-R package version 2.6.1, https://rte-antares-rpackage.github.io/antaresRead/, https://github.com/rte-antares-rpackage/antaresRead .
+R package version 2.7.0, https://rte-antares-rpackage.github.io/antaresRead/, https://github.com/rte-antares-rpackage/antaresRead .
@Manual{,
title = {antaresRead: Import, Manipulate and Explore the Results of an 'Antares' Simulation},
author = {Tatiana Vargas and Jalal-Edine ZAWAM and Francois Guillem and Benoit Thieurmel and Titouan Robert},
year = {2024},
- note = {R package version 2.6.1, https://rte-antares-rpackage.github.io/antaresRead/},
+ note = {R package version 2.7.0, https://rte-antares-rpackage.github.io/antaresRead/},
url = {https://github.com/rte-antares-rpackage/antaresRead},
}
diff --git a/index.html b/index.html
index c90a6906..810a2974 100644
--- a/index.html
+++ b/index.html
@@ -33,7 +33,7 @@
antaresRead
- 2.6.1
+ 2.7.0
@@ -260,7 +260,7 @@ Developers
Dev status
-
+
diff --git a/news/index.html b/news/index.html
index 92eb98a1..8cc6a2c5 100644
--- a/news/index.html
+++ b/news/index.html
@@ -17,7 +17,7 @@
antaresRead
- 2.6.1
+ 2.7.0
@@ -60,6 +60,31 @@ Changelog
Source: NEWS.md
+
+
+
+
Breaking changes (Antares v8.7.0) :
+
+readBindingConstraints()
read now Scenarized RHS for binding constraints (cf. Antares v8.7 changelog)
+function returns a new list structure
+
+Private function fread_antares()
no longer returns warnings
+
+api_put()/api_delete()
return a server error message
+BUGFIXES :
+
DATA :
+
A test study in tar.gz format is available in version v8.7.0
+An empty test study in version v8.7.0 for marginal cases
+Dependencies :
+
New package lifecycle
to manage functions status/package status
+
+
+
BUGFIXES :
diff --git a/pkgdown.yml b/pkgdown.yml
index 5f0da7c5..fb2967d8 100644
--- a/pkgdown.yml
+++ b/pkgdown.yml
@@ -4,5 +4,5 @@ pkgdown_sha: ~
articles:
antaresH5: antaresH5.html
antaresRead: antaresRead.html
-last_built: 2024-04-24T12:54Z
+last_built: 2024-05-29T15:26Z
diff --git a/reference/API-methods.html b/reference/API-methods.html
index 6684f58d..e7402b1c 100644
--- a/reference/API-methods.html
+++ b/reference/API-methods.html
@@ -17,7 +17,7 @@
antaresRead
- 2.6.1
+ 2.7.0
@@ -71,7 +71,8 @@ API methods
endpoint ,
... ,
default_endpoint = "v1/studies" ,
- parse_result = NULL
+ parse_result = NULL ,
+ encoding = NULL
)
api_post ( opts , endpoint , ... , default_endpoint = "v1/studies" )
@@ -103,6 +104,10 @@ Arguments
parse_result
character
options for parameter as
of function httr::content()
+
+encoding
+argument to pass as argument to the function httr::content()
+
Value
@@ -121,10 +126,11 @@
Examples
endpoint = NULL ,
parse_result = NULL )
-
# you can force parse options as text
+
# you can force parse options as text and encoding to UTF-8
api_get ( opts = list ( host = "http://0.0.0.0:8080" ) ,
endpoint = NULL ,
-
parse_result = "text" )
+
parse_result = "text" ,
+
encoding = "UTF-8" )
}
diff --git a/reference/aggregatate_mc_all.html b/reference/aggregatate_mc_all.html
index ea300d1d..9c331f5f 100644
--- a/reference/aggregatate_mc_all.html
+++ b/reference/aggregatate_mc_all.html
@@ -17,7 +17,7 @@
antaresRead
- 2.6.1
+ 2.7.0
diff --git a/reference/antaresRead-package.html b/reference/antaresRead-package.html
index e1db0723..385afdea 100644
--- a/reference/antaresRead-package.html
+++ b/reference/antaresRead-package.html
@@ -1,5 +1,5 @@
-antaresRead: Import, Manipulate and Explore the Results of an 'Antares' Simulation — antaresRead-package • antaresRead antaresRead: Import, Manipulate and Explore the Results of an 'Antares' Simulation — antaresRead-package • antaresRead
@@ -69,7 +69,7 @@ Etienne Sanchez [contributor]
Assil Mansouri [contributor]
Clement Berthet [contributor]
+Kamel Kemiha [contributor]
+Abdallah Mahoudi [contributor]
RTE [copyright holder]
@@ -100,7 +102,7 @@ Author
diff --git a/reference/as.antaresDataList.html b/reference/as.antaresDataList.html
index a1a7d6af..bbe8850a 100644
--- a/reference/as.antaresDataList.html
+++ b/reference/as.antaresDataList.html
@@ -21,7 +21,7 @@
antaresRead
- 2.6.1
+ 2.7.0
diff --git a/reference/as.antaresDataTable.html b/reference/as.antaresDataTable.html
index 28deddba..da150aaf 100644
--- a/reference/as.antaresDataTable.html
+++ b/reference/as.antaresDataTable.html
@@ -21,7 +21,7 @@
antaresRead
- 2.6.1
+ 2.7.0
diff --git a/reference/changeTimeStep.html b/reference/changeTimeStep.html
index 25f33b1f..5dc35fc8 100644
--- a/reference/changeTimeStep.html
+++ b/reference/changeTimeStep.html
@@ -19,7 +19,7 @@
antaresRead
- 2.6.1
+ 2.7.0
diff --git a/reference/copyToClipboard.html b/reference/copyToClipboard.html
index d85b6048..dd26caf7 100644
--- a/reference/copyToClipboard.html
+++ b/reference/copyToClipboard.html
@@ -18,7 +18,7 @@
antaresRead
- 2.6.1
+ 2.7.0
diff --git a/reference/dot-getOptionsH5.html b/reference/dot-getOptionsH5.html
index 504770f6..881c3e88 100644
--- a/reference/dot-getOptionsH5.html
+++ b/reference/dot-getOptionsH5.html
@@ -17,7 +17,7 @@
antaresRead
- 2.6.1
+ 2.7.0
diff --git a/reference/dot-h5ReadAntares.html b/reference/dot-h5ReadAntares.html
index 0f6c9c4a..4deb21b5 100644
--- a/reference/dot-h5ReadAntares.html
+++ b/reference/dot-h5ReadAntares.html
@@ -17,7 +17,7 @@
antaresRead
- 2.6.1
+ 2.7.0
diff --git a/reference/dot-writeAntaresH5Fun.html b/reference/dot-writeAntaresH5Fun.html
index 51b2b607..f5543605 100644
--- a/reference/dot-writeAntaresH5Fun.html
+++ b/reference/dot-writeAntaresH5Fun.html
@@ -17,7 +17,7 @@
antaresRead
- 2.6.1
+ 2.7.0
diff --git a/reference/dot-writeIni.html b/reference/dot-writeIni.html
index 53f8d4cf..d0437267 100644
--- a/reference/dot-writeIni.html
+++ b/reference/dot-writeIni.html
@@ -17,7 +17,7 @@
antaresRead
- 2.6.1
+ 2.7.0
diff --git a/reference/extractDataList.html b/reference/extractDataList.html
index 24c7fc1d..4ed07e50 100644
--- a/reference/extractDataList.html
+++ b/reference/extractDataList.html
@@ -21,7 +21,7 @@
antaresRead
- 2.6.1
+ 2.7.0
diff --git a/reference/getAreas.html b/reference/getAreas.html
index ef4cb705..2e8588ad 100644
--- a/reference/getAreas.html
+++ b/reference/getAreas.html
@@ -19,7 +19,7 @@
antaresRead
- 2.6.1
+ 2.7.0
diff --git a/reference/getGeographicTrimming.html b/reference/getGeographicTrimming.html
index 0851a14e..8fb3cbc8 100644
--- a/reference/getGeographicTrimming.html
+++ b/reference/getGeographicTrimming.html
@@ -17,7 +17,7 @@
antaresRead
- 2.6.1
+ 2.7.0
diff --git a/reference/getIdCols.html b/reference/getIdCols.html
index 892750aa..8ad4dcf2 100644
--- a/reference/getIdCols.html
+++ b/reference/getIdCols.html
@@ -17,7 +17,7 @@
antaresRead
- 2.6.1
+ 2.7.0
diff --git a/reference/getLinks.html b/reference/getLinks.html
index 8aa664b6..4861b0fd 100644
--- a/reference/getLinks.html
+++ b/reference/getLinks.html
@@ -17,7 +17,7 @@
antaresRead
- 2.6.1
+ 2.7.0
diff --git a/reference/hvdcModification.html b/reference/hvdcModification.html
index 8ed7a61a..43f010f7 100644
--- a/reference/hvdcModification.html
+++ b/reference/hvdcModification.html
@@ -17,7 +17,7 @@
antaresRead
- 2.6.1
+ 2.7.0
diff --git a/reference/index.html b/reference/index.html
index 1b90a96a..35842dba 100644
--- a/reference/index.html
+++ b/reference/index.html
@@ -17,7 +17,7 @@
antaresRead
- 2.6.1
+ 2.7.0
@@ -144,7 +144,7 @@ All functions
Read output for a list of clusters
- readBindingConstraints()
summary(<bindingConstraints> )
+ readBindingConstraints()
Read binding constraints
@@ -207,6 +207,10 @@ All functions subset(<antaresDataList> )
Subset an antaresDataList
+
+ summary(<bindingConstraints> )
+
+ Display equation of binding constraint
viewAntares()
diff --git a/reference/isH5Opts.html b/reference/isH5Opts.html
index c9e8d9f3..285a8416 100644
--- a/reference/isH5Opts.html
+++ b/reference/isH5Opts.html
@@ -17,7 +17,7 @@
antaresRead
- 2.6.1
+ 2.7.0
diff --git a/reference/mergeDigests.html b/reference/mergeDigests.html
index bb5d9a67..4a3d3c72 100644
--- a/reference/mergeDigests.html
+++ b/reference/mergeDigests.html
@@ -17,7 +17,7 @@
antaresRead
- 2.6.1
+ 2.7.0
diff --git a/reference/ponderateMcAggregation.html b/reference/ponderateMcAggregation.html
index 324e849b..a3b3cfbb 100644
--- a/reference/ponderateMcAggregation.html
+++ b/reference/ponderateMcAggregation.html
@@ -17,7 +17,7 @@
antaresRead
- 2.6.1
+ 2.7.0
diff --git a/reference/read-ini.html b/reference/read-ini.html
index b882d00f..c2634199 100644
--- a/reference/read-ini.html
+++ b/reference/read-ini.html
@@ -17,7 +17,7 @@
antaresRead
- 2.6.1
+ 2.7.0
diff --git a/reference/readAntares.html b/reference/readAntares.html
index cf182130..b5f09b57 100644
--- a/reference/readAntares.html
+++ b/reference/readAntares.html
@@ -26,7 +26,7 @@
antaresRead
- 2.6.1
+ 2.7.0
diff --git a/reference/readAntaresAreas.html b/reference/readAntaresAreas.html
index d7034b4d..2e95447f 100644
--- a/reference/readAntaresAreas.html
+++ b/reference/readAntaresAreas.html
@@ -18,7 +18,7 @@
antaresRead
- 2.6.1
+ 2.7.0
diff --git a/reference/readAntaresClusters.html b/reference/readAntaresClusters.html
index 769a18d9..4f6f173c 100644
--- a/reference/readAntaresClusters.html
+++ b/reference/readAntaresClusters.html
@@ -17,7 +17,7 @@
antaresRead
- 2.6.1
+ 2.7.0
diff --git a/reference/readBindingConstraints.html b/reference/readBindingConstraints.html
index 5d744e58..b195be2f 100644
--- a/reference/readBindingConstraints.html
+++ b/reference/readBindingConstraints.html
@@ -1,5 +1,7 @@
-Read binding constraints — readBindingConstraints • antaresRead Read binding constraints — readBindingConstraints • antaresRead Display equation of binding constraint — summary.bindingConstraints • antaresRead Display equation of binding constraint — summary.bindingConstraints • antaresRead