Skip to content

GMSE feedback

Brad Duthie edited this page Jun 9, 2017 · 1 revision

This Wiki is for general feedback on GMSE, which is in the process of beta testing. To download and use GMSE, follow the instructions below.

A beta version of GMSE is now available, and is ready to be experimented with and tested as an R package. To download and begin using GMSE, it is necessary to first download the devtools library.

install.packages("devtools")
library(devtools)

Use install_github to install using devtools.

install_github("bradduthie/gmse")

From here, it is possible to run GMSE simulations using the gmse() function. For help using this function, all documentation can be accessed by simply calling the help files.

help(gmse)
Clone this wiki locally