Please help: install package "rugarch"

When I installed package "rugharch", the rstudio showed that "package ‘rugarch’ successfully unpacked and MD5 sums checked".

However, when I library the package, the rstudio showed "Error: package or namespace load failed for ‘rugarch’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]): no exist package DistributionUtils".

Someone knows how to solve this problem? Thanks.

Try installing the missing dependency

install.packages("DistributionUtils")

Thanks. Yes, you are right. It works.

If your question's been answered (even by you!), would you mind choosing a solution? It helps other people see which questions still need help, or find solutions if they have similar problems. Here’s how to do it:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.