Use git and GitHub
Follow the workflow
Welcome
Use git and GitHub
1
Cloning the repository
2
Pulling remote changes
3
Creating our own branch
4
Adding changes to our branch
5
Pushing our changes
6
Creating a pull request
7
Solving conflicts
Create an R package
8
Project structure
9
Virtual environments with renv
10
Writing code
11
Function documentation
12
Package data
13
Writing tests
14
R CMD Check
15
Writing articles
16
Environment variables and secrets
17
R code style and formatting
18
Reading large files
19
Automatic checks on Pull Requests
Use git and GitHub
This is the git and GitHub part.
Welcome
1
Cloning the repository