Bioconductor / bioc_docker

[DEPRECATED] Docker containers for Bioconductor
https://github.com/bioconductor/bioconductor_docker
Artistic License 2.0
49 stars 27 forks source link

Bug fix: .Rprofile needs to be in/home/rstudio, not in root. #68

Closed nturaga closed 5 years ago

nturaga commented 5 years ago

The mount path should be located from the '/home/rstudio/' through .Rprofile.

Otherwise it gets copied to the 'root' users ~/.Rprofile and .libPaths() with the mount volume doesn't get recognized.

This should be changed everywhere, with all images as needed

lshep commented 5 years ago

I think it should be in both location then not just under rstudio - I'll adjust