https://github.com/ready4-dev/ready4fun
Tools to implement reproducible workflows for authoring and documenting code libraries used in mental health data synthesis and simulation projects
https://github.com/ready4-dev/ready4fun
Last synced: 5 months ago
JSON representation
Tools to implement reproducible workflows for authoring and documenting code libraries used in mental health data synthesis and simulation projects
- Host: GitHub
- URL: https://github.com/ready4-dev/ready4fun
- Owner: ready4-dev
- License: gpl-3.0
- Created: 2020-11-23T08:20:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-19T03:37:10.000Z (about 2 years ago)
- Last Synced: 2025-09-04T20:49:17.040Z (9 months ago)
- Language: R
- Homepage: https://ready4-dev.github.io/ready4fun/
- Size: 16.1 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Citation: CITATION.cff
Awesome Lists containing this project
README
# ready4fun
## Author and Document Functions that Implement Transferable Health Economic Model Algorithms
[](https://github.com/ready4-dev/ready4fun/actions/workflows/R-CMD-check.yaml)
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[](https://www.ready4-dev.com/docs/software/libraries/types/framework/)
[](https://doi.org/10.5281/zenodo.5611779)
[](https://CRAN.R-project.org/package=ready4fun)
ready4fun is a toolkit for authoring and documenting
functions that implement algorithms for models developed with the
ready4 framework (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.hamilton1@monash.edu).
To install a development version of this software, run the following commands in your R console:
```r
utils::install.packages("devtools")
devtools::install_github("ready4-dev/ready4fun")
```