Marseille provides basic support for the RAATD project. Typical users will be more interested in RWalc.
Installing Marseille requires
- a recent version of R (> 3.3.0),
- windows users will require Rtools,
- the TMB package and its dependencies.
Marseille is easily installed from GitHub using the devtools package.
devtools::install_github("SWotherspoon/Marseille")
If you don't have devtools
installed already, install it first.
install.packages("devtools")
Marseille otherwise does not need devtools for normal use.