Hi, i tried to install tidyverse and it give following error-
Error: package or namespace load failed for ‘tidyverse’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
there is no package called ‘magrittr’
However , when i tried to install ‘magrittr’ package and it gives somethings like that-
package ‘magrittr’ successfully unpacked and MD5 sums checked
Warning in install.packages :
cannot remove prior installation of package ‘magrittr’
Warning in install.packages :
problem copying F:\R\R-4.1.2\library\00LOCK\magrittr\libs\x64\magrittr.dll to F:\R\R-4.1.2\library\magrittr\libs\x64\magrittr.dll: Permission denied
Warning in install.packages :
restored ‘magrittr’
The downloaded binary packages are in
C:\Users\DELL_BVS\AppData\Local\Temp\RtmpM9C6et\downloaded_packages
Thank you!