-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
40 lines (40 loc) · 1.05 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
Package: ldshrink
Encoding: UTF-8
Type: Package
Authors@R: c(person("Matthew","Stephens",role="aut",email="mstephens@uchicago.edu"),
person("Xin","He",role="aut",email="xinhe@uchicago.edu"),
person("Nicholas","Knoblauch",role="aut",email="nwknoblauch@uchicago.edu"),
person("Xiang","Zhu",role=c("aut","cre"),email="xiangzhu@uchicago.edu"))
Title: A one-stop R package for shrinkage estimation of linkage disequilibrium.
Version: 1.0-1
Date: 2018-10-05
Description: Implements TBA. These methods can be applied to TBA.
Note that 'ldshrink' is a companion package to 'rssr'.
Imports:
Rcpp,
RcppEigen (>= 0.3.2.9.1),
dplyr,
progress,
BBmisc,
BH,
magrittr,
tidyr,
RcppParallel,
bit
LinkingTo:
Rcpp,
RcppEigen,
BH,
RcppProgress,
testthat,
RcppParallel
Suggests:
testthat,
knitr,
rmarkdown
License: GPL (>=3)
SystemRequirements: GNU make
URL: https://github.com/stephenslab/ldshrink
BugReports: https://github.com/stephenslab/ldshrink/issues
VignetteBuilder: knitr
RoxygenNote: 7.1.1