Skip to content

Commit

Permalink
add R and RStudio versions; issue #1
Browse files Browse the repository at this point in the history
  • Loading branch information
ezherman committed Oct 18, 2021
1 parent 22414ac commit a5ef4fb
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 60 deletions.
8 changes: 8 additions & 0 deletions workshop-rmd/workshop-rmd.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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:\
Expand Down
126 changes: 66 additions & 60 deletions workshop-rmd/workshop-rmd.html

Large diffs are not rendered by default.

0 comments on commit a5ef4fb

Please sign in to comment.