This repository has been archived and is no longer actively maintained.
This project was archived as of October 1, 2025. The project for which it was written is now over. There's no funding to provide further maintenance for other projects. Please don't hesitate to use this code in accordance with the license; however, the authors are unable to offer any additional support.
Demonstration of an R Package
> install.packages("renv")
> renv::init()
Restart R.
> install.packages("devtools")
> devtools::install_github("ctsit/rdemo")
> rdemo::main()