forked from steno-aarhus/ukbAid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
39 lines (39 loc) · 949 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
39
Package: ukbAid
Title: Aid Steno Researchers Who Work on the UKB RAP.
Version: 0.0.0.9000
Authors@R:
person("Luke", "Johnston", , "lwjohnst@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4169-2616"))
Description: Contains multiple functions that aid a researcher with setting up
an analysis project on the UK Biobank Research Analysis Platform. Almost
entirely designed around our needs within the Steno Aarhus Epidemiology Group.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Imports:
cli,
desc,
dplyr,
fs,
gert,
glue,
lubridate,
magrittr,
prodigenr,
purrr,
readr,
renv,
rjson,
tibble,
usethis,
utils,
withr
Suggests:
clipr,
ukbAid
URL: https://github.com/steno-aarhus/ukbAid
BugReports: https://github.com/steno-aarhus/ukbAid/issues
Depends:
R (>= 4.0.0)
LazyData: true