Cannot install package "plm" in R

Hello everybody,

I tried to install the package plm via install.packages ("plm"). This then ran with many red errors. However, the package could not be found with the library (plm) command. I've already looked for the solution here in the forum. Unfortunately without success.

After running
install.packages("rbibutils", dependencies = TRUE)
install.packages("Rdpack", dependencies = TRUE)
install.packages("plm")
library(plm)

again, it was still unsuccessful.

It would be great if someone could help me.
Thanks in advance

Best wishes
Anja

The latest versions of those packages are only available as source code for your R version (because is very old) thus, they require compiling, for that, you need to have RTools installed in your system, you can download a suitable version of RTools for your R version from here:

https://cran.r-project.org/bin/windows/Rtools/history.html

Another option is to update your R version (latest stable version is 4.1.0) so you can get access to precompiled binaries.

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.