Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #10 from fkohrt/main
Browse files Browse the repository at this point in the history
Fix code block and reference
  • Loading branch information
tobyhodges authored May 24, 2024
2 parents 5071a53 + 793042d commit 23f1a9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions instructors/instructor-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ font, R will try to load a different font. This can be done with

Save yourself some aggrevation, and have everyone check and see if they can
install all these packages before you start the first day.
See the "Preparations" section on the homepage of the course website for
package installation instructions.
See the "Install required R packages" section on the homepage of the course
website for package installation instructions.

Sometimes learners are unable to install the **`tidyverse`** package.
In that case, they can try to install the individual packages that are actually
Expand Down
2 changes: 1 addition & 1 deletion learners/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ During the course we will need a number of R packages. Packages contain useful R

To try to install these packages, open RStudio and copy and paste the following command into the console window (look for a blinking cursor on the bottom left), then press the <kbd>Enter</kbd> (Windows and Linux) or <kbd>Return</kbd> (MacOS) to execute the command.

```{r}
```r
install.packages(c("tidyverse", "lubridate", "ratdat"))
```

Expand Down

0 comments on commit 23f1a9f

Please sign in to comment.