-
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.
antaresEditObject 0.7.0 Second-member coupling constraint scenarios NEW FEATURES (Antares v8.7, cf. Antares v8.7 changelog) : createBindingConstraint() / createBindingConstraintBulk() New parameters group Parameter values is now list of data.frame editBindingConstraint() New parameters group Parameter values is now list of data.frame removeBindingConstraint() can now delete coupling constraints from the group parameter. scenarioBuilder() has 3 new parameters dedicated to use with binding constraints. updateGeneralSettings() adds coupling constraints to the scenariobuilder.dat file. Breaking changes : createBindingConstraint() is available with offset parameter in API mode
- Loading branch information
1 parent
622c2b5
commit c9adc8e
Showing
46 changed files
with
3,831 additions
and
722 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
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: antaresEditObject | ||
Type: Package | ||
Title: Edit an 'Antares' Simulation | ||
Version: 0.6.4 | ||
Version: 0.7.0 | ||
Authors@R: c( | ||
person("Tatiana", "Vargas", email = "[email protected]", role = c("aut", "cre")), | ||
person("Frederic", "Breant", role = "aut"), | ||
|
@@ -45,7 +45,8 @@ Imports: | |
parallel, | ||
future, | ||
plyr, | ||
yaml | ||
yaml, | ||
lifecycle | ||
Suggests: | ||
testthat, | ||
covr, | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#' @keywords internal | ||
"_PACKAGE" | ||
|
||
## usethis namespace: start | ||
#' @importFrom lifecycle deprecated | ||
## usethis namespace: end | ||
NULL |
Oops, something went wrong.