Use rterm from docker image
See original GitHub issueIs it possible to tell the extension to use the rterm
located on a docker
image?
A typical call for an interactive R
session using the r-base
image looks like
docker run -ti --rm r-base R
Issue Analytics
- State:
- Created 5 years ago
- Comments:10 (5 by maintainers)
Top Results From Across the Web
r-base - Official Image | Docker Hub
How to use this image. Interactive R. Launch R directly for interactive work: $ docker run -ti --rm r-base. Batch mode.
Read more >An Introduction to Docker for R Users - Colin Fay
A quick introduction on using Docker for reproducibility in R. ... Docker is designed to enclose environments inside an image / a container....
Read more >Best Practices for R with Docker - R-bloggers
In this post, I will compare using different parent images and outline best practices. I focus on Shiny apps but most of these...
Read more >Sharing and Running R code using Docker
A Docker container is a runnable instance of an image. Once an image is created, a container can be started using this image;...
Read more >Reproducible Work in R. Why & How to use Docker in your ...
Lock down your working environment using a Docker image; Do all your development within Docker containers; Accompany all projects with a Docker ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thank you early reply. Sorry, it is limited for this extension.
@paulklemm Glad to know it works for you 😃