You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed infomap with pip as recommended in https://www.mapequation.org/infomap/#Install but the function check_infomap() does not detect it is installed, and the other functions don't work. Probably because you use system(paste("./", x, " -V", sep = "")) so you force installation in the actual folder.