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

Add R checks #12

Closed rossellabelleli closed 1 year ago

rossellabelleli commented 1 year ago

11 Progresses issue

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: 0aba2dbbc3bc0937c1e8d8f0bc44604336c95eb2

Minimum allowed coverage is 80%

:recycle: This comment has been updated with latest results

gravesti commented 1 year ago

@rossellabelleli @maximo1311 I've added the github actions/workflows for the automatic checking of the package and set up the files for adding tests. I also fixed a few things for R CMD check.

@rossellabelleli As you are the requestor of this PR, it's not possible to add you as a reviewer.

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 c758dfcf.