README.md

Wildfire Resources Management.

Determine optimal planning that includes the number and type of resources needed to extinguishing a forest fire is a difficult task In this app, a general integer programming model is programed which also includes the allocation of resources to different periods of time in a day embedded in extinguishing a fire, with the goal of meeting the Spanish regulations regarding non-neglect of fronts and periods of rest of the resources.

Installation

We recommend the installation of the wrm package from the hubgit repository. So, first of all, install de devtools R package:

install.packages("devtools")

Then install the following packages typing in your R console:

devtools::install_github('jorgerodriguezveiga/romo')
devtools::install_github('jorgerodriguezveiga/WildfireResources')
devtools::install_github('jorgerodriguezveiga/wrm')

Once the installation is complete, you should be able to execute the command line that the interface loads:

wrm::shinyapp()

To check the installation download the example folder and from the opened interfaz, try to load the example stored in the feasible subfolder.



mjginzo/SAA documentation built on May 24, 2019, 5:05 a.m.