I am trying to start plm but it wont complete it
install.packages("plm")
Installing package into ‘C:/Users/Bryce Lupo/Documents/R/win-library/3.5’
(as ‘lib’ is unspecified)
trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.5/plm_1.7-0.zip'
Content type 'application/zip' length 2234239 bytes (2.1 MB)
downloaded 2.1 MB
package ‘plm’ successfully unpacked and MD5 sums checked
The downloaded binary packages are in
C:\Users\Bryce Lupo\AppData\Local\Temp\RtmpicBYX8\downloaded_packages
library(plm)
Error: package or namespace load failed for ‘plm’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
there is no package called ‘miscTools’
please help me understand what is incorrect.