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
I was trying to send an htmlwidget using res$htmlwidget(), but the app kept insisting that the package is not installed. It seems like check_installed() logic is flipped, i.e. it is throwing an error when the package is installed.
The text was updated successfully, but these errors were encountered:
Hi,
I was trying to send an htmlwidget using
res$htmlwidget()
, but the app kept insisting that the package is not installed. It seems likecheck_installed()
logic is flipped, i.e. it is throwing an error when the package is installed.The text was updated successfully, but these errors were encountered: