-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.08 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
Package: sgdnet
Title: Fast Sparse Linear Models for Big Data with SAGA
Version: 0.0.0.9000
Authors@R: c(person("Johan", "Larsson", email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4029-5945")),
person(c("Toby", "Dylan"), "Hocking", role = c("aut")),
person("Michael", "Weylandt", role = c("aut")))
Description: Fast implementations of elastic net-regularized generalized linear
models (gaussian, multivariate gaussian, binomial, and multinomial)
using SAGA: a fast stochastic incremental gradient algorithm.
License: GPL-3
Copyright: See file inst/COPYRIGHTS
Encoding: UTF-8
LazyData: true
URL: https://github.com/jolars/sgdnet
BugReports: https://github.com/jolars/sgdnet/issues
RoxygenNote: 6.1.0
Roxygen: list(markdown = TRUE)
Depends: R (>= 3.3.0)
Imports:
Rcpp,
Matrix,
methods,
lattice
Suggests:
covr,
testthat,
glmnet,
knitr,
rmarkdown,
latticeExtra
LinkingTo:
Rcpp (>= 0.12.16),
RcppEigen (>= 0.3.3.4.0)
VignetteBuilder: knitr