happy-git-with-r
happy-git-with-r copied to clipboard
Using Git and GitHub with R, Rstudio, and R Markdown
Students are running into trouble following the [instructions for creating a PAT](https://happygitwithr.com/https-pat.html) since GitHub now offers [two options](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token) and seems to direct one to the new fine-grained "Beta" option. For...
Hi GitHubbers I've installed Git (version 2.34.1) on Rstudio (2022.06.0) on Ubuntu (22.04) "apparently" all procedure are right (I even checked Chapt 13 & 14 of [Happy Git and GitHub...
It's possible but it might not be the keyboard shortcuts you expect, at least on Windows? https://github.com/rstudio/rstudio/issues/168
Hi - I am so thankful for this resource. A minor suggestion, which is to change the gitcreds::gitcreds_set() code in chapter 9 so that it can actually be copied straight...
I see 2FA used to be mentioned after https://github.com/jennybc/happy-git-with-r/search?q=2FA&type=commits but it no longer is, is that intended? Thank you in any case for this great resource. :pray:
In [this URL](https://happygitwithr.com/upstream-changes.html#pull-changes-from-upstream) there is written that this command: ``` git pull upstream master --ff-only ``` > pull the changes from the remote known as upstream into the master branch...
Ye olde `https://happygitwithr.com/credential-caching.html` is now
An example of getting formulas to render when using rmarkdown::render() on an R script. For example, the following doesn't render as a formula in an R script but does from...
Summarizing discussion in https://github.com/jennybc/happy-git-with-r/pull/166 "New Project" unfolds differently in Cloud. Only available from the page where you get an overview of your Projects. Not obviously available once you have entered...