Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/R4EPI/epikit
Miscellaneous helper tools for epidemiologists
https://github.com/R4EPI/epikit
Last synced: 8 days ago
JSON representation
Miscellaneous helper tools for epidemiologists
- Host: GitHub
- URL: https://github.com/R4EPI/epikit
- Owner: R4EPI
- License: gpl-3.0
- Created: 2020-01-08T10:41:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-23T12:20:07.000Z (5 months ago)
- Last Synced: 2024-08-13T07:15:01.373Z (4 months ago)
- Language: R
- Homepage: https://r4epi.github.io/epikit/
- Size: 1.04 MB
- Stars: 9
- Watchers: 5
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
- jimsghstars - R4EPI/epikit - Miscellaneous helper tools for epidemiologists (R)
README
---
title: epikit
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
[![CRAN status](https://www.r-pkg.org/badges/version/epikit)](https://CRAN.R-project.org/package=epikit)
[![Codecov test coverage](https://codecov.io/gh/R4EPI/epikit/branch/master/graph/badge.svg)](https://codecov.io/gh/R4EPI/epikit?branch=master)
[![R-CMD-check](https://github.com/R4EPI/epikit/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/R4EPI/epikit/actions/workflows/R-CMD-check.yaml)```{r introduction-hunk, child="man/rmdhunks/introduction.Rmd"}
```