-
Notifications
You must be signed in to change notification settings - Fork 18
/
README.Rmd
43 lines (33 loc) · 1.35 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# epirhandbook
*An R package to provide data and files used in examples in the [Epi R Handbook](https://epirhandbook.com/index.html)*
<!-- badges: start -->
[![R-CMD-check](https://github.com/appliedepi/epirhandbook/workflows/R-CMD-check/badge.svg)](https://github.com/epirhandbook/epirhandbook/actions)
[![CC-BY-NC-SA 4.0](https://img.shields.io/badge/LICENCE-CC--BY--NC--SA-yellowgreen.svg)](http://creativecommons.org/licenses/by-nc-sa/4.0/)
<!-- badges: end -->
The [Epi R Handbook](https://epirhandbook.com/index.html) is an open-access R reference manual for applied epidemiologists and public health practitioners.
## Installation
You can install the latest version of epirhandbook and view the source
code from [GitHub](https://github.com/appliedepi/epirhandbook) with:
``` r
install.packages("pacman")
pacman::p_install_gh("appliedepi/epirhandbook")
```
Or
``` r
install.packages("remotes")
remotes::install_github("appliedepi/epirhandbook")
```
# Licence
This work is licensed under a [creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-nc-sa/4.0/)
Read more using the link above or reading the [LICENCE](LICENSE.md)