- Clone this repository to your local machine
- Open RStudio using the project file
Connecting-RStudio-and-Git-Github.Rproj
- Open the file
README.Rmd
- Make sure that the following code chunks run successfully
-
Load Packages …
-
Versions
Run the code chunk 'versions' at least once successfully.
- Connection to git
Run the code chunk 'gitconnection' at least once successfully.
-
Create the
README.md
file by rendering theREADME.Rmd
file -
Check the resulting
README.md
file:- is your version of R (relatively) current? (most current: 4.5.1)
- is your RStudio version from this year?
- is your version of git (relatively) current? (most current: 2.51.0)
If any of your answers above is ‘no’ install a newer version.
- Do you have push and pull access to the Git repository?
If not, make sure that you have followed all of the steps laid out in chapter 12 of Jenny Bryan’s “Happy Git and GitHub for the useR”
-
Commit and push all changed files to Github classroom.
-
Your done!