2026-01-13
R in the RStudio IDE
Github repositories for
Jenny Bryan, Happy Git and GitHub for the useR, chapter 5.1:
Get current, people.
Good practice:
Connecting-RStudio-and-Git-Github.RprojREADME.RmdLoad Packages …
Versions
Installations found:
< R version 4.5.1 (2025-06-13) >
RStudio version: < 2025.5.1.513 >
< git version 2.49.0 >
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.md file by rendering the README.Rmd file
Check the resulting README.md file:
If any of your answers above is ‘no’ install a newer version.
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!
We will be using LLMs in this course
We need to document any use (save prompt & output)
We need to critically assess any output
non-deterministic (different day, different luck)
model updated quietly by providers
inconsistent performance, seemingly not related to task difficulty
ellmer supports integration with most LLM providerschat <- ellmer::chat_anthropic() opens chat with claudelive_console(chat) uses the console as a chat, exit with Q