farver package download blocked by IT

I have installed tidyverse but there is some issue with ggplot2. I have had to change the download location to my local machine, and when I try to create a plot there is an error.

Error in `geom_point()`:
! Problem while converting geom to grob.
ℹ Error occurred in the 1st layer.
Caused by error in `loadNamespace()`:
! there is no package called ‘farver’
Run `rlang::last_error()` to see where the error occurred.

When I try to download the farver package I get the following error. Have tried also install.packages("farver", dependencies = TRUE) and both return this error.


> install.packages('farver')
WARNING: Rtools is required to build R packages but is not currently installed. Please download and install the appropriate version of Rtools before proceeding:

https://cran.rstudio.com/bin/windows/Rtools/
Installing package into ‘C:/Users/abonamj/Documents/R/Library’
(as ‘lib’ is unspecified)
trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.2/farver_2.1.1.zip'
Warning in install.packages :
  downloaded length 0 != reported length 14015
Warning in install.packages :
  cannot open URL 'https://cran.rstudio.com/bin/windows/contrib/4.2/farver_2.1.1.zip': HTTP status was '403 Forbidden'
Error in download.file(url, destfile, method, mode = "wb", ...) : 
  cannot open URL 'https://cran.rstudio.com/bin/windows/contrib/4.2/farver_2.1.1.zip'
Warning in install.packages :
  download of package ‘farver’ failed

When I go to the URL it says it's blocked by my IT as sandbox malware. Any way around this?

If you are asking for help to dodge your corporate firewall, that sounds unethical/risky.
Recommend you talk to your IT people about having them help you have the tools to be effective in your role.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.