README.md

Travis-CI Build StatusAppVeyor Build StatusCoverage Status

The 'antaresFlowbased' R package

The antaresFlowbased package provides functions that for launch a flowBased study from an existed antares study, which can be finally open and analyse with the antares software.

Installation

You can install the package directly from Github. It depends on antaresRead, antaresEditObject & antaresProcessing R package :

https://github.com/rte-antares-rpackage/antaresRead https://github.com/rte-antares-rpackage/antaresEditObject https://github.com/rte-antares-rpackage/antaresProcessing

# Install dependencies
install.packages(c("antaresRead","pipeR","data.table","testthat",
 "plyr","ROI","ROI.plugin.clp","rmarkdown","flexdashboard","rAmCharts",
  "manipulateWidget","DT","shiny","slam","antaresProcessing"))

install_github("rte-antares-rpackage/antaresEditObject")  
install_github("rte-antares-rpackage/antaresFlowbased")

Use

The simplest way is to look the vignette :

require(antaresFlowbased)

# available vignette
vignette(package = "antaresFlowbased")

vignette("BeforeAntares")
vignette("AfterAntares")


rte-antares-rpackage/antaresFlowbased documentation built on Oct. 19, 2020, 11:23 a.m.