-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.18 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
Package: ridge
Title: Ridge Regression with Automatic Selection of the Penalty Parameter
Description: Linear and logistic ridge regression functions. Additionally includes special functions for
genome-wide single-nucleotide polymorphism (SNP) data. More details can be found in
<doi: 10.1002/gepi.21750> and <doi: 10.1186/1471-2105-12-372>.
Version: 3.3
Date: 2022-04-11
Authors@R:
c(
person("Steffen", "Moritz", email="[email protected]", role=c("aut", "cre"), comment = c(ORCID = "0000-0002-0085-1804")),
person("Erika", "Cule", role=c("aut")),
person("Dan", "Frankowski", role=c("aut"))
)
Author: Steffen Moritz [aut, cre] (<https://orcid.org/0000-0002-0085-1804>), Erika Cule [aut], Dan Frankowski [aut]
Maintainer: Steffen Moritz <[email protected]>
Type: Package
BugReports: https://github.com/SteffenMoritz/ridge/issues
URL: https://github.com/SteffenMoritz/ridge
Repository: CRAN
Depends:
R (>= 3.0.1)
Imports:
stats,
graphics,
grDevices,
utils
License: GPL-2
SystemRequirements: Gnu Scientific Library version >= 1.14
NeedsCompilation: yes
RoxygenNote: 7.1.0
Encoding: UTF-8
Suggests:
testthat,
datasets,
covr