Error : ‘RcmdrPlugin.mosaic’, ‘ENmisc’ are not available

Hi All, I am a newbie in R. I was trying to install this packages :
install.packages(c("RcmdrPlugin.mosaic","ENmisc"),
lib=.Library, dependencies=TRUE)

but receive this error:

packages ‘RcmdrPlugin.mosaic’, ‘ENmisc’ are not available (for R version 3.6.3)

How may I solve it?

Those packages are no longer in CRAN because they are not currently being maintained by their authors but you can try to install them from GitHub (CRAN mirror).

remotes::install_github("cran/ENmisc")
remotes::install_github("cran/RcmdrPlugin.mosaic")

Of course, this will require you to have the needed compilers installed in your system beforehand.

1 Like

@andresrcs Thank you so much. Are the Specific compilers that I need to install over and above R Gui and RStudio?

R is the programming language and RStudio is an IDE non of them are compilers. The required compilers depend on the Operating System you are using.