-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
42 lines (42 loc) · 842 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
40
41
42
Package: ukbwranglr
Type: Package
Title: Exploring UKB Data
Version: 0.0.0.9001
Authors@R:
person("Alasdair", "Warwick", email = "[email protected]", role = c("aut", "cre"))
Description: Functions to load and wrangle UK Biobank data.
License: MIT + file LICENSE
URL: https://rmgpanw.github.io/ukbwranglr/,
https://github.com/rmgpanw/ukbwranglr
BugReports: https://github.com/rmgpanw/ukbwranglr/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Suggests:
covr,
knitr,
rmarkdown,
testthat
VignetteBuilder: knitr
Imports:
assertthat,
data.table,
DBI,
dbplyr,
dplyr,
haven,
lubridate,
magrittr,
progress,
purrr,
readr,
rlang,
RSQLite,
stats,
stringr,
tibble,
tidyr,
tidyselect
Depends:
R (>= 2.10)