Closed GischD closed 4 months ago
Hi Debora,
Thanks for your question. As I commented on your issue in the renv repo this does appear to be related to an renv bug. You should be able to work around it a bit by running remotes::install_github("bnprks/BPCells/r")
from within your renv environment.
That might miss out on some renv features, but I'm pretty sure it will install the package into your local environment correctly.
The fact that you got the 'configure' exists but is not executable
error is a problem on the BPCells side, but even with that fixed you'll still get an error while running renv::install("bnprks/BPCells:r")
due to an renv bug.
-Ben
Hi Ben,
Thank you for your effort in figuring out what is happening. I installed it with remotes, and it works.
Debora
Dear BPCell team,
Thank you for developing the BPCell package. I installed the package using the old GitHub path with renv. After BPCell moved to the new folder I am getting the following error.
Would you happen to have an idea of what is causing the issue?
Thank you, Debora