daattali / timevis

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

No handler registered for type timeline_data:timevisDF #78

Closed Quantumofcosmos closed 5 years ago

Quantumofcosmos commented 5 years ago

I am novice to both shiny and timevis. Tried to run example script given. The console gives the error when i try to access the app in viewer or browser.

Error:

>> runApp('projects/oneoffMisc/shinytimvis.R')

Listening on http://127.0.0.1:6011
Warning: Error in <Anonymous>: No handler registered for type timeline_data:timevisDF
  [No stack trace available]
Error in (function (name, val, shinysession)  : 
  No handler registered for type timeline_data:timevisDF

What am I doing wrong?

daattali commented 5 years ago

Does timevis not work for you even in the most basic way?

On Sun, Apr 28, 2019, 07:27 Venkatesh Yandapalli <notifications@github.com wrote:

I am novice to both shiny and timevis. Tried to run example script given. The console gives the error when i try to access the app in viewer or browser.

Error:

runApp('projects/oneoffMisc/shinytimvis.R')

Listening on http://127.0.0.1:6011 Warning: Error in : No handler registered for type timeline_data:timevisDF [No stack trace available] Error in (function (name, val, shinysession) : No handler registered for type timeline_data:timevisDF

What am I doing wrong?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/daattali/timevis/issues/78, or mute the thread https://github.com/notifications/unsubscribe-auth/AAHIQFD7U7XVB2BZVZK3UQ3PSWC33ANCNFSM4HI6JJGQ .

Quantumofcosmos commented 5 years ago

The screen went grey (like something is overlayed) and it does not respond to click or scrolling.

The problem is now gone after I have updated RStudio to 1.2. Thank you for timely response.