-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.19 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
Encoding: UTF-8
Type: Package
Package: mr.ash
Version: 0.1-88
Date: 2023-10-27
Title: Multiple Regression with Adaptive Shrinkage
Authors@R: c(person("Youngseok","Kim",role=c("aut","cre"),
email="[email protected]"),
person("Lijia","Wang",role="aut",
email="[email protected]"),
person("Peter","Carbonetto",role="aut",
email="[email protected]"),
person("Matthew","Stephens",role="aut"),
person("Eric","Weine",role="aut"))
URL: https://github.com/stephenslab/mr.ash
BugReports: https://github.com/stephenslab/mr.ash/issues
Description: Implements variational empirical Bayes methods for linear
regression. Coordinate-wise optimization algorithms for model fitting
are implemented in C++ for efficient handling of large-scale data
sets.
License: MIT + file LICENSE
Depends: R (>= 3.1.0)
Imports:
utils,
stats,
Matrix,
glmnet,
Rcpp (>= 1.0.6)
LinkingTo:
Rcpp,
RcppArmadillo (>= 0.7.960)
Suggests:
rmarkdown,
knitr,
testthat,
mr.ash.alpha
NeedsCompilation: yes
VignetteBuilder: knitr
RoxygenNote: 7.1.2
Remotes: stephenslab/mr.ash.alpha