Skip to content

Commit 3d3f6b5

Browse files
committed
Bump epidatr & epipredict versions, update due to breaking changes
Bump versions, update renv.lock. Adjust for breaking changes: - Some obvious renames. - Replace both `pivot_quantiles` and `unnest` `pivot_wider` patterns to `pivot_quantiles_wider`. - Fix some `epi_recipe` and `frosting` printing that doesn't play well with knitr now. Update _freeze files where a first pass visual diff identified "real" differences rather than just a tiny visual offset.
1 parent 4c3830c commit 3d3f6b5

File tree

35 files changed

+8082
-7049
lines changed

35 files changed

+8082
-7049
lines changed

_common.R

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,14 @@ options(
4242

4343
ggplot2::theme_set(ggplot2::theme_bw())
4444

45+
# Workaround for interleaved `cat`s and `message`s (from `cli`) getting
46+
# intercepted and not combined properly by `collapse: true`:
47+
with_messages_cat_to_stdout <- function(code) {
48+
withCallingHandlers(
49+
code,
50+
message = function(m) {
51+
cat(m$message)
52+
tryInvokeRestart("muffleMessage")
53+
}
54+
)
55+
}

_freeze/archive/execute-results/html.json

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

_freeze/archive/figure-html/unnamed-chunk-9-1.svg

Lines changed: 588 additions & 591 deletions
Loading

_freeze/correlations/figure-html/unnamed-chunk-10-1.svg

Lines changed: 147 additions & 150 deletions
Loading

_freeze/correlations/figure-html/unnamed-chunk-4-1.svg

Lines changed: 171 additions & 174 deletions
Loading

_freeze/correlations/figure-html/unnamed-chunk-6-1.svg

Lines changed: 189 additions & 192 deletions
Loading

_freeze/correlations/figure-html/unnamed-chunk-8-1.svg

Lines changed: 134 additions & 137 deletions
Loading

_freeze/epidf/execute-results/html.json

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

_freeze/epipredict/execute-results/html.json

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

_freeze/flatline-forecaster/execute-results/html.json

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)