-
Notifications
You must be signed in to change notification settings - Fork 83
Download
kaskr edited this page Aug 18, 2016
·
14 revisions
In R type: install.packages("TMB")
You will also need compiler tools. On Windows install the Rtools matching your R-version.
- Download and unzip the folder adcomp-master
- Start 64 bit R and change working directory to the folder 'adcomp-master'.
- From R run:
source("install_windows.R")
. The required Rtools will be downloaded and installed.
- Download and unzip the folder adcomp-master
- Open a terminal, change to directory 'adcomp-master' and run
make install
.
For more information see the README