-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/epicentre-msf/epivis
- Loading branch information
Showing
4 changed files
with
28 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,6 @@ | |
inst/doc | ||
doc | ||
Meta | ||
|
||
local/ | ||
,DS_Store | ||
local/ | ||
docs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,20 +2,28 @@ Package: epivis | |
Title: Tools for visualising epidemiological data | ||
Version: 0.0.0.9000 | ||
Authors@R: | ||
person(given = "Paul", | ||
family = "Campbell", | ||
role = c("aut", "cre"), | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0003-1018-6606")) | ||
c(person(given = "Paul", | ||
family = "Campbell", | ||
role = c("aut", "cre"), | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0003-1018-6606")), | ||
person(given = "Hugo", | ||
family = "Soubrier", | ||
role = c("aut"), | ||
email = "[email protected]")) | ||
Description: What the package does (one paragraph). | ||
License: MIT + file LICENSE | ||
Encoding: UTF-8 | ||
Roxygen: list(markdown = TRUE) | ||
LazyData: true | ||
Imports: | ||
cli, | ||
rlang, | ||
ggplot2, | ||
dplyr, | ||
purrr, | ||
tidyr, | ||
stringr, | ||
magrittr, | ||
scales, | ||
glue, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,24 @@ | ||
url: https://epicentre-msf.github.io/epivis/ | ||
|
||
destination: docs | ||
|
||
template: | ||
params: | ||
bootswatch: paper | ||
bootstrap: 5 | ||
authors: | ||
Paul Campbell: | ||
href: https://github.com/paulc91 | ||
Hugo Soubrier: | ||
href: https://github.com/hugzsoubrier | ||
|
||
reference: | ||
- title: Plotting functions | ||
desc: Functions to make graphics | ||
contents: | ||
- starts_with("plot") | ||
|
||
desc: Functions to make graphics | ||
contents: starts_with("plot") | ||
- title: Utility functions | ||
desc: Helpers to make your life easier | ||
contents: | ||
- label_breaks | ||
- dodge_x_labels | ||
|
||
- dodge_x_labs | ||
- title: Themes & stylers | ||
desc: Pre-made themes for standardised tables and ggplots | ||
contents: | ||
- starts_with("epitheme") | ||
contents: starts_with("epitheme") | ||
- title: Data | ||
desc: Example package data | ||
contents: moissala_measles |