https://github.com/rte-antares-rpackage/antareseditobject
Edit an Antares study
https://github.com/rte-antares-rpackage/antareseditobject
antares-simulation cluster energy monte-carlo-simulation r rte
Last synced: about 2 months ago
JSON representation
Edit an Antares study
- Host: GitHub
- URL: https://github.com/rte-antares-rpackage/antareseditobject
- Owner: rte-antares-rpackage
- Created: 2017-07-06T13:07:19.000Z (almost 8 years ago)
- Default Branch: develop
- Last Pushed: 2024-04-12T15:01:19.000Z (about 1 year ago)
- Last Synced: 2024-04-14T05:10:14.857Z (about 1 year ago)
- Topics: antares-simulation, cluster, energy, monte-carlo-simulation, r, rte
- Language: R
- Homepage: https://rte-antares-rpackage.github.io/antaresEditObject/
- Size: 1.89 MB
- Stars: 8
- Watchers: 5
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
# antaresEditObject
> Edit an Antares study before running a simulation.
[](https://CRAN.R-project.org/package=antaresEditObject)
[](https://cran.r-project.org/package=antaresEditObject)
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[](https://www.repostatus.org/#active)
[](https://github.com/rte-antares-rpackage/antaresEditObject/actions)
[](https://app.codecov.io/gh/rte-antares-rpackage/antaresEditObject?branch=master)## Installation
Install from CRAN:
```r
install.packages("antaresEditObject")
```Or install dev version from GitHub:
```r
remotes::install_github("rte-antares-rpackage/antaresEditObject", build_vignettes = TRUE)
```## Goal
This package allows to edit an Antares study. Methods are provided to create
(and remove) areas, links between them, thermal clusters and binding
constraints. These steps may be useful before running an Antares simulation.See website for more documentation: https://rte-antares-rpackage.github.io/antaresEditObject/
## Usage
Usage of the package is detailed in the vignette: `vignette("antaresEditObject")`.