-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
57 lines (57 loc) · 2.64 KB
/
Copy pathDESCRIPTION
File metadata and controls
57 lines (57 loc) · 2.64 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Package: farrago
Type: Package
Title: A random collection of helpful code baubles
Version: 0.4.0
Authors@R: c(
person('Allen', 'OBrien', email= 'allen.g.obrien@gmail.com', role = c('aut', 'cre')),
person("Tommy", role = c("cph", "ctb"), comment = "Copyright holder and author of original contribution for `round_up_nice` function."),
person("Zachary", "Mayer", role = c("cph", "ctb"), comment = "Copyright holder and author of original basis for `maxN` function."),
person("Gregor", "Thomas", role = c("cph", "ctb"), comment = "Copyright holder and author of original basis for `calculate_age` function." ),
person("Tom", role = c("cph", "ctb"), comment = "Copyright holder and author of original basis for `repath` function."),
person("Jeromy", "Anglim", role = c("cph", "ctb"), comment = "Copyright holder and author of original basis for `load_excel_sheets` function."),
person("Arun", "Kirshna", role = c("cph", "ctb"), comment = "Copyright holder and author of original basis for `convert_2wide` function."),
person("Steven", "Lockton", role = c("cph", "ctb"), comment = "Copyright holder and author of original basis for `grid_arrange_shared_legend` function."),
person("Baptiste", "Auguié", role = c("ctb"), comment = "Contributor and adaptation on original `grid_arrange_shared_legend` function."),
person("Michael", "Yan", role = c("cph", "ctb"), comment = "Copyright holder and author of original basis for `convert_table2png` function."),
person("Bob", "Rudis", role = c("cph", "ctb"), comment = "Copyright holder and author of original `geom_xspline` function from {ggalt}, the implemenation of a bulls-eye chart, and `create_circle`."),
person("David", "Robinson", role = c("cph", "ctb"), comment = "Copyright holder and author of original `reorder_within` function from {drlib}."),
person("Richie", "Cotton", role = c("cph", "ctb"), comment = "Copyright holder and author of original `convert_num2percent` function.")
)
Maintainer: <allen.g.obrien@gmail.com>
Description: A mixture of code accumulated over time that have been of some, if not limited, practical use. Developed to assist in
epidemiological work but has broader data science applications.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Imports:
data.table (>= 1.12.8),
dplyr (>= 0.8),
forcats,
grid,
lubridate,
magrittr (>= 1.5),
purrr,
Rcpp,
readr,
rlang,
stringr,
tibble,
tidyr,
utils
Suggests:
fst,
ggplot2,
haven,
Hmisc,
huxtable,
iotools,
readxl,
qs,
RSQLite (>= 2.2.15),
tables,
tinytex,
tools,
xtable
RoxygenNote: 7.1.1
LinkingTo:
Rcpp