convert this into a proper R package via https://usethis.r-lib.org/
Tasks
- fork this repo
- clone to your computer
- use the current script as intended on your own computer. Try to run their test cases.
- Make a note of all dependencies
- create a new local branch
pkg
- create a package skeleton with https://usethis.r-lib.org/
- fill in the stuff from their script. There should only be functions left when you are done, no script
- convert their example tests into proper unit tests via https://testthat.r-lib.org/
- run tests
- commit
- push branch
pkg to your fork
- from fork create a PR
convert this into a proper R package via https://usethis.r-lib.org/
Tasks
pkgpkgto your fork