Skip to content

charlenelawdes/tidyggplot2-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build and Push Docker Image

tidyggplot2-docker

This repository provides a container to run R packages tidyverse and ggplot2 based on r-base image. The tool is packaged in a Docker container, allowing it to run on any system with Docker or Singularity installed.

Prerequisites

To use this tool, you must have the following software installed on your system:

Installation

To install and run the tool, follow these steps:

  1. Clone this repository to your local machine.

  2. Install Docker, if you haven't already done so.

  3. (optional) Build the Docker image by running the following command from the root of the repository:

    docker build -f docker/Dockerfile -t tidyggplot2 .
    

    OR pull from the built container.

    docker pull ghcr.io/charlenelawdes/tidyggplot2-docker:latest
    

Usage

To run the docker container, you will need to use:

docker run -it tidyggplot2-docker

To see how to mount directories within containers and other useful docker run options, see Docker documentation (https://docs.docker.com/reference/cli/docker/container/run).

Contributing

If you wish to contribute to this project, please follow the standard GitHub workflow:

  1. Fork the repository
  2. Create a new branch for your changes
  3. Make your changes and commit them
  4. Push your changes to your fork
  5. Submit a pull request to this repository

License

This project is licensed under the MIT License.

Contact

If you have any questions or feedback, please contact the author via GitHub.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published