Unable to install packages like tidyverse

Hi all, sorry I'm a complete R-Beginner, I hope someone may help me anyway.
I installed the newest version of R (R-4.1.1), Rtools V 4.0 and RStudio.

Now I'm trying to install the package tidyverse, but sadly without success. I get the following instll/errormessages:

install.packages("tidyverse")
Installiere Paket nach ‘C:/Users/CHerzog/OneDrive - JNJ/Documents/R/win-library/4.1’
(da ‘lib’ nicht spezifiziert)
trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/tidyverse_1.3.1.zip'
Content type 'application/zip' length 430232 bytes (420 KB)
downloaded 420 KB

package ‘tidyverse’ successfully unpacked and MD5 sums checked

The downloaded binary packages are in
C:\Users\CHerzog\AppData\Local\Temp\3\RtmpYFMi66\downloaded_packages

When I try to start tidyverse I receive:

library(tidyverse)
Error: Laden von Paket oder Namensraum für ‘tidyverse’ in namespaceExport(ns, exports): fehlgeschlagen
nicht definierte Exporte: %has_args%, %has_attr%, %has_name%, on_failure<-, are_equal, assert_that, has_args, has_attr, has_extension, has_name, is.count, is.date, is.dir, is.error, is.flag, is.number, is.readable, is.scalar, is.string, is.time, is.writeable, noNA, not_empty, on_failure, see_if, validate_that

Does someone of you have an idea what I can try? Would be very happy for your help!

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.