Displaying 2 results from an estimated 2 matches for "4e55790c88ae".
2019 Nov 22
0
Installing R 3.5 on Ubuntu bionic stopped(?) working
...;
stack) which is also tagged to corresponding dates at MRAN. No support for
binary packages though.
Somewhat simpler but without MRAN tagging are r-base releases. These should
still be at hub.docker.com:
edd at rob:~$ docker images | grep ^r-base
r-base 3.6.1 4e55790c88ae 4 months ago 642MB
r-base latest 4e55790c88ae 4 months ago 642MB
r-base 3.6.0 6dfc0dec6d66 6 months ago 662MB
r-base 3.5.3 62c848eeb175 8 month...
2019 Nov 22
2
Installing R 3.5 on Ubuntu bionic stopped(?) working
Hello all,
i am one of the maintainers of the open-source
https://repo2docker.readthedocs.io/ tool. The tool builds a container image
from a directory. Depending on what it finds in the directory it will
install different software for the user. The focus of the tool is to make
it easier for researchers to create environments in which their code runs
and can then be used to share and reproduce