-
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.
* transform_antares_version added to setSimulationPath.R * transform_antares_version method added at setSimulationPath.R * library(stringr) removed from test-setSimulationPath.R * update version to dev + TODO * reforge function .transform_antares_version() + tests + integration in setsimulationPath + tests * fix to 2 digits for minor
- Loading branch information
Showing
7 changed files
with
131 additions
and
3 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.7.2 | ||
Version: 2.8.0.9000 | ||
Authors@R: c( | ||
person("Tatiana", "Vargas", email = "[email protected]", role = c("aut", "cre")), | ||
person("Jalal-Edine", "ZAWAM", role = "aut"), | ||
|
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
6 changes: 6 additions & 0 deletions
6
inst/test_files/antares_version_files/antares_version_float.antares
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[antares] | ||
version = 9.0 | ||
caption = study_name | ||
created = 1702567142 | ||
lastsave = 1702634579 | ||
author = Unknown |
6 changes: 6 additions & 0 deletions
6
inst/test_files/antares_version_files/antares_version_float_2digit.antares
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[antares] | ||
version = 9.99 | ||
caption = study_name | ||
created = 1702567142 | ||
lastsave = 1702634579 | ||
author = Unknown |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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