-
Notifications
You must be signed in to change notification settings - Fork 31
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
Any call to ggplot2
in the current bioconductor_docker:devel
image makes R
/Rstuido
**CRASH**
#27
Comments
I've investigated this a little. Just recording what i've found so far, When I start up the docker image using the Then, I tried your command to run as root while disabling auth. I installed ggplot2 using a binary repository I have (and not using the traditional, BiocManager::install() and compile step). This worked fine, and produced a result (as seen below). I've also attached my terminal to show how I started it up But when I try your command exactly, I do get the error when I do the traditional So the problem here could be one of two things,
and/or
I don't have the answer right now but figured my investigation to add to more debugging. |
Thank you for looking into this ... The problem persists and has now become even more pressing: as the |
BUT: the CURRENT (as 0f 2021/06/02) |
I'm pretty sure this problem is tied to the version of RStudio that is installed in the release image. Updating the RStudio version should fix the issue: rstudio/rstudio#9373 (comment) I've had the preview release installed on the |
Describe the bug
With the current
bioconductor_docker:devel
image a call toggplot2
out of the box crashesR
/RStudio
with an error like this:Upon plotting, the
R
console freezes and crashes with above error upon enteringReturn
.To Reproduce
Steps to reproduce the behavior:
docker pull bioconductor/bioconductor_docker:devel
Call
Use a browser and navigate to
localhost:8787
.In the
R
cosole installggplot2
withBiocManager::install("ggplot2", update = FALSE)
- UPDATING OTHERR
PACKAGES DOES NOT HELPRun the following (derived from
?ggplot2::ggplot
) - DO NOT SOURCE, but step through script (Shift+ Return):Expected behavior
Plot to appear
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: