not able to install packages mass on version 4.0 is it ok or anything to be done
Title
Question
This is shown in my rstudio what should I do for it or should I leave it ?
<span style="background-color: rgb(255, 255, 0);">> install.packages("mass")</span>
<span style="background-color: rgb(255, 255, 0);">Installing package into ‘C:/Users/SATYAM/Documents/R/win-library/4.0’</span>
<span style="background-color: rgb(255, 255, 0);">(as ‘lib’ is unspecified)</span>
<span style="background-color: rgb(255, 255, 0);">Warning in install.packages :</span>
<span style="background-color: rgb(255, 255, 0);"> package ‘mass’ is not available (for R version 4.0.0)</span>
<span style="background-color: rgb(255, 255, 0);">Warning in install.packages :</span>
<span style="background-color: rgb(255, 255, 0);"> Perhaps you meant ‘MASS’ ?</span>
R Installing-R-and-RStudio-on-Windows 10-11 min 0-10 sec
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.
Login to add comment