From 5811684a2085f25139d5097becac1665071166ca Mon Sep 17 00:00:00 2001 From: pfoo <pfoo@ed.ac.uk> Date: Wed, 12 Mar 2025 14:11:04 +0000 Subject: [PATCH] Update readme with new link to RStudio access and installation guide. Removed the requirement section as it is no longer needed. --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index dfe92d0..8e03b70 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,8 @@ In this course, you will learn about R, which is a programming language that is By the end of this course, you will be able to import datasets in various formats, use commands to understand your data better, and edit datasets to handle incorrect ordering or incomplete entries. -## Requirements -Ensure that you have access to the Learn course page [Introduction to R](https://www.learn.ed.ac.uk/ultra/courses/_114976_1/outline). - ## Getting Started -1. Access RStudio through Noteable (or any other preferred methods). You may find the [RStudio Access and Installaiton Guide](https://www.learn.ed.ac.uk/ultra/courses/_114976_1/outline/file/_11039826_1) helpful for this step. +1. Access RStudio through Noteable (or any other preferred methods). You may find the [RStudio Access and Installaiton Guide](https://git.ecdf.ed.ac.uk/introduction-to-r/part-1-basic-syntax/-/blob/main/RStudioAccessAndInstallationGuide.pdf?ref_type=heads) helpful for this step. 2. Create a new project space in RStudio by clicking the "Project: (None)" button at the top right corner. 3. In the pop-up box, click New Project -> Version Control -> Git. 4. Copy-n-paste the URL of this repository to the "Repository URL" section. -- GitLab