Individual Assignment - Set Up Course
Software Introduction to Quantitative Ecology:
In this assignment, you’ll set up the various software packages, accounts, and set-up requirements you need for the course:
You’ll also set up your course folder and create a course RProject.
Before you proceed, make sure you know how to take a screenshot on your computer.
The procedure for taking a screenshot on your computer depends on your operating system. You can check out this article for an overview of how to do so on most operating systems. You can also consult Dr. Google if you run into trouble.
For this assignment, you need to work through the various walkthrough sections which will help you set up the required course software.
After you’ve completed the walkthroughs, you can complete the exercises and build the report. You’ll submit your assignment report via Moodle.
If you haven’t already done so, you should navigate to the Online File Storage & Collaboration page to set up your account.
When you have successfully set up your OneDrive account, complete the following:
My OneDrive page looks like this:
Azure Virtual Desktop may also be referred to as Remote Desktop
Follow these instructions to activate your Azure Virtual Desktop account:
You’ll receive an email once your AVD account is set up. This usually takes a couple of days.
If you haven’t received a confirmation email within 2 days, check your spam folder. In previous semesters many students’ confirmation emails ended up in their Junk mail.
When you have AVD access, log in to AVD in your browser.
In my browser it looks like this:
Click on the UMass Classroom 2 icon to start a remote Windows session.
On my computer, AVD looks like this:
It should look similar on your machine.
Within AVD, double click the File Explorer to open up a file browser window:
Next, open your OneDrive folder.
R is a statistical programming language widely used by researchers in all kinds of industries and research fields.
RStudio is an Integrated Development Environment (IDE) for R.
If you’re already a whiz at installing software, feel free to download and install R and RStudio on your own.
R is here: https://cran.r-project.org/ RStudio is here: https://rstudio.com/
Rather than reinventing a wheel that’s been invented successfully by many others I’ll direct you to some resources with more in-depth instructions for setting up the software:
RStudio Education has some straightforward instructions here:
https://rstudio-education.github.io/hopr/starting.html
YaRrr is a great free and open-source R learning resource. Check out the instructions for installing R and RStudio here
If you like video tutorials check out these resources:
This is a detailed and gently-paced tutorial
Once you’ve successfully set up the software, you should be able to open the RStudio program and see something like this:
NOTE: Your RStudio session may have slightly different fonts, styling, colors, etc. depending on your operating system and operating system themes.
Keeping your course files organized is a key part of success in this and any other course.
Before you proceed with this part of the walkthrough, it is essential that you understand the basics of how files are stored on your computer. Specifically, you need to understand the concepts of:
You’ll also need to know how to do the following:
Since there are many great resources for learning about these basic concepts, I’ll leave it to you to make sure you familiarize yourself with these concepts.
To get started here are a few resources:
Geeks 4 Geeks: File Systems in Operating System article on general filesystem concepts. The first few sections of relevant to our course, the following sections on file allocation etc. are not relevant for us.
Geeks 4 Geeks: Structures of Directory in Operating System A good overview of how directory structures work. Has a nice discussion about the tree-like nature of directory structures. The article sections that are relevant to us are:
The other sections are not relevant for us.
WikiHow: How to Navigate the Windows Directory A Windows-specific article on navigating your directories. You’ll be using Method 1 in the article. You do not need to read about methods 2 - 4.
How do I use the Finder to manage my files and folders? A thorough description of the Mac Finder and how to use it.
Dr. Google, Dr. YouTube, your peers, and your classmates!
data
assignments
You are free to create any additional folders you like, for example to store script or notes documents. I suggest you create a logical and self-explanatory set of subdirectories.
A basic course folder setup should look like this:
Always Load Your RProject!!!
You’ll need to make sure that your RProject is open in RStudio when
you do any work for this course. The easiest way to ensure that your
course RProject is loaded is to open RStudio by double-clicking on the
intro_quantitative_ecology.RProj
file.
You can tell if your RProject is loaded by looking in the upper-right corner of the RSTudio window (see the screenshot below).
There are a couple of crucial options you need to set for your RProject.
You can find the Project Options via the Tools menu.
You should set the appropriate options as shown in this screenshot:
Self test: My OneDrive My Files page looks like this
"Hello world, it's me Mike Nelson"
getwd()
Self test: My RStudio session looks something like this:
intro_quantitative_ecology.RProj
fileTo complete this assignment you’ll create a document that includes the following screenshots:
Create a pdf document that includes the 5 screenshots and submit it on Moodle.