-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
executable file
·66 lines (66 loc) · 1.2 KB
/
DESCRIPTION
File metadata and controls
executable file
·66 lines (66 loc) · 1.2 KB
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
63
64
65
66
Package: functions
Type: Package
Title: functions that might be helpful
Version: 0.0.1
Author: Matthew Lee
Maintainer: Matthew Lee <matthewlee821@gmail.com>
Description: package of useful functions to make life easier...
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
VignetteBuilder: knitr
Imports:
dplyr, forcats, ggplot2, tibble, tidyr, purrr,
plyr,
data.table,
stats,
utils,
rlang,
survival,
ggforestplot,
cli,
gginnards,
ggtext,
glue,
ieugwasr,
patchwork,
scales,
ggrepel,
cowplot
Suggests:
stringr,
tidyverse,
AICcmodavg,
coloc,
susieR,
ggstance,
gwasvcf,
genetics.binaRies,
TwoSampleMR,
wesanderson,
calibrate,
reshape2,
locuscomparer,
haven,
readstata13,
readxl,
viridis,
doParallel,
foreach,
clusterProfiler,
biomaRt,checkmate,locusplotr,testthat (>= 3.0.0),knitr,here,rmarkdown,tidyselect
Remotes:
NightingaleHealth/ggforestplot,
MRCIEU/genetics.binaRies,
MRCIEU/gwasvcf,
MRCIEU/TwoSampleMR,
MRCIEU/ieugwasr,
boxiangliu/locuscomparer,
aphalo/gginnards,
mglev1n/locusplotr
Files:
Depends:
R (>= 3.5)
Config/testthat/edition: 3