buenrostrolab / FigR

Functional Inference of Gene Regulation
https://buenrostrolab.github.io/FigR/
MIT License
31 stars 10 forks source link

ERROR: dependency ‘BuenColors’ is not available for package ‘FigR’ #38

Closed ulloaa closed 6 months ago

ulloaa commented 7 months ago

Hello,

We are attempting to install FigR for R 4.1; also tried for R 4.2; however, we get the error:

ERROR: dependency ‘BuenColors’ is not available for package ‘FigR’

Could you please advise?

Thanks!

vkartha commented 7 months ago

Hi there - are you able to first run:

devtools::install_github("caleblareau/BuenColors")

and try re-installing FigR?

There are a few other packages that are imported when running the framework (and hence suggested, like ggrepel, FNN, doParallel etc.) just so you know, you may want to make sure those are installed as well (you can review the documentation website to get a sense of what is required since not all of it is installed automatically so as to be somewhat lightweight)

vkartha commented 6 months ago

@ulloaa Were you able to resolve this issue?

ulloaa commented 6 months ago

Yes, I was; thank you so much for your help!