infomap_ecology_package
infomap_ecology_package copied to clipboard
infomapecology package
There is something wrong with how the "infomapecology" package is being installed (I have R studio last version on mac). This appears after I try to run a command to visualise a multilayer network created with package EMLN.
sh: ./Infomap: No such file or directory
simpleWarning: Infomap not installed correctly. See www.mapequation.org for instructions on how to install.
Error in run_infomap_multilayer(M = multilayer, relax = TRUE, silent = TRUE, :
Error in Infomap stand-alone file.
In addition: Warning message:
as.tbl() was deprecated in dplyr 1.0.0.
ℹ Please use tibble::as_tibble() instead.
ℹ The deprecated feature was likely used in the infomapecology package.
Please report the issue at
https://github.com/Ecological-Complexity-Lab/infomap_ecology_package/issues.
This warning is displayed once every 8 hours.
Call lifecycle::last_lifecycle_warnings() to see where this warning was
generated.
Hello, I would like to ask if this problem has been solved?
Please note that Infomap and infomap_ecology_package are two different but complimentary pieces of software.
According to the error it seems that the Infomap stand-alone file doesnt exist in your folder.
did you install the Infomap file itself after installing the package?
to do that, you simply run the function:
infomap_ecology_package::install_infomap()
If the stand-alone file does exist in your folder but the error still repeats, please reply with the exact code you ran that resulted with this error, for further inspection.
Closing issue due to inactivity.