Skip to content

Download

kaskr edited this page Aug 18, 2016 · 14 revisions

CRAN (all platforms)

In R type: install.packages("TMB")

You will also need compiler tools. On Windows install the Rtools matching your R-version.

Windows

  1. Download and unzip the folder adcomp-master
  2. Start 64 bit R and change working directory to the folder 'adcomp-master'.
  3. From R run: source("install_windows.R"). The required Rtools will be downloaded and installed.

Linux / Mac OS

  1. Download and unzip the folder adcomp-master
  2. Open a terminal, change to directory 'adcomp-master' and run make install.

For more information see the README

Clone this wiki locally