Skip to content

Installation failure: Scissor, SigBridgeR, and scPAS all fail to compile (RcppExports.o, cc1plus warnings treated as errors) #3

@lisch7

Description

@lisch7

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 packageScissor* removing/data2/refdir/Rlib_4.5/Scissorinstallation ... 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 packagescPAS* 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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions