This package implements both the discrete and continuous maximum likelihood estimators for fitting the power-law distribution to data. Additionally, a goodness-of-fit based approach is used to estimate the lower cutoff for the scaling region.
109
stars
24
forks
source link
Can't load "dependency ‘VGAM’ is not available" #77
The downloaded binary packages are in
/var/folders/_q/9dbh4vh54gs6bglrqy1_lydr0000gn/T//Rtmpk9ViZN/downloaded_packages
Then when I try loading poweRlaw by running:
library(poweRlaw)
I get the following output:
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
there is no package called ‘VGAM’
Error: package or namespace load failed for ‘poweRlaw’
I tried installing poweRlaw by running:
and got this output:
Then when I try loading poweRlaw by running:
library(poweRlaw)
I get the following output:
What should I do in order to load poweRlaw?