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