hrbrmstr / taucharts

:bar_chart: An R htmlwidget interface to the TauCharts javascript library
http://rpubs.com/hrbrmstr/taucharts
Other
65 stars 10 forks source link

error in local shiny server #14

Closed ignacio82 closed 9 years ago

ignacio82 commented 9 years ago

I'm not sure if this is an error with taucharts or my shiny server.

When I use Rstudio on my local computer to my taucharts example works well. But, when I try to load it on my local shiny server i get this error:

Error: do not know how to convert 'x' to class “POSIXct”

Thanks for the help!

hrbrmstr commented 9 years ago

Re-install from github. We've been in furious active development on the main branch (which is my fault)

ignacio82 commented 9 years ago

just did, the error did not go away :( I'm using docker to run shiny server https://registry.hub.docker.com/u/rocker/shiny/

timelyportfolio commented 9 years ago

working on this now @ignacio82 ; @hrbrmstr guess we should move to devel branch since our "continuous integration" isn't working so well with no tests :)

timelyportfolio commented 9 years ago

@ignacio82 let me know if #17 did not fix it

ignacio82 commented 9 years ago

@timelyportfolio it works! :+1: