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
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
2 matches
Mail list logo