https://github.com/ready4-dev/ready4use
Data management tools for use with the ready4 suite of mental health synthesis and simulation tools
https://github.com/ready4-dev/ready4use
authoring authoring-tool classes methods object-oriented-programming ready4
Last synced: 5 months ago
JSON representation
Data management tools for use with the ready4 suite of mental health synthesis and simulation tools
- Host: GitHub
- URL: https://github.com/ready4-dev/ready4use
- Owner: ready4-dev
- License: gpl-3.0
- Created: 2020-11-24T09:26:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-09-24T04:25:55.000Z (9 months ago)
- Last Synced: 2025-09-24T05:28:27.053Z (9 months ago)
- Topics: authoring, authoring-tool, classes, methods, object-oriented-programming, ready4
- Language: R
- Homepage: https://ready4-dev.github.io/ready4use/
- Size: 26.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
# ready4use
## Ingest, Label, Visualise and Share Health Economic Model Datasets
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[](https://www.ready4-dev.com/docs/software/libraries/types/framework/)
[](https://github.com/ready4-dev/ready4use/actions/workflows/R-CMD-check.yaml)
[](https://doi.org/10.5281/zenodo.5644336)
[](https://CRAN.R-project.org/package=ready4use)
ready4use provides a set of tools for managing data for
models developed with the ready4 framework. For detailed
documentation about the framework and how to use it visit
. For a background to the methodological
issues that the framework is attempting to help solve, see Hamilton et
al. (2024) . This development version
of the ready4use package has been made available as part of the
process of testing and documenting the package. 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/ready4use")
```