mason-org / mason-org/r-languageserver
root cause found: r-languageserver fail to install bash spawn exit
Nobody has claimed this yet.
- Dominant language
- R
- Stars
- 10
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Couldn't get past the initial install because I have a ~/.Rprofile that defines my own repo location.
Local workaround is to comment out this line in your ~/.Rprofile if you have it:
local({
# options(repos=getOption('repos', 'https://ftp.osuosl.org/pub/cran/'))
})
Install doesn't bail out at the start.
I'll submit a PR for a fix.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the initial installation with a ~/.Rprofile that defines a custom repository, then inspect the installation entry point that invokes R and bash. The fix is complete when installation succeeds without requiring users to comment out their repository configuration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- bash, r
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100