-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
R help doesn't work in R terminal #69
Comments
I have been using these images for the past several years on Windows and Linux and have never experienced such a situation. Could it be due to the amd64 emulation of the arm mac? Does the same thing happen when using the arm64 images (such as |
I have always used
I see the same. The web based help is unable to open. If it works for you, then it cannot be an issue with the container. It's probably something to do with my local setup. I am not exactly sure how it's supposed to open. In the viewer? Or somewhere else? Is it a port issue? But, interactive graphics, htmlwidgets, shiny apps etc do work and open up in the viewer. @eitsupi Would you be able to share a screenshot of how it looks like for you? |
@royfrancis If my guess is correct, you have misunderstood the use of VS Code Dev Container. Please check the documentation. You should be able to check with GitHub Codespaces for the correct behavior (I can share screenshots right now). |
Hmmm.. The examples you have linked uses Anyway, I also tried out the Github Codespaces link that you provided. Same result when I ran it in my local installation of VS Code. But it worked when I ran it in the browser. So, perhaps it's related to my VS Code installation? Hmmm 🤔 |
Interesting, since it seems to be a VSCode issue, I suggest you ask the question in the VSCode repository. I will close this repository as it is irrelevant to this repository. |
When asking for help from the R terminal using
?
, I get the following error: 'Couldn't show help for path:'.Details:
I am running a docker container (ghcr.io/rocker-org/devcontainer/geospatial:4.4) on a Mac M3. And I have attached to the running container through VS Code Dev Containers extension. I get this error in the R terminal (Maybe Radian?). If I open up a regular terminal and enter R and ask for help, it opens in the terminal itself.
Not really sure if this is related to the container or VS Code or an extension. Anyone else experiencing this? Happy to give more info if needed.
The text was updated successfully, but these errors were encountered: