Cannot install any package and get wrong messages

Hello,
I have a problem with package installation.
I tried many times to install packages, but only got wrong messages.

install.packages("magrittr")
Installing package into ‘C:/Users/qwezy923/Documents/R/win-library/4.0’
(as ‘lib’ is unspecified)
URL 'https://cran.rstudio.com/bin/windows/contrib/4.0/magrittr_2.0.1.zip'
Content type 'application/zip' length 235353 bytes (229 KB)
downloaded 229 KB

package ‘magrittr’ successfully unpacked and MD5 sums checked

The downloaded binary packages are in
C:\Users\qwezy923\AppData\Local\Temp\RtmpUffz2D\downloaded_packages

I can see the package name on the Packages window under User Library , but cannot use it.
How can I fix it?
Thanks!

I don't see any error message. Have you tried.

 library(magrittr)

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.