0

I try to install package IMFData for R version 4.2.0 and it says it is not available for this version, what should I do?

library(IMFData) Error in library(IMFData) : there is no package called ‘IMFData’ install.packages("IMFData") Warning in install.packages : package ‘IMFData’ is not available for this version of R

A version of this package for your version of R might be available elsewhere, see the ideas at https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages

Phil
  • 5,491
  • 3
  • 26
  • 61
  • 1
    You can check the CRAN listing: https://cran.r-project.org/package=IMFData. The package was removed in April because it was not updated to fix error with the latest versions of R. If you really want this package, see [how to install packages removed from CRAN](https://stackoverflow.com/questions/24194409/how-do-i-install-a-package-that-has-been-archived-from-cran) – MrFlick May 12 '22 at 13:16

0 Answers0