A bit of background
I have just downloaded R as I need to run a couple of regressions for my Econometrics project. I have zero experience in R and suspect that my question is rather stupid but I wasn't able to find any information
So I am trying to install a package, namely 'midasr'. However, R does not let me do so as it keeps saying that a 'prerequisite' package is missing. I was adding them manually but it just seems that there is no end as it keeps asking me to download yet another package.
My question is:
Can I, in any way, obtain a complete list of all the packages that I need in order to open the one I want to? If so, could you please tell me how to do it?
Thanks
CONSOLE OUTPUT
> install.packages("midasr",dep=TRUE)
trying URL 'https://cran.cmm.msu.ru/bin/macosx/el-capitan/contrib/3.6/midasr_0.7.tgz'
Content type 'unknown' length 1099289 bytes (1.0 MB)
==================================================
downloaded 1.0 MB
When I try to install 'midasr', it still gives me the error:
The downloaded binary packages are in
/var/folders/j2/0fn1rd394wz2kzsw3_wqp7540000gn/T//RtmpNqlYdC/downloaded_packages
Error: package or namespace load failed for ‘midasr’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
there is no package called ‘urca’
After I manually add 'urca', it just gives me another package that is needed to be installed.