knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
A collaboratively built package created during a package development training.
The {punkapi}
package will contain functions to call the Punk API.
Documentation is at: https://punkapi.com/documentation/v2
The list of tasks are at https://github.com/ThinkR-open/punkapi/issues
These issues contain a series of functions to implement and bugs to fix.
Note: for this exercise, we will be working only with main & branches (no dev)
Step by step:
main
, named issue-XXX
, where XXX
is the issue you want to work onmain
main
BEFORE making a commit to your branch:
git pull git add . git stash git rebase origin/main git stash apply
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.