Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign uprunning drender in RStudio does not show any error message from during 'docker build' #17
Comments
|
I debugged this a noticed that this problem in rstudio disappers, if we remove the '-t' flag from 'docker run ...". |
I just get a message in rstudio about 'the input device is not a TTY'
this makes debugging problems very hard.
In a R session in a normal terminal it works, and the error mesage is visible, which was in my case a missing library:
Running it in rstudio supresses basically the complete output of knitr.