robjhyndman / demography

demography package for R
https://pkg.robjhyndman.com/demography
73 stars 25 forks source link

Newbie problem: can't load demography package #42

Closed zaras86 closed 5 years ago

zaras86 commented 5 years ago

when I try to load the package i get:

Load package: forecast Error: package or namespace load failed for ‘demography’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]): their is no package named ‘mclust’

I use R 3.5.3 on MacOs

I have no idea what to do.

robjhyndman commented 5 years ago

Read the error message. There is a missing package called mclust. So try to install that first.