Skip to content

Commit

Permalink
updated maintainer in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
finlaycampbell committed Jun 14, 2019
1 parent 9b35182 commit 03f65f2
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Expand Up @@ -259,4 +259,4 @@ Contributions are welcome via **pull requests**.

Please note that this project is released with a [Contributor Code of Conduct](CONDUCT.md). By participating in this project you agree to abide by its terms.

**Maintainer:** VP Nagraj (vpnagraj@virginia.edu)
**Maintainer:** Finlay Campbell (f.campbell15@imperial)
35 changes: 20 additions & 15 deletions README.md
Expand Up @@ -155,6 +155,11 @@ available as the dataset `mers_korea_2015` in the package *outbreaks*.

library(outbreaks)
library(epicontacts)
#> Registered S3 methods overwritten by 'ggplot2':
#> method from
#> [.quosures rlang
#> c.quosures rlang
#> print.quosures rlang

names(mers_korea_2015)
#> [1] "linelist" "contacts"
Expand All @@ -176,19 +181,19 @@ x
#> // linelist
#>
#> # A tibble: 162 x 15
#> id age age_class sex place_infect reporting_ctry loc_hosp
#> * <chr> <int> <chr> <fct> <fct> <fct> <fct>
#> 1 SK_1 68 60-69 M Middle East South Korea Pyeongtaek St
#> 2 SK_2 63 60-69 F Outside Midd… South Korea Pyeongtaek St
#> 3 SK_3 76 70-79 M Outside Midd… South Korea Pyeongtaek St
#> 4 SK_4 46 40-49 F Outside Midd… South Korea Pyeongtaek St
#> 5 SK_5 50 50-59 M Outside Midd… South Korea 365 Yeollin C
#> 6 SK_6 71 70-79 M Outside Midd… South Korea Pyeongtaek St
#> 7 SK_7 28 20-29 F Outside Midd… South Korea Pyeongtaek St
#> 8 SK_8 46 40-49 F Outside Midd… South Korea Seoul Clinic,
#> 9 SK_9 56 50-59 M Outside Midd… South Korea Pyeongtaek St
#> 10 SK_10 44 40-49 M Outside Midd… China Pyeongtaek St
#> # ... with 152 more rows, and 8 more variables: dt_onset <date>,
#> id age age_class sex place_infect reporting_ctry loc_hosp
#> <chr> <int> <chr> <fct> <fct> <fct> <fct>
#> 1 SK_1 68 60-69 M Middle East South Korea Pyeongt
#> 2 SK_2 63 60-69 F Outside Mid… South Korea Pyeongt
#> 3 SK_3 76 70-79 M Outside Mid… South Korea Pyeongt
#> 4 SK_4 46 40-49 F Outside Mid… South Korea Pyeongt
#> 5 SK_5 50 50-59 M Outside Mid… South Korea 365 Yeo
#> 6 SK_6 71 70-79 M Outside Mid… South Korea Pyeongt
#> 7 SK_7 28 20-29 F Outside Mid… South Korea Pyeongt
#> 8 SK_8 46 40-49 F Outside Mid… South Korea Seoul C
#> 9 SK_9 56 50-59 M Outside Mid… South Korea Pyeongt
#> 10 SK_10 44 40-49 M Outside Mid… China Pyeongt
#> # with 152 more rows, and 8 more variables: dt_onset <date>,
#> # dt_report <date>, week_report <fct>, dt_start_exp <date>,
#> # dt_end_exp <date>, dt_diag <date>, outcome <fct>, dt_death <date>
#>
Expand All @@ -207,7 +212,7 @@ x
#> 8 SK_14 SK_47 Emergency room 16
#> 9 SK_14 SK_110 Emergency room 16
#> 10 SK_14 SK_122 Emergency room 16
#> # ... with 88 more rows
#> # with 88 more rows
class(x)
#> [1] "epicontacts"
summary(x)
Expand Down Expand Up @@ -364,4 +369,4 @@ Contributions are welcome via **pull requests**.

Please note that this project is released with a [Contributor Code of Conduct](CONDUCT.md). By participating in this project you agree to abide by its terms.

**Maintainer:** VP Nagraj (vpnagraj@virginia.edu)
**Maintainer:** Finlay Campbell (f.campbell15@imperial.ac.uk)
Binary file modified figs/si-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 03f65f2

Please sign in to comment.