00. MAC INSTALLATION

  1. Download and install XQuartz

  2. DOWNLOAD the install file Install_ULLR_OSX_Eng.sh and save it in Downloads folder (mandatory)

  3. Look for the magnifying glass in the upper right side of your display, write terminal and press enter key

  4. In that Terminal Copy and Paste the following command. It will ask you for your password. VERY IMPORTANT: you will not see the password and as as you type the cursor will not move at all.

      1. sudo sh ~/Downloads/Install_ULLR_OSX_Eng.sh

  5. All the needed libraries will be installed in an automatic way and at the end, the following message will be shown in console "RE-START RSTUDIO".

  6. DOWNLOAD AND INSTALL RStudio (Desktop version). Drag RStudio icon to Applications folder at the left. This PDF will help you to optimally configure Rstudio. It is critical for the operation of the toolbox to follow the PDF configuration instructions verbatim.

    1. In order to fix "Error system locale" copy and paste this code in consola: system("defaults write org.R-project.R force.LANG en_US.UTF-8")

  1. Restart RStudio

  2. Next, you will learn the minimum guidelines to use this instrument in an autonomous way: First Steps

HOW TO UPGRADE ULLRTOOLBOX (UBUNTU AND DERIVATIVES)

ULLRtoolbox is frequently updated. Whenever there is a new version of the toolbox, you will get a message in console with the needed instructions to carry out it. In order to update the toolbox, download the file Update_ULLR_OSX_Eng.sh in your Downloads folder (mandatory).

  • Look for the magnifying glass in the upper right side of your display, write terminal and press enter key. In that terminal Copy and Paste the code below. It will ask you for your password. VERY IMPORTANT: you will not see the password and as as you type the cursor will not move at all.

sudo sh ~/Downloads/Update_ULLR_OSX_Eng.sh

HOW TO INSTALL JAGS IN ORDER TO CARRY OUT BAYESIAN CONTRASTS

  1. Download and install JAGS

  2. Dowloads rjags and save it in Downloads. DO NOT EXECUTE IT. IF YOUR OSX IS "EL CAPITAN" YOU MUST DO THE FOLLOWING STEPS IN ORDER TO BE ABLE TO INSTALL THE LIBRARIES IN STEP 4. Follow steps 1 to 3 from this LINK

  3. Open a Terminal through Applications -> Utilities -> Terminal

    1. In that Terminal Copy and Paste the following commands:

cd ~/Downloads/

R CMD install rjags_4-6.tar

R # You are now inside R. Copy and Paste the followings commands:

library.install.fnc('jagsUI')

library.install.fnc('BEST')

library.install.fnc('BANOVA')

q( ) # Quit from R and close this window