Like:
#> This warning is displayed once every 8 hours.
#> Call `lifecycle::last_lifecycle_warnings()` to see where this warning was
#> generated.
I tried explicitly disabling with:
options(rlang_interactive = FALSE)
But that didn't do anything. But I don't understand why is_interactive() would be true in the first place?