https://github.com/R4EPI/epikit
Miscellaneous helper tools for epidemiologists
https://github.com/R4EPI/epikit
Last synced: 4 months 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-23T12:20:07.000Z (9 months ago)
- Last Synced: 2024-08-13T07:15:01.373Z (8 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%"
)
```[](https://www.tidyverse.org/lifecycle/#experimental)
[](https://CRAN.R-project.org/package=epikit)
[](https://codecov.io/gh/R4EPI/epikit?branch=master)
[](https://github.com/R4EPI/epikit/actions/workflows/R-CMD-check.yaml)```{r introduction-hunk, child="man/rmdhunks/introduction.Rmd"}
```