library(Rcmdr) not working on Mac

Hello,
I'm very new to Rstudio, and I'm not able to make Rcmdr work. Please help.
After install.packages() and library() it gets stuck and nothing happens, it freezes and I have to quit.
OS: Mac Big Sur

> install.packages("Rcmdr")
trying URL 'https://cran.rstudio.com/bin/macosx/contrib/4.0/Rcmdr_2.7-1.tgz'
Content type 'application/x-gzip' length 4452046 bytes (4.2 MB)
==================================================
downloaded 4.2 MB


The downloaded binary packages are in
	/var/folders/qn/jjl3xkcn60sdzcym5sfklzqr0000gn/T//Rtmpe6dW2R/downloaded_packages
> library(Rcmdr)
Loading required package: splines
Loading required package: RcmdrMisc
Loading required package: car
Loading required package: carData
Loading required package: sandwich
Loading required package: effects
Registered S3 methods overwritten by 'lme4':
  method                          from
  cooks.distance.influence.merMod car 
  influence.merMod                car 
  dfbeta.influence.merMod         car 
  dfbetas.influence.merMod        car 
lattice theme set by effectsTheme()
See ?effectsTheme for details.

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.