jackbibby1 / SCPA

R package for pathway analysis in scRNA-seq data
https://jackbibby1.github.io/SCPA/
GNU General Public License v3.0
62 stars 6 forks source link

Error when installing: package 'multicross' is not available #71

Closed r-melo closed 6 months ago

r-melo commented 6 months ago

Hello,

I am trying to install SCPA and I get the error "package 'multicross' is not available". I saw in your to-do thread that one of the tasks is to incorporate archived CRAN packages. Is multicross on your list?

In the meantime, do you have a strategy to get SCPA installed?

Thank you for creating and maintaining the package.

jackbibby1 commented 6 months ago

Hi,

Yeah -- that to do list was just to incorporate the crossmatch and multicross functions for people that aren't able to install them from CRAN archive (>99% of people will be able to install them from the archive though). SCPA should install fine if you install multicross like...

devtools::install_version("multicross", version = "2.1.0", repos = "http://cran.us.r-project.org")

As here: https://jackbibby1.github.io/SCPA/#installation

Let me know if you're still having issues

Jack

r-melo commented 6 months ago

Thank you for the information. That worked!