-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
29 lines (29 loc) · 940 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
Package: lukesRlib
Title: R package with assorted tools for epidemiology
Version: 0.2.12.9000
Authors@R: c(person("Luke", "Pilling",
email = "L.Pilling@exeter.ac.uk",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3332-8454")))
Description: My library of R functions I sometimes find useful. Some shamelessly borrowed from other packages and the internet generally.
License: GPL-3
URL: https://lcpilling.github.io/lukesRlib, https://github.com/lcpilling/lukesRlib
Depends:
R (>= 4.1.1)
Imports:
dplyr (>= 1.1.0),
readr (>= 2.0.0),
stringr (>= 1.5.0),
purrr (>= 1.0.0),
lubridate (>= 1.9.0),
rlang (>= 1.0.0),
broom (>= 1.0.0),
cli (>= 3.6.1),
prettyunits (>= 1.0.0),
lifecycle (>= 1.0.0),
haven (>= 2.5.0),
survival (>= 2.37-2)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
BugReports: https://github.com/lcpilling/lukesRlib/issues