HH package is not installing

i have tried to install HH packaage in R 4.0.2 but i am unable to install.
There was an error occurring HH package is not available for your R version
what to do

HH package is indeed available on CRAN for R 4.0.2 so, this seems like a connectivity issue, R is not being able to connect to the CRAN repository you have selected, these are some things to try.

  • Choose a different CRAN repository, RStudios repository is a good choice (http://cran.rstudio.com/) or you could choose one that is geographically closer to you.
  • Disable secure download setting.
  • Check if your internet connection has traffic restrictions of some kind, like a firewall, proxy server, etc. This is usually the case when you are at work or school.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.