Re: [R] ggplot2 version 3

2018-07-03 Thread Roy Mendelssohn - NOAA Federal via R-help
Thanks! -Roy > On Jul 3, 2018, at 2:40 PM, William Dunlap wrote: > > One way to test the new ggplot2 is to make a new directory to use as an R > library and to install the new ggplot2 there. >newLibrary <- "C:/tmp/newRLibrary" >dir.create(newLibrary) >install.packages("ggplot2", l

Re: [R] ggplot2 version 3

2018-07-03 Thread William Dunlap via R-help
One way to test the new ggplot2 is to make a new directory to use as an R library and to install the new ggplot2 there. newLibrary <- "C:/tmp/newRLibrary" dir.create(newLibrary) install.packages("ggplot2", lib=newLibrary) Then you can run two R sessions at once, starting one with .libPa

[R] ggplot2 version 3

2018-07-03 Thread Roy Mendelssohn - NOAA Federal via R-help
Hi All: When I ask about updating packages in my R distribution, it lists ggplot2 version 3.0.0 as being available. I know that ggplot2 version 3.0.0 has made some significant changes that will break certain things. I would like to install the new version, to see if it breaks anything that I