-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.04 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
Package: ukbtools
Version: 0.11.3.9000
Title: Manipulate and Explore UK Biobank Data
Authors@R: person("Ken", "Hanscombe", email = "[email protected]", role = c("aut", "cre"))
Maintainer: Ken Hanscombe <[email protected]>
Description: A set of tools to create a UK Biobank <http://www.ukbiobank.ac.uk/> dataset from a UKB fileset (.tab, .r, .html),
visualize primary demographic data for a sample subset, query ICD diagnoses,
retrieve genetic metadata, read and write standard file formats for genetic analyses.
License: GPL-2
URL: https://github.com/kenhanscombe/ukbtools
BugReports: https://github.com/kenhanscombe/ukbtools/issues
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.5)
Imports:
data.table (>= 1.12),
dplyr,
purrr,
readr,
ggplot2,
magrittr,
grid,
tibble,
tidyr,
scales,
stringr,
foreach,
parallel,
doParallel,
lifecycle,
xml2,
rvest,
withr
RoxygenNote: 7.1.1
Suggests:
knitr,
rmarkdown,
testthat,
covr
VignetteBuilder: knitr
RdMacros: lifecycle