UMCUGenetics / mutSigExtractor

An R package for extracting mutational signatures from vcf files
GNU General Public License v3.0
9 stars 6 forks source link

Error: Failed to install 'mutSigExtractor' from GitHub #7

Open anoronh4 opened 2 years ago

anoronh4 commented 2 years ago

I am attempting to install the package using the following command:

devtools::install_github(c('https://github.com/UMCUGenetics/mutSigExtractor/'

and getting the following error:

Error: Failed to install 'mutSigExtractor' from GitHub:
  (converted from warning) installation of package ‘XVector’ had non-zero exit status
Execution halted

Any idea why I might be getting this error? I am using R version 4.0.0

luannnguyen commented 2 years ago

The error is in the error message: "installation of package ‘XVector’ had non-zero exit status" Please try to install the XVector package separately