Skip to content

djnavarro/arch-r

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arch-r

https://github.com/djnavarro/arch-r

This repository provides two latest-version docker images running R on the current release of Arch Linux, and maintained by Danielle Navarro. The relevant dockerfiles and any files they copy to the image are in the base and test folders of this repository.

For both images, "base" and "test":

  • Use archlinux:base-devel as the image
  • Install R (using the r package)
  • Use en_US.UTF-8 to set the system locale

In addition, the "test" image:

  • Installs the git, pandoc, texlive-most, and texlive-fontsextra system dependencies
  • Installs the remotes, knitr, rmarkdown, testthat, rcmdcheck, covr, and gert R packages

The images are hosted on the github container registry, as packages linked to the arch-r github repository:

To install the base or test image:

docker pull ghcr.io/djnavarro/arch-r-base:release
docker pull ghcr.io/djnavarro/arch-r-test:release 

To use one of these images in your own Dockerfile:

FROM ghcr.io/djnavarro/arch-r-base:release
FROM ghcr.io/djnavarro/arch-r-test:release

The images are released under GPL-3. I'm very happy for anyone to use them however they choose but please be aware that this is a personal side-project. If you are looking to run R reproducibly in a containerised environment I strongly recommend the rocker project as a safer and superior option.

About

Docker image running R on Arch Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages