forked from joshualorin/gavir
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
executable file
·38 lines (38 loc) · 985 Bytes
/
DESCRIPTION
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
Package: gavir
Title: Custom Functions for Gavi
Version: 0.1.0
Authors@R:
person("Joshua", "Lorin", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-6441-2555"))
Description: This package is a suite of helper functions that can be used at Gavi. It mainly has functions
to help simplify repeat procedures, like loading common data, gavi specific colors and themes for plots and tables,
and functions which add and filter common varibles like country groupings and iso3 codes.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports:
dplyr,
flextable,
ggplot2,
grDevices,
hrbrthemes,
lubridate,
magrittr,
officer,
raster,
readr,
readxl,
rlang,
scales,
sf,
stringr,
tibble,
tidyr
Depends:
R (>= 2.10)
LazyData: true
URL: https://joshualorin.github.io/gavir/