Tutorials

These tutorials walk you through your first R installation with rig, to running R and installing packages.

See Admin mode vs user mode for more details on the two modes and how to pick between them.

  1. Getting started in admin mode
    R is installed system-wide and shared by everyone on the machine. You need an administrator account to do this, and rig asks for your password when it needs to. This is rig’s default mode, and the better tested one.

  2. Getting started in user mode
    rig installs everything into your home directory and does not need an administrator account. Use it if you have no administrator rights, or do not want R in system directories. It is a newer mode, and less tested than admin mode, especially on Linux.

  3. Migrate to user mode
    You already have an admin-mode rig setup and want to move it into your home directory.