Conversation
|
Ubuntu works, but Debian failed. |
|
@eddelbuettel After setting bspm, package installation fails only on Debian on CI as follows Do you have any idea about this? (Currently connections to > install.packages("curl")
Error:
Execution halted |
|
Hm. Not sure I ever tried (because I always had a richer set of packages under Ubuntu). Might be a question for @Enchufa2 about why/how/where debian fails where ubuntu works. |
This reverts commit adf8160.
|
Ok, we can merge this for now and fix bugs later.... |
|
I'm catching up here. Is this still failing for Debian? Is there any recipe to reproduce this locally? |
|
@Enchufa2 Thanks for looking at this! I have confirmed that {
"image": "mcr.microsoft.com/devcontainers/base:debian",
"features": {
"ghcr.io/rocker-org/devcontainer-features/r-apt:0": {
"installBspm": true
}
}
}This setup corresponds to the following script run with Perhaps the script contains improper settings somewhere? |
|
On the other we have (I just rebuilt it, it was behind on the Debian bookwork release.) The Dockerfile is tiny: https://github.com/rocker-org/bspm/blob/master/testing/Dockerfile |
I am not sure I understand your point. I am trying a minimal setup on #169 (comment) and packages such as languageserver are irrelevant.
I think the problem here includes the fact that the error messages seem unhelpful. |
|
I have created a new issue about that #173 |
I apologize for being unclear. What I meant was that the script you pointed @Enchufa2 at is 250+ lines long and complicated with many cases, and points like "On Debian, renv, languageserver and httpgd are not available via apt" The script that works has one |
|
Yes, I know that setup is successful if I run a minimal number of commands (as I wrote here #169 (comment)). |

Close #69
Add a new option to set up bspm.