prabhakarlab / Banksy

BANKSY: spatial clustering
https://prabhakarlab.github.io/Banksy
Other
74 stars 12 forks source link

R Version Issue #13

Closed calebhallinan closed 10 months ago

calebhallinan commented 10 months ago

Hello!

This is a great tool that I am hoping to use for my data, however I am running into an error where Banksy requires R version > 4.4. Is there any chance you would consider lowering this down to R version > 4.3? My work around has been to zip the package, manually change the requirement locally, then source it into R. However, I am running into an issue doing this on a remote drive and so it would be nice if I could download it for R version > 4.3 :)

If you have another solution to this I am happy to hear it out!

Best, Caleb

jleechung commented 10 months ago

Hi @calebhallinan, thank you for your interest in Banksy! We've dropped the version requirement to R >= 4.3.0 but you'll have to install from github with

remotes::install_github("prabhakarlab/Banksy")
vipulsinghal02 commented 10 months ago

Closing this for now.