Getting Started with the GVSU RStudio Server

RStudio Server is an integrated development environment (IDE) for R—a programming language for statistical computing and graphics. It is used by GVSU’s Statistics Department, and is accessible completely through a web browser.

RStudio Server is currently only licensed for classroom use, and not research.

Logging In

RStudio Server URL

To access: open or type in the url, rstudio.gvsu.edu, in your web browser.

Use your GVSU account

Starting in the fall semester of 2021, RStudio Server now uses the same standard GVSU account students, faculty and staff use for Blackboard, Banner, Email, etc. If you’ve logged into other GVSU systems, and are enrolled in a course using RStudio Server, you should be able to log in directly at the RStudio page.

Note: If you are a GVSU employee enrolled in an associated course, access is automatically granted to your student account. Your employee account will not provide access. Please reach out to the service desk if you are unsure how to login with your student account.

Per-semester Access

Access to RStudio is automatically granted based on your course enrollment for the current semester. You will not have access to RStudio when you are not enrolled in an associated course.

Folders/Directories

By default within your RStudio account you’ll have a home directory containing “R” and “Shared “SharedProjects.”

Home Directory

Your Home Directory (/home/yourusername/) will be the default location for any terminal sessions.

Your Home Directory is only accessible by you—no one else will be able to read or write documents within this directory, with one exception: the SharedProjects directory.

Archived_Data Directory

If you had files on RStudio prior to Fall 2023, they will be located at /home/yourusername/Archived_Data.

R (Directory)

Within your home directory, the R directory (/home/yourusername/R) is used by the R software for components related to your personal R environment.

You should not store or modify files in this location.

SharedProjects

This directory is unique to our RStudio server. It was put in place to allow for sub-folders containing individual classes, sections, assignments, or projects.

While SharedProjects lives in your home folder (/home/yourusername/SharedProjects), it is actually linked to a single shared directory—somewhat like a Windows shortcut, or macOS alias.

Anyone has access to read or write anything within the Shared Projects folder, but is only allowed to edit things they have created. This is to protect against accidental deletions or changes.

Uploading and Downloading Files

You can transfer files to and from your local computer within your RStudio Server session.