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
When testing the safety app in teal gallery, it takes more than 15s for the report to be added.
The root cause is the rendering of the HTML of the data in teal.reporter package. The toHTML and to_rmd rendering functions are not efficient for this data structure.
sessionInfo()
Relevant log output
Code of Conduct
I agree to follow this project's Code of Conduct.
Contribution Guidelines
I agree to follow this project's Contribution Guidelines.