RinteRface / connectViz

{connectViz} offers a collection of helper functions and 'htmlwidgets' to help admins or user better understand how 'RStudio Connect' is used in their organisation. The package provides plug and play visualisations that can be customised depending on needs.
Other
12 stars 2 forks source link

May want to add a version pin / dependency on `htmlwidgets` #5

Closed colearendt closed 2 years ago

colearendt commented 2 years ago

I did not dive into the version dependency graph here, but got this error message and needed to resolve by installing a later version of htmlwidgets

Error: object ‘JSEvals’ is not exported by 'namespace:htmlwidgets'
Execution halted
ERROR: lazy loading failed for package ‘connectViz’
* removing ‘/usr/home/cole/connect-usage/renv/staging/1/connectViz’
DivadNojnarg commented 2 years ago

Thx for reporting.

I have no direct dependency with {htmltwidgets}. Looking at {echarts4r}, {toastui}, {apexcharter} poke @pvictor and @JohnCoene.

pvictor commented 2 years ago

Sorry that's on me, {apexcharter} require {htmlwidgets} >= 1.5.3. Fixed on GitHub, soon on CRAN.