daattali / timevis

📅 Create interactive timeline visualizations in R
http://daattali.com/shiny/timevis-demo/
Other
650 stars 157 forks source link

Crosstalk error: Error: timevis: 'data' must be a data.frame #142

Closed jennyv0 closed 10 months ago

jennyv0 commented 10 months ago

Hello! Love the package.

I'm trying to get the crosstalk functionality to work but I am getting hit with this error when trying to run the demo app, and also the following code snippet from the documentation:

Error: timevis: 'data' must be a data.frame

It doesn't seem to want to accept the shared_df object for some reason! Any ideas what the issue is?

Thanks :)

daattali commented 10 months ago

This feature is not on CRAN. Are you using the development version from github?

jennyv0 commented 10 months ago

Ah yes indeed I was! Thank you so much!