Skip to content

v0.3.6

Compare
Choose a tag to compare
@schloerke schloerke released this 15 May 13:16
ea28f67

profvis 0.3.6

  • Added a profvis Shiny module, for starting/stopping the profiler during the execution of a Shiny application. This can be helpful if you don't want to profile the entire execution of an app, only a certain operation. To install the profvis module into your app, add profvis_ui("profvis") to your UI, and callModule(profvis_server, "profvis") to your server function.

  • Exported parse_rprof function.