From be818c58f6a7ef6f26b1cc3c23de521d5d82f098 Mon Sep 17 00:00:00 2001 From: mattssca Date: Mon, 5 Feb 2024 14:32:40 -0800 Subject: [PATCH] adding badge --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a79e8b1..5ee1756 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ +[![BiomaesteR Build Check and Tests](https://github.com/mattssca/BioMaesteR/actions/workflows/build_test.yml/badge.svg?event=pull_request)](https://github.com/mattssca/BioMaesteR/actions/workflows/build_test.yml) + # # biomaesteR This is biomaesteR, an R package with convenience functions commonly requested in various types of genomic analysis within R. This package is specialized to provide bioinformatics infrastructure that can be used in a variety of genomic analysis. -This repo is also an ongoing project intended for demonstrating and following best-practices in development of R packages. This includes adequate package documentation (functions, bundled data objects, etc.), reproducible unit tests and vignettes. Upon Pull Requests, this repo also executes a GitAction workflow where the package is installed in various environments and thorough testing of the complete code base. \ No newline at end of file +This repo is also an ongoing project intended for demonstrating and following best-practices in development of R packages. This includes adequate package documentation (functions, bundled data objects, etc.), reproducible unit tests and vignettes. Upon Pull Requests, this repo also executes a GitAction workflow where the package is installed in various environments and thorough testing of the complete code base.