-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.02 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
42
43
44
45
46
47
48
49
Package: sinatra
Title: Sub Image Analysis using Topological Summary Statistics (SINATRA)
Version: 0.0.0.9000
Authors@R: c(person("Bruce", "Wang", email = "[email protected]", role = c("aut", "cre")),
person("Timothy","Sudijono", email = "[email protected]", role = c("aut")),
person("Lorin","Crawford", email = "[email protected]", role = c("aut")))
Description: Framework for feature selection and association mapping
using topological summary statistics.
Depends: R (>= 3.4.3)
License: GPL (>= 3)
Encoding: UTF-8
RoxygenNote: 7.1.1
Imports:
rgl,
Rvcg,
RColorBrewer,
pracma,
far,
matlib,
Matrix,
FastGP,
mvtnorm,
FNN,
Morpho,
Rcpp,
truncnorm,
plyr,
pdist,
reshape2,
MASS,
parallel,
numbers,
Rcgmin,
glmnet,
gglasso,
stringr,
doParallel,
svd,
functional,
rdist,
foreach,
Suggests:
testthat (>= 3.0.0),
knitr,
rmarkdown,
testthat,
dplyr
VignetteBuilder: knitr
Config/testthat/edition: 3