Downloading dynr

The dynr package compiles C code in response to user input, so more setup is required for the dynr package than for many others. We acknowledge that this additional setup can be bothersome, but hopefully you will soon get to enjoy some of the perks of dynr, such as ease of use and fast computational time!

You can download the CRAN version of dynr from CRAN OR the latest version under development from GitHub

Before you install anything - from CRAN or from Github, please be sure to read the installation guidelines closely

For Windows users, we have developed an installer that walks you through the installation process automatically (tested on Windows 10 and Windows 10 Pro). Please follow these steps:

  1. Download the installer
  2. Open a Command Prompt window with administrative permission (i.e., make sure that you choose "Run as administrator")
  3. Change directory into the folder containing the ".bat" file by typing "cd <path-to-the-folder-of-the-bat-file>"
  4. Backup your the environmental variable, %PATH%, by typing "echo %path% > temp_path.txt" in the Command Prompt window.
  5. Execute install_developer_v9.bat by typing "install_developer_v9.bat" in the Command Prompt window.