You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
This is a great package however I'm trying to run your asteroids example that you posted with RShiny and I got this error ‘html’ is not a valid field or method name for reference class “Points”. I'm running chrome.. When I run the clickme function from command line it works fine...
thanks
steve
Here's my session info:
Platform: x86_64-apple-darwin10.8.0 (64-bit)
Hi, sorry for the delay. I've been putting clickme in the back burner for a while.
Is this the code you're using?
setwd("~/Downloads/stats_seminar_talk_2014") # make sure your current directory points to the folder that contains the shiny_asteroids folder
library(shiny)
library(ggplot2)
runApp("shiny_asteroids")
I just tried it again and it works for me, can you run traceback() after you get the error?
No problem... so here's the code I modified, the ggplot renders fine but the click me fires that error... I tried switching dirs... but still didn't work... In the RShiny panel, I get that error message but it does open up a new tab in chrome with the data via $show
Hello
This is a great package however I'm trying to run your asteroids example that you posted with RShiny and I got this error ‘html’ is not a valid field or method name for reference class “Points”. I'm running chrome.. When I run the clickme function from command line it works fine...
thanks
steve
Here's my session info:
Platform: x86_64-apple-darwin10.8.0 (64-bit)
locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] data.table_1.9.2 rjson_0.2.13 stringr_0.6.2 knitr_1.6 yaml_2.1.11 clickme_0.4.0 ggplot2_0.9.3.1
[8] rrdf_2.0.2 rrdflibs_1.3.0 rJava_0.9-6 shiny_0.10.0 rCharts_0.4.5
The text was updated successfully, but these errors were encountered: