Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

[R] Support for R package pre-installed images and arm64 images #1327

Merged
merged 3 commits into from
Mar 1, 2022

Conversation

eitsupi
Copy link
Contributor

@eitsupi eitsupi commented Feb 28, 2022

Suggested by #1314 (comment).

  1. Allows the base image to be changed from the VSCode UI.
    We can choose an image with the tidyverse package installed, which is considered to be in high demand (rocker/tidyverse), or a huge image with a large number of R packages and jupyter installed (rocker/binder).
  2. Since a user rstudio exists in rocker/tidyverse and rocker/binder as a user with UID 1000, change the user name from vscode to rstudio to match this.
  3. Allow the build args to control the installation of jupyter.
  4. For arm64 builds (only exist for rocker/r-ver), the R packages are source installation, so add the necessary dependency packages in that case (libfontconfig1-dev and libcairo2-dev).

cc @R-icntay

@Chuxel
Copy link
Member

Chuxel commented Mar 1, 2022

LGTM!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants