-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Column names for the details-timeStep.txt and details-res-timeStep.txt (
#230) * Add contributor and change version * Changelog * Add unit test for the column nmaes in output table * Add .get_value_columns_details_file() to compute the column names of the output table * Remove special characters to avoid warning * Add control on the thematic-trimming parameter * Factorization code * Add some documentation for the function .get_value_columns_details_file()
- Loading branch information
Showing
4 changed files
with
88 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: antaresRead | ||
Type: Package | ||
Title: Import, Manipulate and Explore the Results of an 'Antares' Simulation | ||
Version: 2.6.1 | ||
Version: 2.6.2 | ||
Authors@R: c( | ||
person("Tatiana", "Vargas", email = "[email protected]", role = c("aut", "cre")), | ||
person("Jalal-Edine", "ZAWAM", role = "aut"), | ||
|
@@ -13,6 +13,7 @@ Authors@R: c( | |
person("Etienne", "Sanchez", role = "ctb"), | ||
person("Assil", "Mansouri", role = "ctb"), | ||
person("Clement", "Berthet", role = "ctb"), | ||
person("Kamel", "Kemiha", role = "ctb"), | ||
person("RTE", role = "cph") | ||
) | ||
Description: Import, manipulate and explore results generated by 'Antares', a | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters