Jfortin1/ComBatHarmonization

Unable to install R package

GHarmata opened this issue · 0 comments

I keep getting an error code when I try to install this package. I tried in RStudio on mac and on linux, I tried using devtools and remotes, I tried forking the package and installing from that, and I installed BiocParallel just in case that was the issue. The install always fails. Here is the output:

> remotes::install_github("Jfortin1/neuroCombat_Rpackage")
Downloading GitHub repo Jfortin1/neuroCombat_Rpackage@HEAD
Error: Failed to install 'neuroCombat' from GitHub:
  Command failed (69)
In addition: Warning message:
In system(full, intern = TRUE, ignore.stderr = quiet) :
  running command ''/usr/bin/git' ls-remote https://git.bioconductor.org/packages/BiocParallel RELEASE_3_17 2>/dev/null' had status 69

Help would be greatly appreciated.