
R will ask you to select a CRAN mirror pick the first, "0-Cloud" mirror, or a mirror site near you. Menu or via the command install.packages("Rcmdr") entered at the R > command prompt.
DOWNLOAD R FOR MAC INSTALL
The easiest way to install the Rcmdr package is via the Rgui Packages -> Install packages
DOWNLOAD R FOR MAC WINDOWS
If the general installation procedure and installation issues above are insufficient, here is specific information for Windows, Linux, and macOS systems: Windows Installation Be sure to use a plain-text editor to create this file, not a word processor like Word, or, if using a word processor, to save the file as a plain-text file. Rprofile to your home directory, with the following contents: If you wish to start the R Commander automatically when R starts up, you canĪdd a plain-text ("ascii") file named. In the second instance, you can install the current version of R (always a good idea), and start again. In the first instance, you can install (each) missing package directly via the command install.packages(" package-name"), or, for more than one missing package, install.packages(c(" package-1-name", " package-2-name", etc)), selecting a different CRAN mirror from the one you used initially. There are two common causes for this problem: (1) The package(s) in question may be temporarily missing from the CRAN mirror that you used or (2) the package(s) may be permanently unavailable for an older version of R.

When this happens, there is typically an informative error message about the missing package(s). Ocassionally, an R package or packages required by the Rcmdr package fails to be installed and the R Commander can't start.
DOWNLOAD R FOR MAC DOWNLOAD

These additional packages will either be installed along with the Rcmdr package or the Rcmdr will offer to install them when it first starts up (and you should accept the offer).

Many of these packages have their own dependencies, which depend on still other packages, etc. Such as tcltk and MASS, that are part of the standard R distribution), and these 2 of my book Using the R Commander.Ī general point is keep in mind is that the Rcmdr package usesĪ number of other "contributed" packages (in addition to packages, Particularly on Macintosh systems, and these are described in this document.įor more detailed basic installation instructions, see Ch. There are, however, a few installation issues, The Rcmdr package is a standard R package, and it installs and R Commander Installation R Commander Installation Notes
