Skip to content

Commit

Permalink
fix MIT license badge URL flagged by urlchecker::url_check()
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwlambert committed Nov 21, 2024
1 parent d9daa9d commit 13ae61c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ knitr::opts_chunk$set(
# `{epiparameterDB}` <img src="man/figures/logo.svg" align="right" width="120" alt="" />

<!-- badges: start -->
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/license/mit/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/license/mit)
[![R-CMD-check](https://github.com/epiverse-trace/epiparameterDB/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/epiverse-trace/epiparameterDB/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/epiverse-trace/epiparameterDB/branch/main/graph/badge.svg)](https://app.codecov.io/gh/epiverse-trace/epiparameterDB?branch=main)
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
Expand Down Expand Up @@ -83,7 +83,7 @@ Please note that the `{epiparameterDB}` project is released with a [Contributor

This project is related to other existing projects in R or other languages, but also differs from them in the following aspects:

- `{epireview}`: An R package containing epidemiological parameters for a range of priority pathogens (e.g. Ebola, Lassa SARS). These can be read into R as tabular data. To fully utilise data stored in `{epireview}` we recommend converting the epidemiological parameter of choice into an `<epiparameter>` object using `epiparameter::as_epiparameter()`, see [`data_from_epireview` vignette](https://epiverse-trace.github.io/epiparameter/articles/data_from_epireview.html).
- `{epireview}`: An R package containing epidemiological parameters for a range of priority pathogens (e.g. Ebola, Lassa and SARS). These can be read into R as tabular data. To fully utilise data stored in `{epireview}` we recommend converting the epidemiological parameter of choice into an `<epiparameter>` object using `epiparameter::as_epiparameter()`, see [`data_from_epireview` vignette](https://epiverse-trace.github.io/epiparameter/articles/data_from_epireview.html).

## Citing this package

Expand Down
2 changes: 1 addition & 1 deletion man/epiparameterDB-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 13ae61c

Please sign in to comment.