shiny
htmltools
req()
seq()
on.exit()
observe()
isolate
observeEvent
eventReactive
reactiveTimer()
invalidateLater(ms)
git
expect_error(stop("Bye"))
f <- function() { stop("Calculation failed [location 1]") } expect_error(f(), "Calculation failed")
expect_warning()
expect_message()