Re: [R] ggplot2 not displaying graph in RH7 RStudio Server 3.2.3

2016-05-19 Thread Tom Wright
hemes_3.0.3 ggplot2_2.1.0 lubridate_1.5.6 > RJDBC_0.2-5 rJava_0.9-8 DBI_0.4-1 > > loaded via a namespace (and not attached): > [1] Rcpp_0.12.5 assertthat_0.1 grid_3.2.3 plyr_1.8.3 > gtable_0.2.0 magrittr_1.5 scales_0.4.0 stringi_1.0-1 > [9] tools_3.2.3 stringr_1.0.0 munsell_0.4.3colorspace_1.2

Re: [R] ggplot2 not displaying graph in RH7 RStudio Server 3.2.3

2016-05-18 Thread phiroc
- Mail original - De: "Jeff Newmiller" À: phi...@free.fr, r-help@r-project.org Envoyé: Mercredi 18 Mai 2016 14:36:50 Objet: Re: [R] ggplot2 not displaying graph in RH7 RStudio Server 3.2.3 Context is everything. Please follow the Posting Guide and provide a minimal reproduci

Re: [R] ggplot2 not displaying graph in RH7 RStudio Server 3.2.3

2016-05-18 Thread Jeff Newmiller
tra_2.2.1 ggthemes_3.0.3 ggplot2_2.1.0 lubridate_1.5.6 >RJDBC_0.2-5 rJava_0.9-8 DBI_0.4-1 > >loaded via a namespace (and not attached): >[1] Rcpp_0.12.5 assertthat_0.1 grid_3.2.3 plyr_1.8.3 >gtable_0.2.0 magrittr_1.5 scales_0.4.0 stringi_1.0-1 >[9] tools_3.2.3 stringr_1.0.0 munsell_0.4.3colorspace_1.2-6 > >

Re: [R] ggplot2 not displaying graph in RH7 RStudio Server 3.2.3

2016-05-18 Thread Jeff Newmiller
Context is everything. Please follow the Posting Guide and provide a minimal reproducible example. Also, if your scripts are literally the same on the two platforms, you should provide the output of the sessionInfo() function for each. -- Sent from my phone. Please excuse my brevity. On May

[R] ggplot2 not displaying graph in RH7 RStudio Server 3.2.3

2016-05-18 Thread phiroc
Hello, I have written an R script which displays a bar chart using the ggplot2 library (please refer to code excerpt at the bottom of this e-mail). Although the bar chart is displayed OK in the Windows version of RStudio (v. 3.2.4), nothing appears on Linux RH 7 in Rstudio Server 3.2.3. I hav