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