nlmixr

Windows installer

For those not interested in customized installation on Windows, we recommend you download a Windows installer for your platform from the following link: https://github.com/nlmixrdevelopment/nlmixr/releases/tag/v0.9.0-2

Installation on Windows

To replicate the environment that was used in Windows for nlmixr development, you will need administrator rights, and you should perform the following steps:

  1. Install R 3.4.1 (or later) from the R website.
  2. Install the appropriate version of Rtools for Windows, currently version 3.4, from here.
  3. Install a version of Python for Windows.
  4. Install devtools.
  5. Load devtools using library(devtools).
  6. Install RxODE.
  7. Install nlmixr.

Installation on Linux

Instructions for Ubuntu-alike distributions are given here (specifically, Ubuntu 16.04 Xenial Xerus), but all current Linux distributions are supported, in principle.

  1. Install R 3.4.1 (or later) from an appropriate repository (Ubuntu Xenial shown below, based on instructions provided here).
  2. Install Python dependencies.
  3. Install devtools and dependencies.
  4. In R, load devtools using library(devtools).
  5. Install RxODE.
  6. Install nlmixr.

Installation on macOS

Instructions for macOS 10.12 Sierra are provided here. They should be broadly extensible to all recent releases of macOS, however.

  1. Install R 3.4.1 (or later) from the R website.
  2. Install Python dependencies.
  3. Install devtools and dependencies.
  4. In R, load devtools using library(devtools).
  5. Install build tools.
  6. Install RxODE.
  7. Install nlmixr.