/ready4fun

Tools to implement reproducible workflows for authoring and documenting code libraries used in mental health data synthesis and simulation projects

Primary LanguageRGNU General Public License v3.0GPL-3.0

ready4fun

Author and Document Functions to Implement Ready4 Algorithms

R-CMD-check Lifecycle: experimental ready4 DOI

ready4fun is a toolkit for authoring and documenting functions that implement algorithms for the ready4 youth mental health systems model (https://www.ready4-dev.com/). The toolkit aims to help all developers contributing to ready4 to adopt a common house style in authoring and documenting functions. The current version of this software is a development release, which you should only trial if you feel confident you understand what it does and have created a sandpit area in which you can safely undertake testing. If you have any questions, please contact the authors (matthew.hamilton@orygen.org.au).

To install a development version of this software, run the following commands in your R console:

utils::install.packages("devtools")

devtools::install_github("ready4-dev/ready4fun")