question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Use rterm from docker image

See original GitHub issue

Is 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:closed
  • Created 5 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
Ikuyadeucommented, Sep 22, 2018

Thank you early reply. Sorry, it is limited for this extension.

0reactions
renkun-kencommented, Jan 6, 2020

@paulklemm Glad to know it works for you 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found