forked from RomanParzer/SPAR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
35 lines (35 loc) · 906 Bytes
/
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
Type: Package
Package: SPAR
Title: Sparse Projected Averaged Regression in R
Version: 3.2.0
Authors@R:
c(person(given = "Roman",
family = "Parzer",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-0893-3190")),
person(given = "Laura",
family = "Vana-Gür",
role = "ctb",
comment = c(ORCID = "0000-0002-9613-7604")))
Description: Apply Sparse Projected Averaged Regression to
High-dimensional Data (see Parzer, Filzmoser, and Vana-Guer 2024).
License: GPL-3 + file LICENSE
Imports:
dplyr,
Matrix,
ROCR,
Rdpack,
ggplot2,
glmnet,
tidyr,
tidyselect
RdMacros: Rdpack
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Depends: R (>= 3.5.0)