Problem launching Rcmdr from RStudio

Hello!! I am not able to find R commander (Rcmdr) in Rstudio

R version 3.6.3 (2020-02-29) -- "Holding the Windsock"
Copyright (C) 2020 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (64-bit)

R es un software libre y viene sin GARANTIA ALGUNA.
Usted puede redistribuirlo bajo ciertas circunstancias.
Escriba 'license()' o 'licence()' para detalles de distribucion.

R es un proyecto colaborativo con muchos contribuyentes.
Escriba 'contributors()' para obtener más información y
'citation()' para saber cómo citar R o paquetes de R en publicaciones.

Escriba 'demo()' para demostraciones, 'help()' para el sistema on-line de ayuda,
o 'help.start()' para abrir el sistema de ayuda HTML con su navegador.
Escriba 'q()' para salir de R.

install.packages("Rcmdr")
WARNING: Rtools is required to build R packages but is not currently installed. Please download and install the appropriate version of Rtools before proceeding:

https://cran.rstudio.com/bin/windows/Rtools/
Installing package into ‘C:/Users/CAMI/Documents/R/win-library/3.6’
(as ‘lib’ is unspecified)
probando la URL 'https://cran.rstudio.com/bin/windows/contrib/3.6/Rcmdr_2.6-2.zip'
Content type 'application/zip' length 5134899 bytes (4.9 MB)
downloaded 4.9 MB

package ‘Rcmdr’ successfully unpacked and MD5 sums checked

The downloaded binary packages are in
C:\Users\CAMI\AppData\Local\Temp\Rtmp0MDiee\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.
RcmdrMsg: [1] NOTA: Versión de R Commander 2.6-2: Wed Mar 25 21:49:21 2020

Versión del Rcmdr 2.6-2

Attaching package: 'Rcmdr'

The following object is masked from 'package:base':

errorCondition

Rcmdr
Error: objeto 'Rcmdr' no encontrado

Rcmdr is not compatible with RStudio IDE you have to launch it from the R GUI instead

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