Victor Kryukov
unread,May 30, 2013, 2:11:42 PM5/30/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to shiny-...@googlegroups.com
Hello list,
I have a fairly complex Shiny app that works perfectly under Shiny 0.5.0 from CRAN. When I install latest shiny from github (via
library(devtools)
install_github('shiny', 'rstudio')
I now getting "Error in !res : invalid argument type" instead of one of my charts. When I revert back to CRAN shiny, everything works again.
It is a known issue?