/r-pres2

Primary LanguageShell

prestevez/r-pres2

Dockerfile for personal R docker image. Based on rocker-org/r-ver.

Status of CI build: CircleCI

Base image

  • rocker/r-ver:4

Binaries

  • Pandoc
  • Quarto
  • Radian

R packages

Should only contain bare minimum of packages.

  • tidyverse
  • tidymodels # Do I really need this?
  • ggthemes
  • rmarkdown
  • devtools
  • Cairo
  • car
  • texreg
  • downloader
  • data.table
  • parallel # Already installed with base
  • DBI

Rpackages required for vscode

  • languageserver
  • httpgd
  • vscDebugger

To do

  • Create non-root user
  • Create image for both architectures
    • linux/amd64 (Intel chips)
    • linux/arm64 (ARM/Mac chips) #Currently fails, must investigate further