From a5ef4fb0652f5876e60b53a4a3a4564d7b7ab2f9 Mon Sep 17 00:00:00 2001 From: ezherman Date: Mon, 18 Oct 2021 16:13:41 +0100 Subject: [PATCH] add R and RStudio versions; issue #1 --- workshop-rmd/workshop-rmd.Rmd | 8 +++ workshop-rmd/workshop-rmd.html | 126 +++++++++++++++++---------------- 2 files changed, 74 insertions(+), 60 deletions(-) diff --git a/workshop-rmd/workshop-rmd.Rmd b/workshop-rmd/workshop-rmd.Rmd index 1e8b743..fe2a2c7 100644 --- a/workshop-rmd/workshop-rmd.Rmd +++ b/workshop-rmd/workshop-rmd.Rmd @@ -31,6 +31,14 @@ RStudio workshop of the Maths Skills Centre. This workshop introduces the RStudio environment, writing code in a script, importing and viewing data, data wrangling and data visualisation. +# Setup +You can follow the instructions +[here](https://datacarpentry.org/r-socialsci/setup.html) +to install or update R and RStudio. This workshop was assembled using R version +`r paste(R.Version()$major, ".", R.Version()$minor, sep = "")` +and RStudio version `r rstudioapi::versionInfo()$version`. + + # Overview of RStudio > Questions:\ diff --git a/workshop-rmd/workshop-rmd.html b/workshop-rmd/workshop-rmd.html index 184439c..ddeef5e 100644 --- a/workshop-rmd/workshop-rmd.html +++ b/workshop-rmd/workshop-rmd.html @@ -15,7 +15,7 @@ An introduction to RStudio - + @@ -247,8 +247,12 @@

Maths Skills Centre

This document contains all the materials covered in the Introduction to RStudio workshop of the Maths Skills Centre. This workshop introduces the RStudio environment, writing code in a script, importing and viewing data, data wrangling and data visualisation.

-
-

1 Overview of RStudio

+
+

1 Setup

+

You can follow the instructions here to install or update R and RStudio. This workshop was assembled using R version 4.1.1 and RStudio version 2021.9.0.351.

+
+
+

2 Overview of RStudio

Questions:
1. What are the four panels in RStudio?
@@ -259,8 +263,8 @@

1 Overview of RStudio< 2. Set up an RStudio project for the workshop.
3. Save the workshop files from the vle into the project working directory.

-