Genentech / jmpost

https://genentech.github.io/jmpost/
17 stars 4 forks source link

Add "exe" extension to windows programs #276

Closed gowerc closed 8 months ago

gowerc commented 8 months ago

Closes #102

gowerc commented 8 months ago

@danielinteractive , just double checked on a windows VM and all appears to work as expected.

github-actions[bot] commented 8 months ago

badge

Code Coverage Summary

Filename                       Stmts    Miss  Cover    Missing
---------------------------  -------  ------  -------  --------------------------------
R/brier_score.R                  166       0  100.00%
R/DataJoint.R                     76       2  97.37%   264, 270
R/DataLongitudinal.R             119       1  99.16%   245
R/DataSubject.R                   69       1  98.55%   124
R/DataSurvival.R                  77       0  100.00%
R/defaults.R                      10       6  40.00%   18-57, 84
R/generics.R                      19       1  94.74%   49
R/JointModel.R                   122       8  93.44%   142-144, 194, 198, 240, 286, 292
R/JointModelSamples.R             54       0  100.00%
R/Link.R                          55       4  92.73%   159-162
R/LinkComponent.R                 47       5  89.36%   100, 118, 132-149
R/LongitudinalGSF.R               64       0  100.00%
R/LongitudinalModel.R             35      12  65.71%   68-83
R/LongitudinalQuantities.R        85       8  90.59%   100-107
R/LongitudinalRandomSlope.R       27       0  100.00%
R/LongitudinalSteinFojo.R         57       8  85.96%   113-135
R/Parameter.R                     14       0  100.00%
R/ParameterList.R                 42       1  97.62%   184
R/Prior.R                        236       8  96.61%   480, 576, 588-606
R/Quantities.R                   105       0  100.00%
R/settings.R                      12      12  0.00%    55-69
R/simulations_gsf.R               41       0  100.00%
R/simulations_os.R                11       0  100.00%
R/simulations_rs.R                21       0  100.00%
R/simulations_sf.R                38      38  0.00%    17-107
R/simulations.R                  101       0  100.00%
R/StanModel.R                     15       0  100.00%
R/StanModule.R                   177       6  96.61%   199-200, 242, 253, 388, 416
R/SurvivalExponential.R           10       0  100.00%
R/SurvivalLoglogistic.R           11       0  100.00%
R/SurvivalModel.R                 19       0  100.00%
R/SurvivalQuantities.R           151       6  96.03%   173-178
R/SurvivalWeibullPH.R             11       0  100.00%
R/utilities.R                    145       1  99.31%   13
R/zzz.R                            2       2  0.00%    3-12
TOTAL                           2244     130  94.21%

Diff against main

Filename      Stmts    Miss  Cover
----------  -------  ------  --------
TOTAL             0       0  +100.00%

Results for commit: 7060cd5216869e1f5b68c5dc7b644e33d9e1d8cb

Minimum allowed coverage is 80%

:recycle: This comment has been updated with latest results

github-actions[bot] commented 8 months ago

Unit Tests Summary

  1 files   36 suites   5m 4s :stopwatch: 110 tests  84 :white_check_mark: 26 :zzz: 0 :x: 801 runs  775 :white_check_mark: 26 :zzz: 0 :x:

Results for commit 7060cd52.

github-actions[bot] commented 8 months ago

Unit Test Performance Difference

Test Suite $Status$ Time on main $±Time$ $±Tests$ $±Skipped$ $±Failures$ $±Errors$
LongitudinalQuantiles 💚 $42.59$ $-1.40$ $0$ $0$ $0$ $0$
SurvivalLoglogistic 💚 $30.29$ $-1.06$ $0$ $0$ $0$ $0$
model_random_slope_2chain 💚 $38.26$ $-1.21$ $0$ $0$ $0$ $0$
stan_functions 💚 $47.84$ $-1.53$ $0$ $0$ $0$ $0$
Additional test case details | Test Suite | $Status$ | Time on `main` | $±Time$ | Test Case | |:-----|:----:|:----:|:----:|:-----| | LongitudinalQuantiles | 💚 | $36.93$ | $-1.29$ | Test_that_LongitudinalQuantities_works_as_expected | | SurvivalLoglogistic | 💚 | $30.11$ | $-1.05$ | SurvivalLogLogistic_can_recover_known_values | | model_random_slope_2chain | 💚 | $38.26$ | $-1.21$ | Can_recover_known_distribution_parameters_from_random_slope_model_when_using_multiple_chains |

Results for commit e5e4e5db537521b1bd69f18a1cb4f9601e7278b2

♻️ This comment has been updated with latest results.