Roche / flexsurvPlus

R package that facilitates performing survival analysis to support the creation of Excel based economic models by providing helper functions to use alongside the flexsurv package.
https://roche.github.io/flexsurvPlus/
Apache License 2.0
2 stars 3 forks source link

Fix cache for workflows #13

Closed gravesti closed 1 year ago

github-actions[bot] commented 1 year ago

badge

Code Coverage Summary

Filename                     Stmts    Miss  Cover    Missing
-------------------------  -------  ------  -------  ---------
R/bootPSM.R                      5       5  0.00%    38-43
R/convSTEM.R                   702     702  0.00%    37-1046
R/fit_models.R                  31      31  0.00%    57-97
R/get_model_summary.R           27      27  0.00%    24-62
R/internal_functions.R         131     131  0.00%    4-221
R/run_common_shape.R           181     181  0.00%    68-332
R/run_independent_shape.R      275     275  0.00%    72-431
R/run_one_arm.R                 74      74  0.00%    60-194
R/run_separate.R               111     111  0.00%    69-250
R/runPSM.R                      90      90  0.00%    103-231
R/sim_adtte.R                  107     107  0.00%    65-212
R/summaryKM.R                  207     207  0.00%    124-466
R/summaryPSM.R                 127     127  0.00%    75-307
TOTAL                         2068    2068  0.00%

Results for commit: 390cb70022d06e835e7eb071e7159f269ebd722e

Minimum allowed coverage is 80%

:recycle: This comment has been updated with latest results

github-actions[bot] commented 1 year ago

Unit Tests Summary

1 tests   1 :heavy_check_mark:  0s :stopwatch: 1 suites  0 :zzz: 1 files    0 :x:

Results for commit 5a31069e.

:recycle: This comment has been updated with latest results.

gravesti commented 1 year ago

@maximo1311 This PR adds a small file to set up "staged dependencies". We don't use this functionality in the package but this file helps some of the automated checks run more efficiently since the environment can be saved and reused between checks.

Staged dependencies is useful when you depend on another package that is also in development, so you need to get the latest version from git not from CRAN.