neurorestore / Libra

MIT License
153 stars 25 forks source link

run_de function is not found. #36

Open elifozcelik opened 1 year ago

elifozcelik commented 1 year ago

In various R versions like 4.0,4.1,4.2 I have been getting there is no function called run_de when I try to use Libra. This issue disappear sometimes by itself but I could not figure out why it is happening or how to solve it.

could not find function "run_de"

jordansquair commented 1 year ago

This sounds like an environment problem not an issue with Libra

wong-nw commented 1 year ago

I ran into this issue too with a fresh installation of Libra. What sort of environment issues would cause this?

EDIT: I used remotes::install_github("neurorestore/Libra") and this worked. For some reason, devtools::install_github("neurorestore/Libra)` is installing a different package

jordansquair commented 1 year ago

I’m not sure as I’ve never encountered this issue but perhaps it is a local environment issue that is causing it to be installed from CRAN instead of GitHub

7lagrange commented 1 year ago

it is because there is another pretty popular package also called Libra https://cran.r-project.org/web/packages/Libra/index.html