You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmmm, the challenge is that the hint is emitted by expect_snapshot_helper() which doesn't currently have any way to access the active ProgressReporter.
reporter<- get_reporter()
if (!is.null(reporter)) {
# Need to very carefully isolate this change to this function - can not set# in expectation functions because part of expectation handling bubbles# up through calling handlers, which are run before on.exit()reporter$local_user_output()
}
Which means that the advice will have no hyperlinks.
The text was updated successfully, but these errors were encountered: