-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
62 lines (62 loc) · 1.25 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Package: ukbAid
Title: Aid Steno Researchers Who Work on the UKB RAP.
Version: 0.1.0
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
URL: https://github.com/steno-aarhus/ukbAid
BugReports: https://github.com/steno-aarhus/ukbAid/issues
Depends:
R (>= 4.0.0),
tidyverse
Imports:
arrow,
checkmate,
cli (>= 3.6.0),
deposits (>= 0.2.1.57),
desc,
dplyr,
fs,
gert,
ghclass,
gitcreds,
glue,
googlesheets4,
here,
lifecycle,
magrittr,
parquetize,
prodigenr,
purrr,
quarto,
readr,
renv,
rjson,
rprojroot,
rstudioapi,
stringr,
tibble,
tidyr,
usethis,
utils,
withr,
yaml,
yesno
Suggests:
clipr,
knitr,
pkgdown,
rmarkdown
VignetteBuilder:
knitr
Remotes:
ropenscilabs/deposits
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1