Failing to install panelr package in rstudio cloud

Hi, I am failing to read in the panelr package from the library. I used the package utilisng is wbm() function on some panel data earlier this year and I have even tried to install it and I get this message: Warning in install.packages : package ‘panelr’ is not available (for R version 4.0.2).

Has the package been removed? Kindly assist on how I can install it or the new version.
Thanks

The package is no longer on CRAN but you can install it from GitHub (I have tested this).

remotes::install_github("jacob-long/panelr")

Sure, thanks.
Just out of interest, would you have an idea why it was removed from CRAN?

The package hasn't been updated to be compliant with the latest R versions. This usually happens when the package is not been maintained by the author anymore.

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

If you have a query related to it or one of the replies, start a new topic and refer back with a link.