rstudio / renv

renv: Project environments for R.
https://rstudio.github.io/renv/
MIT License
999 stars 152 forks source link

error installing with devtools #1789

Open yamihn opened 8 months ago

yamihn commented 8 months ago

Hi, I encountered this issue when installing devtools::install_github("rpolicastro/scProportionTest")

Error in file (filename, "r", encoding = encoding):
  connection cannot be opened
Calls: source -> file
Additionally: Warning message:
In file(filename, "r", encoding = encoding):
  cannot open file 'renv/activate.R': File or directory does not exist
Execution stopped
ERROR: Lazy loading failed for package "scProportionTest"
* removing '/media/olga/Elements/env/Seurat_v4/renv/library/R-4.3/x86_64-pc-linux-gnu/scProportionTest'
Warning message:
In i.p(...):
  installing package '/tmp/RtmpyNfFFh/file20294a1b24e2ba/scProportionTest_0.0.0.9000.tar.gz' has a non-zero exit status
>

Can you help me please?

kevinushey commented 8 months ago

Unfortunately, without a reproducible example, it's hard for me to help. Can you provide more details?