Error with bootEGA function from EGAnet package

Hi everyone.

I downloaded the aforementioned package, then I was reviewing its operation to be able to use it in a project, but when I used the function '' bootEGA "it mentions that it needs the package called" EGA "and it does not run.

The detail of the error is:

Error in fun (obj, substitute (ex), parent.frame (), e $ data):
worker initialization failed: there is no package called 'EGA'

Then I tried to install the "EGA" package using "install_github (" hfgolino / EGA ", dep = TRUE)" but it showed the error
"undefined exports: vn.entropy2"

Does anyone know how to fix this error?

I'm using Ubuntu 16.04, R version 3.5.2 and RStudio Version 1.2.1335

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