https://github.com/ready4-dev/ready4show
Tools for implementing replicable workflows to share insights into projects developed with the ready4 suite
https://github.com/ready4-dev/ready4show
ready4 reproducible-research sharing-insights
Last synced: 5 months ago
JSON representation
Tools for implementing replicable workflows to share insights into projects developed with the ready4 suite
- Host: GitHub
- URL: https://github.com/ready4-dev/ready4show
- Owner: ready4-dev
- License: gpl-3.0
- Created: 2020-12-29T03:57:40.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-06-11T06:52:20.000Z (12 months ago)
- Last Synced: 2025-09-05T02:59:01.267Z (9 months ago)
- Topics: ready4, reproducible-research, sharing-insights
- Language: R
- Homepage: https://ready4-dev.github.io/ready4show/
- Size: 12.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Citation: CITATION.cff
Awesome Lists containing this project
README
# ready4show
## Author Health Economic Analysis Programs and Reporting Templates
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[](https://www.ready4-dev.com/docs/software/libraries/types/framework/)
[](https://github.com/ready4-dev/ready4show/actions/workflows/R-CMD-check.yaml)
[](https://doi.org/10.5281/zenodo.5644568)
[](https://CRAN.R-project.org/package=ready4show)
ready4show provides tools for authoring repeatable analyses
and to help automate the generation of scientific summaries for
modelling studies implemented 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 ready4show 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/ready4show")
```