Practice using git(hub)
- Fork ampvis2
- Clone ampvis2 to your local machine
- Checkout the "broken" branch
- Run a
devtools::check()
and figure out where the error occurs - Fix the error
- Run a
devtools::check()
again - Commit (or revert) changes
- Push and make a pull request with the fix