- In R Studio : Version 1.4.1106 // [64-bit] C:\Program Files\R_App_4.0.4 // https://rpackages:4243/prod-cran/latest // R Studio running on a Citrix XenApp
- Then run the following 2 lines of code:
install.packages('tidyverse')
library(tidyverse)
I successfully managed to install the package (dplyr) however when I try to call it in the R environment using library(dplyr) I get the following error:
Error: package or namespace load failed for ‘dplyr’:
.onLoad failed in loadNamespace() for 'rlang', details:
call: NULL
error: The rlang package is not properly installed.
The DLL version does not correspond to the package version.
Please update rlang to the latest version.
Updating packages on Windows requires precautions: