1301 feature request add confidence intervals for quantiles in surv time #558
GitHub Actions / Unit Tests Summary
failed
Nov 18, 2024 in 0s
3 fail, 3 skipped, 864 pass in 1m 33s
Annotations
Check warning on line 0 in utils_default_stats_formats_labels
github-actions / Unit Tests Summary
1 out of 11 runs failed: get_stats_works_as_expected_for_defaults (utils_default_stats_formats_labels)
tern.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
Snapshot of code has changed: ('test-utils_default_stats_formats_labels.R:14:3')
Snapshot of code has changed:
old vs new
Code
res
Output
- [1] "n" "sum" "mean" "sd"
+ [1] "n" "sum" "mean" "sd"
- [5] "se" "mean_sd" "mean_se" "mean_ci"
+ [5] "se" "mean_sd" "mean_se" "mean_ci"
- [9] "mean_sei" "mean_sdi" "mean_pval" "median"
+ [9] "mean_sei" "mean_sdi" "mean_pval" "median"
- [13] "mad" "median_ci" "quantiles" "iqr"
+ [13] "mad" "median_ci" "quantiles" "iqr"
- [17] "range" "min" "max" "median_range"
+ [17] "range" "min" "max" "median_range"
- [21] "cv" "geom_mean" "geom_mean_ci" "geom_cv"
+ [21] "cv" "geom_mean" "geom_mean_ci" "geom_cv"
[25] "median_ci_3d" "mean_ci_3d" "geom_mean_ci_3d"
* Run `testthat::snapshot_accept('utils_default_stats_formats_labels')` to accept the change.
* Run `testthat::snapshot_review('utils_default_stats_formats_labels')` to interactively review the change.
Check warning on line 0 in utils_default_stats_formats_labels
github-actions / Unit Tests Summary
1 out of 4 runs failed: summary_formats_works_as_expected (utils_default_stats_formats_labels)
tern.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
Snapshot of code has changed: ('test-utils_default_stats_formats_labels.R:204:3')
Snapshot of code has changed:
old[17:21] vs new[17:21]
"xx.x" "xx.x (xx.x - xx.x)" "xx.x"
geom_mean geom_mean_ci geom_cv
"xx.x" "(xx.xx, xx.xx)" "xx.x"
- median_ci_3d mean_ci_3d geom_mean_ci_3d
+ median_ci_3d mean_ci_3d geom_mean_ci_3d
"xx.xx (xx.xx - xx.xx)" "xx.xx (xx.xx - xx.xx)" "xx.xx (xx.xx - xx.xx)"
* Run `testthat::snapshot_accept('utils_default_stats_formats_labels')` to accept the change.
* Run `testthat::snapshot_review('utils_default_stats_formats_labels')` to interactively review the change.
Check warning on line 0 in utils_default_stats_formats_labels
github-actions / Unit Tests Summary
1 out of 4 runs failed: summary_labels_works_as_expected (utils_default_stats_formats_labels)
tern.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
Snapshot of code has changed: ('test-utils_default_stats_formats_labels.R:214:3')
Snapshot of code has changed:
old[25:31] vs new[25:31]
"CV (%)" "Geometric Mean"
geom_mean_ci geom_cv
"Geometric Mean 95% CI" "CV % Geometric Mean"
- median_ci_3d mean_ci_3d
+ median_ci_3d mean_ci_3d
"Median (95% CI)" "Mean (95% CI)"
- geom_mean_ci_3d
+ geom_mean_ci_3d
"Geometric Mean (95% CI)"
* Run `testthat::snapshot_accept('utils_default_stats_formats_labels')` to accept the change.
* Run `testthat::snapshot_review('utils_default_stats_formats_labels')` to interactively review the change.
Loading