File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed
Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 22// README at: https://github.com/rocker-org/devcontainer-templates/tree/main/src/r2u
33{
44 "name" : " R (r2u and bspm configured)" ,
5- "build" : {
6- "dockerfile" : " Dockerfile"
7- },
5+ // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6+ "image" : " mcr.microsoft.com/devcontainers/base:${templateOption:imageVariant}" ,
87
98 // Features to add to the dev container. More info: https://containers.dev/features.
109 "features" : {
Original file line number Diff line number Diff line change 44
55Please check < https://github.com/devcontainers/images/tree/main/src/base-ubuntu > .
66
7- This template pulls the ` linux/amd64 ` platform image because
8- [ ` r2u ` ] ( https://github.com/eddelbuettel/r2u ) only supports ` linux/amd64 ` platform.
9-
107## Install R packages
118
129Since ` bspm ` is enabled, the binary R packages (from ` r2u ` repository) and system dependencies can be installed
Original file line number Diff line number Diff line change 11{
22 "id" : " r2u" ,
3- "version" : " 0.2.1 " ,
3+ "version" : " 0.3.0 " ,
44 "name" : " R (r2u and bspm configured)" ,
5- "description" : " Install R on Ubuntu and set r2u and bspm. (Only supports amd64) " ,
5+ "description" : " Install R on Ubuntu and set r2u and bspm." ,
66 "documentationURL" : " https://github.com/rocker-org/devcontainer-templates/tree/main/src/r2u" ,
77 "publisher" : " Rocker Project" ,
88 "licenseURL" : " https://github.com/rocker-org/devcontainer-templates/blob/main/LICENSE" ,
You can’t perform that action at this time.
0 commit comments