Workstation Setup

Author

David Rach

Published

January 17, 2026

AGPL-3.0 CC BY-SA 4.0

In the previous section, we first set up your GitHub account. Then we modified your GitHub profile and added a README section. Finally, we forked the CytometryInR repository so that you can easily retrieve the new course materials each week.

It is now time to install the required software on your computer, which will get your work-station set up with everything needed for this course. Depending on your computers operating system, the installation requirements may differ a bit. In general, you will need to install the following software:

R website : The programming language we will be using throughout the course.

Positron : The integrated development environment (IDE) in which we will open, modify and run our code.

Git : The version control software that will allow us to track changes to our files.

Additionally, Windows users will need to install:

RTools : Used to build R packages from source code.

You can find the operating system specific installation walkthroughs below. Once you have completed your specific walkthrough, return to this page and proceed to the next section.

Please note: For those using university or company administered computers, please be aware that you may not have the necessary permissions to install these directly, and may need to reach out to your IT department to help get the software installed and running correctly.

If you are using your own computer, congratulations, you are your system administrator, and should already have the necessary permissions.

Install Software for

Windows

Installation walkthrough for Windows



MacOS

Installation walkthrough for MacOS



Linux (Debian)

Installation walkthrough for Linux



Additional Resources

How to Download and Install Software on Windows 11

How to Install Software on a Mac

How to Download and Install Software on Linux

Riffomonas Project: Installing R, RStudio, and packages for Windows and Mac OS X (CC077)

A brief tour of Positron

A brief introduction to Git for beginners

AGPL-3.0 CC BY-SA 4.0