42525 подписчиков
295 видео
ds databricks4r: Databricks for RStudio users
Introduction to version control with Git: Initialize a Git repository
Rename files with `git mv`
Create a feature branch after the fact and `git reset --hard upstream/master`
Set up a custom user library to install R packages
Remove the last commit with `git reset HEAD^` then `git checkout .`
Create and apply a patch file from git diff
Docker: Using volumes and managing users
Setup a GitHub token to install R packages from a private repository
Revert a commit with by its sha with `git revert sha`
Amend a commit with `git commit --amend`
Gitflow workflow
Submit a pull request with `gh pr create`
Connect rstudio.cloud and GitHub with an SSH key
Share reproducible examples as gists with gh gist create
Squash all commits in a branch with `git reset master`
onboard how to report bugs
git diff, log, show
git diff sha1 sha2 -- path, mv, rm, core.editor
Create an empty commit with `git commit --allow-empty`
Debugging with an older version of R on rstudio.cloud
Sage only part of a file with `git add -p`
terminal: Modify your file system
Docker: docker-compose and env files
GitHub workflow to release an R package to CRAN
Docker: Creating and using named volumes
How to download output from a specific GitHub release: gh release download
Gitflow workflow to release an R package to CRAN
WTF: Debugging R code
Adding all files to the staging area, then resetting a folder
Setup Google Cloud Run to continuously deploy shiny apps
How to keep your Git repo clean
git status, add, rm --cached, commit, log
onboard connect to github
terminal: Create a custom command as a user in a multi-user system
Suggest/commit changes directly on a GitHub PR
Daily Git workflows: "Fork and clone" explained
A systematic debugging workflow
Setup: GitHub, R, RStudio, and Git