-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
targeted learning outcomes:
- code needs to be managed
- git is the tool you need
- new research project -> new git repository (project consist of the code and data)
- packages you dont want to version by yourself
lets start with
- blank repo
- let users to create folder structure
- link to data
- ignore file,
- renv::activate()
- renv::hydrate()
- ggplot2 (do some magic)
- Knit
- renv::snapshot()
git commit for each step
Metadata
Metadata
Assignees
Labels
No labels