error of Rcmdr package installation

Hello,
I'm trying go install R commender. After I write library(Rcmdr) here the error is:

The downloaded source packages are in
‘C:\Users\BESTE\AppData\Local\Temp\RtmpWQq9c6\downloaded_packages’
Warning message:
In install.packages(lib = .libPaths()[1L], dependencies = NA, type = type) :
installation of package ‘RcmdrMisc’ had non-zero exit status

library(Rcmdr)
Hata: package ‘RcmdrMisc’ required by ‘Rcmdr’ could not be found

What should I do?
Thankss

Can you show the complete message you get when you try to install RcmdrMisc?

install.packages("RcmdrMisc")

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.