You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as in my case it was labelled differently: 'RStudio'. In any case, cran repos can have other names as well, or you might be using also a corporate one.
`
This is the code that generated the error when Mason tried to install the server
Installation failed bc:
current_cran <- getOption("repos")["CRAN"]
returned NA
I had to manually add to my .RProfile a repo labelled CRAN:
`options(repos = c("CRAN" = "http://cran.r-project.org"))
as in my case it was labelled differently: 'RStudio'. In any case, cran repos can have other names as well, or you might be using also a corporate one.
`
This is the code that generated the error when Mason tried to install the server
r-languageserver/src/install.r
Line 10 in 16ec4a6
Cheers,
Xavi.
The text was updated successfully, but these errors were encountered: