Skip to content

Instantly share code, notes, and snippets.

@jeroen
Created February 24, 2026 06:45
Show Gist options
  • Select an option

  • Save jeroen/74764c36a0c6c20e77e60292b6b8627a to your computer and use it in GitHub Desktop.

Select an option

Save jeroen/74764c36a0c6c20e77e60292b6b8627a to your computer and use it in GitHub Desktop.
Demo base-R Linux binaries on R-4.6
FROM ghcr.io/r-lib/rig/ubuntu-24.04-devel
RUN echo "R_PLATFORM_PKGTYPE=linux.binary.noble-$(arch)" >> "$HOME/.Renviron"
RUN R -e "print(.Platform$pkgType)"
RUN R -e "install.packages('tidyverse', repos = 'https://cran.r-universe.dev')"
RUN R -e "library(tidyverse)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment