Homework 0 Setup B: Connecting RStudio and Git
HW
Week02
Note: This assignment must be submitted in github classroom.
Connecting-RStudio-and-Git-Github
- 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
Installations found:
< R version 4.5.1 (2025-06-13) >
RStudio version: < 2025.5.1.513 >
< git version 2.49.0 >
- Connection to git
Run the code chunk 'gitconnection' at least once successfully.
✔ Setting active project to "/Users/hofmann/Documents/Teaching/Stat
451/Stat451-Spring-2026/homework-repos/homework-0-setup-B".
Project Path: /Users/hofmann/Documents/Teaching/Stat 451/Stat451-Spring-2026/homework-repos/homework-0-setup-B
Git repository detected.
GitHub Remote(s):
[1] "origin"
Checking pull access...
Pull rights: YES
Checking push access...
Push rights: YES
Create the
README.mdfile by rendering theREADME.RmdfileCheck the resulting
README.mdfile:- 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!