-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathDESCRIPTION
More file actions
43 lines (43 loc) · 718 Bytes
/
DESCRIPTION
File metadata and controls
43 lines (43 loc) · 718 Bytes
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
Package: MegaLMM
Type: Package
Title: MegaLMM
Version: 0.9.5
Author: Daniel E Runcie
Maintainer: Daniel E Runcie <druncie@ucdavis.edu>
Description: Efficient implementation the MegaLMM model of Runcie et al 2020
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
methods,
Rcpp (>= 0.12.9),
RcppEigen,
RcppParallel,
RcppZiggurat,
Matrix,
lme4,
caret,
parallel,
doParallel,
foreach,
abind,
reshape2,
coda,
splines,
MASS,
tidyr,
pryr
Suggests:
knitr,
rmarkdown,
rrBLUP
LinkingTo:
Rcpp (>= 0.11.2),
RcppEigen (>= 0.3.3.3.0),
RcppZiggurat
SystemRequirements: GNU make
RoxygenNote: 7.1.2
ByteCompile: TRUE
VignetteBuilder: knitr
Depends:
R (>= 2.10)