Hi Folks
I just noticed a bug re: ggplot2.
Until the new version of ggplot2 is out, which is soon, you need to do the following
This link should work: https://ftp.heanet.ie/mirrors/cran.r-project.org/bin/windows/base/old/
Hi Folks
I just noticed a bug re: ggplot2.
Until the new version of ggplot2 is out, which is soon, you need to do the following
This link should work: https://ftp.heanet.ie/mirrors/cran.r-project.org/bin/windows/base/old/
If it doesn't, here are the steps.
- go to "https://www.r-project.org/"
- At the top of the page, where it says "To download R, please choose your preferred CRAN mirror." - click the link and select Ireland
- You should see options to download R for various operating systems. Click on your choice.
- Click on "base" subdirectory
- Click on "Previous Releases" of R for Windows (down at the bottom)
- Select version 3.4.4
Run the following code:
install.packages("devtools")
library(devtools)
Run the following code:
install_github('tidyverse/ggplot2')
library(ggplot2)
This is the components of the next release of ggplot2. It will be released to CRAN soon.
ls("package:ggplot2")
If the following output includes geom_sf
, then the installation was successful.
ls("package:ggplot2")[130:135]
install.packages("GGally")
install.packages("WVPlot")
install.packages("ggmap")