Can't update packages

Hello I am trying to update R in order to install ggplot2 package, I have tried uninstalling and reinstalling both R and Rstudio but I still get the same errors, any help is greatly appreciated

install.packages(c("BH", "cli", "digest", "fansi", "glue", "hms", "pillar", "R6", "Rcpp", "rlang", "vctrs"))
Installing packages into ‘C:/Users/Chloe/OneDrive/Documents/R/win-library/3.6’
(as ‘lib’ is unspecified)

  There is a binary version available but the source version is later:
     binary source needs_compilation
Rcpp  1.0.3  1.0.4              TRUE

trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.6/BH_1.72.0-3.zip'
Content type 'application/zip' length 18270741 bytes (17.4 MB)
downloaded 17.4 MB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.6/cli_2.0.2.zip'
Content type 'application/zip' length 398241 bytes (388 KB)
downloaded 388 KB

Content type 'application/zip' length 249482 bytes (243 KB)
downloaded 243 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.6/fansi_0.4.1.zip'
Content type 'application/zip' length 223895 bytes (218 KB)
downloaded 218 KB

Content type 'application/zip' length 153935 bytes (150 KB)
downloaded 150 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.6/hms_0.5.3.zip'
Content type 'application/zip' length 109609 bytes (107 KB)
downloaded 107 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.6/pillar_1.4.3.zip'
Content type 'application/zip' length 184511 bytes (180 KB)
downloaded 180 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.6/R6_2.4.1.zip'
Content type 'application/zip' length 59297 bytes (57 KB)
downloaded 57 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.6/rlang_0.4.5.zip'
Content type 'application/zip' length 1130303 bytes (1.1 MB)
downloaded 1.1 MB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.6/vctrs_0.2.4.zip'
Content type 'application/zip' length 1026941 bytes (1002 KB)
downloaded 1002 KB

You are not showing any error messages, those are normal installation messages.

2 posts were split to a new topic: Problem launching Rcmdr from RStudio

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