-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Visualize and explore panels v0.2.40 #22
Comments
Thanks for reporting @kmezhoud Did you you pull from github, install using devtools, or did you use install.packages("radiant", repos = "http://vnijs.github.io/radiant_miniCRAN/")? |
@kmezhoud Could you try the commit I just pushed to github? devtools::install_github("vnijs/radiant")
library(radiant)
radiant() |
Hi, vars <- varnames()vars <- varying_vars() |
Can you send me the output of:
Thanks |
Restarting R session...
Attaching package: ‘tidyr’ The following object is masked from ‘package:magrittr’:
Loading required package: dplyr Attaching package: ‘dplyr’ The following objects are masked from ‘package:stats’:
The following objects are masked from ‘package:base’:
Attaching package: ‘radiant’ The following object is masked from ‘package:ggplot2’:
locale: attached base packages: other attached packages: loaded via a namespace (and not attached): |
I cannot replicate the issue on mac but I do see it on Windows. On windows the issue only pops-up when I do not have launch.browser = TRUE set. Can you try the following to launch radiant?
and
|
OK, |
It also works fine in Chrome and Safari. I wonder if this might be related to an issue I filled at rstudio/shiny yesterday. Would you mind trying out the mini-shiny app mentioned in the issue linked below? I know it says the issue happens on Windows only but perhaps you could replicate on you mac. Thanks! |
I updated Radiant to use the new version of gridExtra. The issue with Visualize and Explore remains but only when using Rstudio's viewer. All works fine in a browser. See also the version deployed on shiny-apps. Looks fine. I will close this for now as it seems this is might be an Rstudio viewer issue. Thanks for reporting and testing. |
@kmezhoud Can you check if you still have this issue with the current release? Thanks. |
Hi, devtools::install_github("vnijs/radiant")
|
Installing from github would not install dependencies on github. You can install the latest version of DT from github first using or just install radiant using: |
@vnijs This issue is solved with radiant 0.2.51.
locale: attached base packages: other attached packages: loaded via a namespace (and not attached): |
Excellent. Thanks for confirming @kmezhoud |
HI Vincent,
I installed the last version V0.2.40.
I note in Visualize sidebar, the dropdown variables are missing (also explore panel).
The new checkbox(Line, Loess, Jitter) are visible only once.
Maybe these news features are in progress..
Thanks
Karim
The text was updated successfully, but these errors were encountered: