Open tamas-ferenci opened 7 months ago
I am no expert in this, but it seems (through the pkgdepends
package) that the dependence on curl
is purely due to the dependence on quantmod
. However, it seems to me that quantmod
is only used one single time, and only for one single function (is.OHLC
), which does not require curl
, so this dependence could perhaps be eliminated. (The problem is likely that r-shinylive
tries to load all dependency of a package, even if they're not actually required.)
Is there any chance to make
highcharter
work underr-shinylive
...? Currently it complains about two missing dependencies.