2. Download RStudio Desktop
3a. Windows users: Download Cygwin Terminal
Run the setup file and choose a mirror. When you get to the package selection prompt, use the search bar at the top to type in the following package names. For each package, search for the matching name, description, and category, then click the package to select it.
-
git: Distributed version control system Category: Devel. For file version control.
-
openssh: The OpenSSH server and client programs. Category: Net. For remote computing. (Optional)
-
vim: Vi IMproved Text Editor. Category: Editors (Optional)
Open a terminal, navigate to a folder where you want to save your work for ITEC 621, and use git clone
to get the repo:
# windows users only:
ln -s /cygdrive/c/Users/$USER/Code ~/Code
# all users:
cd ~/Code
git clone https://github.com/gmf05/ITEC696.git
Run the file requirements.R
, which will install a series of libraries.