Questions tagged [r-commander]

R Commander is a platform-independent basic-statistics GUI for R, based on the `tcltk` package.

R Commander is a platform-independent basic-statistics GUI for R, which is provided in the CRAN package Rcmdr. R Commander is based on the tcltk package.

The Rcmdr program enables analysts to access a selection of commonly-used R commands using a simple interface that should be familiar to most computer users. It also serves the important role of helping users to implement R commands and develop their knowledge and expertise in using the command line.

enter image description here

Resources:

36 questions
0
votes
0 answers

How to change background and text colors R commander?

I would like to change the background and text colors of the R commander. I can change the colors of the R GUI by changing the Rconsole file, and this works fine. I can also change some options of the R commander by changing the Rprofile file.…
Aki
  • 409
  • 2
  • 6
  • 15
0
votes
0 answers

Plots not showing when deploying shiny app

I've just discovered the powerful beauty of Shiny. I tried to make a simple app in which I can load an excel file and perform an PCA on it using the FactoMineR plug-in in rcmdr (for now, the code is just written for this specific file). I manage to…
0
votes
2 answers

Rcmndr plugin not running

I am trying to run this rcmndr plugin for my class and it's not working. I installed all the necessary packages and it appeared to install correctly but I am getting this package or namespace load failure. The GUI appears for a split second when I…
Shawn
  • 1
  • 1
0
votes
3 answers

How do I make R run R Commander every time it starts up?

I used to have it set up that R commander plug-in would start up automatically every time I opened the R application, but I've upgraded R and can't remember how I did it.
0
votes
1 answer

Inputting data into "R Commander"

I installed R Commander and have no success in inputting a data set. I have read online how to do it, but it does not seem to work. Here are the steps I have taken. Open R. Open R Commander Click on "Data" then "New data set" and enter "test" as…
-1
votes
1 answer

Error while installing R Commander

library(Rcmdr) Loading required package: RcmdrMisc Error: package or namespace load failed for ‘RcmdrMisc’: object ‘print.rcorr’ is not exported by 'namespace:Hmisc' Error: package ‘RcmdrMisc’ could not be loaded
sunil
  • 1
1 2
3