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.
To use this tool, you must have the following software installed on your system:
- Docker OR Singularity OR Apptainer
To install and run the tool, follow these steps:
-
Clone this repository to your local machine.
-
Install Docker, if you haven't already done so.
-
(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
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).
If you wish to contribute to this project, please follow the standard GitHub workflow:
- Fork the repository
- Create a new branch for your changes
- Make your changes and commit them
- Push your changes to your fork
- Submit a pull request to this repository
This project is licensed under the MIT License.
If you have any questions or feedback, please contact the author via GitHub.