Skip to content

Commit 7e08f3d

Browse files
authored
Merge pull request #11 from forwards/jtr13-patch-1
Update prerequisites and add troubleshooting resource
2 parents 6032073 + 0d398a4 commit 7e08f3d

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

prerequisites.qmd

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Prerequisites
33
---
44

5-
*Last updated: May 16th, 2025*
5+
*Last updated: May 11th, 2026*
66

77
## Prior knowledge
88

@@ -23,11 +23,13 @@ Although there will be some time dedicated to this in the workshop, it would be
2323
- a [GitHub](https://github.com) account
2424
- a GitHub PAT configured to work with RStudio -- the vignette from the usethis package on [Managing Git(Hub) Credentials](https://usethis.r-lib.org/articles/git-credentials.html) goes through this.
2525

26+
[Happy Git and GitHub for the useR](https://happygitwithr.com/) is an excellent resource for troubleshooting git related issues and checking that your setup works. Note that while the git/GitHub setup is convenient for sharing packages, you can create a package locally without it.
27+
2628
## R and RStudio
2729

28-
Please ensure that you have the latest versions of R and RStudio installed prior to the first session. Currently, that's R-4.5.0 and RStudio-2025.05.0.
30+
Please ensure that you have the latest versions of R and RStudio installed prior to the first session. Currently, that's R-4.6.0 and RStudio-2026.04.0.
2931

30-
We also **strongly** recommend all participants to install the development tools to avoid potential issues installing packages.
32+
We also **strongly** recommend that all participants install the development tools to avoid potential issues installing packages.
3133

3234
### Installing R
3335

@@ -93,4 +95,4 @@ OS X you are running from here: <https://developer.apple.com/downloads/>
9395
If you installed `r-base-dev`, when installing R, you should have all you need
9496
to build packages from source. Otherwise return to the instructions for
9597
installing R for your distribution and follow the instructions there to install
96-
the additional tools.
98+
the additional tools.

0 commit comments

Comments
 (0)