not able to install packages mass on version 4.0 is it ok or anything to be done
This is shown in my rstudio what should I do for it or should I leave it ?
>  install.packages("mass")
Installing package into ‘C:/Users/SATYAM/Documents/R/win-library/4.0’
(as ‘lib’ is unspecified)
Warning in install.packages :
  package ‘mass’ is not available (for R version 4.0.0)
Warning in install.packages :
  Perhaps you meant ‘MASS’ ?


R Installing-R-and-RStudio-on-Windows 10-11 min 0-10 sec 26-04-20, 6:44 p.m. guptasm_2@rknec.edu

Answers:

Please check whether MASS is already installed as some versions of R come up with this package as pre-installed ones. Also, you need to make sure that you have a working Internet connection while installing the packages.  
26-04-20, 8:24 p.m. sudhakarst


install.packages("MASS")

MASS - in uppercase
28-04-20, 5:16 p.m. angaiaruvi@gmail.com


Click here to reply/comment online