The package can be imported to R by doing:
devtools::install_github("UBIOESGD/redcAPI")
Everytime a change is made, follow the workflow in R Packages (2e), in order to check that it works:
- Run
devtools::check(), or press Ctrl/Cmd + Shift + E. - Fix the first problem.
- Repeat until there are no more problems.