Skip to content

Commit

Permalink
Tidy up README and revert change to coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhsparks committed May 4, 2024
1 parent c90b3e0 commit c66e6f5
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 27 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,3 @@ jobs:
with:
name: coverage-test-failures
path: ${{ runner.temp }}/package

- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
15 changes: 14 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@

---
title: "hagis"
output: github_document
---

<!-- README.md is generated from README.Rmd. Please edit that file -->

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# {hagis}: Analysis of Plant (and Animal) Pathogen Pathotype Complexities, Distributions and Diversity

<!-- badges: start -->

[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) [![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/hagis)](https://cran.r-project.org/package=hagis) [![codecov](https://codecov.io/gh/openplantpathology/hagis/graph/badge.svg?token=aPbqxd41NO)](https://codecov.io/gh/openplantpathology/hagis) [![DOI](https://zenodo.org/badge/164751172.svg)](https://zenodo.org/badge/latestdoi/164751172) [![test-coverage](https://github.com/openplantpathology/hagis/actions/workflows/test-coverage.yaml/badge.svg)](https://github.com/openplantpathology/hagis/actions/workflows/test-coverage.yaml)
Expand Down
43 changes: 22 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
hagis
================

<!-- README.md is generated from README.Rmd. Please edit that file -->

# {hagis}: Analysis of Plant (and Animal) Pathogen Pathotype Complexities, Distributions and Diversity

<!-- badges: start -->

Expand Down Expand Up @@ -90,27 +92,26 @@ When you use {hagis}, please cite by using:

``` r
citation("hagis")
#> To cite package 'hagis' in publications use:
#>
#> McCoy AG, Noel ZA, Sparks AH, Chilvers M (2019). "hagis, an R Package
#> Resource for Pathotype Analysis of Phytophthora sojae Populations
#> Causing Stem and Root Rot of Soybean." _Molecular Plant-Microbe
#> Interactions_, *32*(12), 1574–1576. doi:10.1094/MPMI-07-19-0180-A
#> <https://doi.org/10.1094/MPMI-07-19-0180-A>,
#> <https://doi.org/10.1094/MPMI-07-19-0180-A>.
#>
#> McCoy AG, Noel ZA, Sparks AH, Chilvers MI (????). _hagis: Analysis of
#> Plant Pathogen Pathotype Complexities, Distributions and Diversity_.
#> doi:10.5281/zenodo.2619820 <https://doi.org/10.5281/zenodo.2619820>,
#> R package version 3.1.11.9000,
#> <https://openplantpathology.github.io/hagis/>.
#>
#> To see these entries in BibTeX format, use 'print(<citation>,
#> bibtex=TRUE)', 'toBibtex(.)', or set
#> 'options(citation.bibtex.max=999)'.
```

## To cite package 'hagis' in publications use:
##
## McCoy AG, Noel ZA, Sparks AH, Chilvers M (2019). "hagis, an R Package
## Resource for Pathotype Analysis of Phytophthora sojae Populations
## Causing Stem and Root Rot of Soybean." _Molecular Plant-Microbe
## Interactions_, *32*(12), 1574–1576. doi:10.1094/MPMI-07-19-0180-A
## <https://doi.org/10.1094/MPMI-07-19-0180-A>,
## <https://doi.org/10.1094/MPMI-07-19-0180-A>.
##
## McCoy AG, Noel ZA, Sparks AH, Chilvers MI (????). _hagis: Analysis of
## Plant Pathogen Pathotype Complexities, Distributions and Diversity_.
## doi:10.5281/zenodo.2619820 <https://doi.org/10.5281/zenodo.2619820>,
## R package version 3.1.11.9000,
## <https://openplantpathology.github.io/hagis/>.
##
## To see these entries in BibTeX format, use 'print(<citation>,
## bibtex=TRUE)', 'toBibtex(.)', or set
## 'options(citation.bibtex.max=999)'.

### Code of Conduct

Please note that the {hagis} project is released with a [Contributor
Expand Down

0 comments on commit c66e6f5

Please sign in to comment.