Hi, thank you very much for developing these useful packages!
I am trying to install several related packages (Scissor, SigBridgeR, scPAS) from GitHub, but all of them fail during compilation. The errors suggest issues with C++ compilation (Rcpp / Makeconf).
▶ 1. Scissor
devtools::install_github("sunduanchen/Scissor")
Error:
make: *** [/usr/lib/R/etc/Makeconf:211: RcppExports.o] Error 1
ERROR: compilation failed for package ‘Scissor’
* removing ‘/data2/refdir/Rlib_4.5/Scissor’
installation ... had non-zero exit status
▶ 2. scPAS
devtools::install_github("aiminXie/scPAS")
Error:
cc1plus: some warnings being treated as errors
make: *** [/usr/lib/R/etc/Makeconf:211: RcppExports.o] Error 1
ERROR: compilation failed for package ‘scPAS’
* removing ‘/data2/refdir/Rlib_4.5/scPAS’
I used remotes::install_github("WangLabCSU/SigBridgeR") to install packages and nothing changed.
Could you please offer some help?
Thanks a lot!