Skip to content
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

Closed
kmezhoud opened this issue Jul 15, 2015 · 14 comments
Closed

Visualize and explore panels v0.2.40 #22

kmezhoud opened this issue Jul 15, 2015 · 14 comments

Comments

@kmezhoud
Copy link

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

@vnijs
Copy link
Owner

vnijs commented Jul 15, 2015

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/")?

@vnijs
Copy link
Owner

vnijs commented Jul 15, 2015

@kmezhoud Could you try the commit I just pushed to github?

devtools::install_github("vnijs/radiant")
library(radiant)
radiant()

@kmezhoud
Copy link
Author

Hi,
Not changes:
I thing the issue comes from this modification:

vars <- varnames()

vars <- varying_vars()
Thanks

@vnijs
Copy link
Owner

vnijs commented Jul 15, 2015

Can you send me the output of:

sessionInfo()

Thanks

@kmezhoud
Copy link
Author

Restarting R session...

library(radiant)
Loading required package: magrittr
Loading required package: ggplot2
Loading required package: tidyr

Attaching package: ‘tidyr’

The following object is masked from ‘package:magrittr’:

extract

Loading required package: dplyr

Attaching package: ‘dplyr’

The following objects are masked from ‘package:stats’:

filter, lag

The following objects are masked from ‘package:base’:

intersect, setdiff, setequal, union

Attaching package: ‘radiant’

The following object is masked from ‘package:ggplot2’:

diamonds

sessionInfo()
R version 3.2.1 (2015-06-18)
Platform: x86_64-apple-darwin13.4.0 (64-bit)
Running under: OS X 10.10.4 (Yosemite)

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
[6] methods base

other attached packages:
[1] radiant_0.2.41 dplyr_0.4.2 tidyr_0.2.0
[4] ggplot2_1.0.1 magrittr_1.5

loaded via a namespace (and not attached):
[1] wordcloud_2.5 slam_0.1-32
[3] reshape2_1.4.1 splines_3.2.1
[5] lattice_0.20-31 colorspace_1.2-6
[7] htmltools_0.2.6 yaml_2.1.13
[9] mgcv_1.8-6 AlgDesign_1.1-7.3
[11] nloptr_1.0.4 DBI_0.3.1
[13] RColorBrewer_1.1-2 pryr_0.1.2
[15] plyr_1.8.3 GPArotation_2014.11-1
[17] stringr_1.0.0 munsell_0.4.2
[19] gtable_0.1.2 htmlwidgets_0.5
[21] codetools_0.2-11 psych_1.5.6
[23] memoise_0.2.1 knitr_1.10.5
[25] SparseM_1.6 httpuv_1.3.2
[27] quantreg_5.11 pbkrtest_0.4-2
[29] parallel_3.2.1 markdown_0.7.7
[31] broom_0.3.7 proto_0.3-10
[33] Rcpp_0.11.6 xtable_1.7-4
[35] scales_0.2.5 DT_0.1
[37] mime_0.3 lme4_1.1-8
[39] gridExtra_0.9.1 mnormt_1.5-3
[41] rpivotTable_0.1.4 digest_0.6.8
[43] stringi_0.5-5 shiny_0.12.1
[45] grid_3.2.1 tools_3.2.1
[47] MathJaxR_0.11 ggdendro_0.1-15
[49] car_2.0-25 shinyAce_0.2.1
[51] MASS_7.3-42 Matrix_1.2-1
[53] lubridate_1.3.3 assertthat_0.1
[55] minqa_1.2.4 R6_2.1.0
[57] nnet_7.3-10 nlme_3.1-121

@vnijs
Copy link
Owner

vnijs commented Jul 15, 2015

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?

shiny::runApp('inst/base', launch.browser = TRUE)

and

library(radiant); radiant()

@kmezhoud
Copy link
Author

OK,
That works fine with Firefox.
Thanks

@vnijs
Copy link
Owner

vnijs commented Jul 15, 2015

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!

rstudio/shiny#894

@vnijs
Copy link
Owner

vnijs commented Jul 16, 2015

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.

https://vnijs.shinyapps.io/base

@vnijs vnijs closed this as completed Jul 16, 2015
@vnijs
Copy link
Owner

vnijs commented Jul 20, 2015

@kmezhoud Can you check if you still have this issue with the current release? Thanks.

@kmezhoud
Copy link
Author

Hi,
i am testing radiant 0.2.51. this is just for your knowledge.

devtools::install_github("vnijs/radiant")
Downloading github repo vnijs/radiant@master
Installing radiant
Skipping 1 packages not available: MathJaxR
Skipping 1 packages ahead of CRAN: shinyAce
'/Library/Frameworks/R.framework/Resources/bin/R' --no-site-file
--no-environ --no-save --no-restore CMD INSTALL
'/private/var/folders/cd/kys1ttrn0mzggqxzzhpl1mw00000gp/T/RtmpZjAtc3/devtools19f3da71925/vnijs-radiant-00b9e29'
--library='/Library/Frameworks/R.framework/Versions/3.2/Resources/library'
--install-tests

  • installing source package ‘radiant’ ...
    ** R
    ** data
    *** moving datasets to lazyload DB
    ** inst
    ** tests
    ** preparing package for lazy loading
    Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
    namespace ‘DT’ 0.1 is being loaded, but >= 0.1.26 is required
    ERROR: lazy loading failed for package ‘radiant’
  • removing ‘/Library/Frameworks/R.framework/Versions/3.2/Resources/library/radiant’
  • restoring previous ‘/Library/Frameworks/R.framework/Versions/3.2/Resources/library/radiant’
    Error: Command failed (1)

@vnijs
Copy link
Owner

vnijs commented Jul 21, 2015

Installing from github would not install dependencies on github. You can install the latest version of DT from github first using
devtools::install_github("rstudio/DT")

or just install radiant using:
install.packages("radiant", repos = "http://vnijs.github.io/radiant_miniCRAN/")

@kmezhoud
Copy link
Author

@vnijs This issue is solved with radiant 0.2.51.

sessionInfo()
R version 3.2.1 (2015-06-18)
Platform: x86_64-apple-darwin13.4.0 (64-bit)
Running under: OS X 10.10.4 (Yosemite)

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] shiny_0.12.1 radiant_0.2.51 dplyr_0.4.2 tidyr_0.2.0 ggplot2_1.0.1 magrittr_1.5

loaded via a namespace (and not attached):
[1] Rcpp_0.11.6 lubridate_1.3.3 lattice_0.20-31 assertthat_0.1 digest_0.6.8 psych_1.5.6 mime_0.3 slam_0.1-32
[9] R6_2.1.0 plyr_1.8.3 AlgDesign_1.1-7.3 lazyeval_0.1.10 rstudioapi_0.3.1 minqa_1.2.4 SparseM_1.6 car_2.0-25
[17] nloptr_1.0.4 R.oo_1.19.0 Matrix_1.2-1 DT_0.1.28 rmarkdown_0.7 proto_0.3-10 splines_3.2.1 lme4_1.1-8
[25] readr_0.1.1 stringr_1.0.0 htmlwidgets_0.5 munsell_0.4.2 broom_0.3.7 httpuv_1.3.2 GPArotation_2014.11-1 mnormt_1.5-3
[33] shinyAce_0.2.1 mgcv_1.8-6 htmltools_0.2.6 nnet_7.3-10 gridExtra_2.0.0 codetools_0.2-11 MASS_7.3-42 R.methodsS3_1.7.0
[41] grid_3.2.1 nlme_3.1-121 jsonlite_0.9.16 xtable_1.7-4 gtable_0.1.2 DBI_0.3.1 scales_0.2.5 stringi_0.5-5
[49] rpivotTable_0.1.4 MathJaxR_0.11 pryr_0.1.2 reshape2_1.4.1 ggdendro_0.1-15 wordcloud_2.5 RColorBrewer_1.1-2 tools_3.2.1
[57] markdown_0.7.7 yaml_2.1.13 parallel_3.2.1 pbkrtest_0.4-2 colorspace_1.2-6 memoise_0.2.1 knitr_1.10.5 quantreg_5.11

@vnijs
Copy link
Owner

vnijs commented Jul 21, 2015

Excellent. Thanks for confirming @kmezhoud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants