- Use GitHub Actions instead of travis.
- Generate website automatically with pkgdown and GitHub Actions.
- Export tidy S3 methods (#7 and #13).
- Function to find the Git remote name and project repo automatically:
proj_repo()(#12, #2).
- Added a
NEWS.mdfile to track changes to the package - Added functions to interact with issues such as:
- To list items:
gh_list_issues,gh_list_labels - To crete items:
gh_new_issue,gh_create_labels - To delete items:
gh_delete_label
- To list items:
- Added a tidier function
tidyfor convertinggh_responseclass to atibble - Added function to create repository:
gh_new_repo