Sign inSign up

mohamadbazzi/turtle-image

By mohamadbazzi

•Updated over 2 years ago

Docker image containing code, R packages, and environment to facilitate analytical reproducibility.

Image
Machine learning & AI
Data science
0

10K+

mohamadbazzi/turtle-image repository overview

Image Description:

This Docker image is designed for rendering R code to HTML documents using Quarto. It includes the following:

  • The Ubuntu operating system environment provided by the rocker/r-ubuntu base image.
  • The quarto CLI tool installed.
  • Various R packages installed using both apt-get and install.packages() commands.
  • The .qmd Markdown file.
  • A tree file: turtle_phlyo.tree
  • Several .xlsx files including the main trait dataset: measurement_file.
  • A .png file

Usage:

Pull and run the Docker Image

docker pull turtle-image:latest

docker run --name turtle_container turtle-image:latest

Tag summary

Content type

Image

Digest

sha256:de71b59df…

Size

777.5 MB

Last updated

over 2 years ago

docker pull mohamadbazzi/turtle-image