-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
53 lines (53 loc) · 1.33 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
50
51
52
53
Package: FLORAL
Type: Package
Title: Fit Log-Ratio Lasso Regression for Compositional Data
Version: 0.3.0
Date: 2024-08-19
Authors@R: c(
person("Teng", "Fei", , "feit1@mskcc.org", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-7888-1715")),
person("Tyler", "Funnell", role=c("aut"),
comment = c(ORCID = "0000-0003-1612-5644")),
person("Nicholas", "Waters", role=c("aut"),
comment = c(ORCID = "0000-0002-9035-2143")),
person("Sandeep", "Raj", role=c("aut"),
comment = c(ORCID = "0000-0003-4629-0528"))
)
Description: Log-ratio Lasso regression for continuous, binary, and survival outcomes with compositional features. See Fei and others (2023) <doi:10.1101/2023.05.02.538599>.
License: GPL (>= 3)
URL: https://vdblab.github.io/FLORAL/
BugReports: https://github.com/vdblab/FLORAL/issues
Depends:
R (>= 3.5.0)
SystemRequirements: C++17
biocViews:
Imports:
Rcpp (>= 1.0.9),
stats,
survival,
ggplot2,
survcomp,
reshape,
dplyr,
glmnet,
caret,
grDevices,
utils,
mvtnorm,
doParallel,
doRNG,
foreach,
msm
LinkingTo: Rcpp, RcppArmadillo, RcppProgress, ast2ast
RoxygenNote: 7.3.2
Encoding: UTF-8
Suggests:
covr,
knitr,
rmarkdown,
spelling,
testthat (>= 3.0.0),
patchwork
Language: en-US
Config/testthat/edition: 3
VignetteBuilder: knitr