ambiorix-web / ambiorix

🖥️ Web framework for R
http://ambiorix.dev
GNU General Public License v3.0
211 stars 9 forks source link

check_installed missing a ! #33

Closed benjaminschwetz closed 3 years ago

benjaminschwetz commented 3 years ago

Hi,

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.

JohnCoene commented 3 years ago

Indeed, Thanks; just pushed a fix.