-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
31 lines (31 loc) · 1.11 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
Package: ukbrapR
Title: R functions to use in the UK Biobank Research Analysis Platform (RAP)
Version: 0.3.0
Authors@R: c(person("Luke", "Pilling",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3332-8454")))
Description: R functions to use in the UK Biobank Research Analysis Platform (RAP). The aim is to make working in the RAP quicker, easier, and more reproducible. The package is designed to work in a "normal" cluster using RStudio, and raw UK Biobank data from the table-exporter (rather than on a Spark cluster).
License: GPL-3
URL: https://lcpilling.github.io/ukbrapR, https://github.com/lcpilling/ukbrapR
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),
cli (>= 3.6.1),
prettyunits (>= 1.0.0),
lifecycle (>= 1.0.0),
haven (>= 2.5.0)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
BugReports: https://github.com/lcpilling/ukbrapR/issues
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr