I'm trying to install `rugarch package in Rstudio 3.3 (mac).
install.package("rugarch")
When I run library(rugarch)
this is the error:
Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : there is no package called 'truncnorm'
Error: package or namespace load failed for 'rugarch'
someone knows how to handle it?