An R package that provides a platform-independent basic-statistics GUI (graphical user interface) for R, based on the tcltk package.
Install the released version of Rcmdr from CRAN using:
install.packages("Rcmdr")or from GitHub using:
devtools::install_github("RCmdr-Project/rcmdr/pkg")or the development version from GitHub using:
devtools::install_github("RCmdr-Project/rcmdr/pkg@devel")Install the devtools package using
install.packages("devtools")if necessary, before installing from GitHub.