rstudio / reactlog

Shiny Reactivity Visualizer
http://rstudio.github.io/reactlog
Other
123 stars 9 forks source link

add a `reactlog_enable()`/`reactlog_disable()` instead of having to set the R option #62

Closed daattali closed 4 years ago

daattali commented 4 years ago

Fixes #61

schloerke commented 4 years ago

Thank you for the PR, @daattali !

Could we change reactlog_set() to two functions: reactlog_enable() and reactlog_disable(warn = TRUE)?

With reactlog_disable(warn = TRUE), it should display a warning like "Restart R to free up 'reactlog' memory" ifisTRUE(warn)`

(Feel free to put them under the same Rd file)

daattali commented 4 years ago

@dtkaplan this is for you!

schloerke commented 4 years ago

Thank you!

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.