-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
32 lines (32 loc) · 873 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
Package: parglm
Type: Package
Title: Parallel GLM
Version: 0.1.7
Authors@R: c(
person("Benjamin", "Christoffersen",
email = "[email protected]",
role = c("cre", "aut"),
comment = c(ORCID = "0000-0002-7182-1346")),
person("Anthony", "Williams",
role = c("cph")),
person("Boost developers",
role = c("cph")))
Description: Provides a parallel estimation method for generalized
linear models without compiling with a multithreaded LAPACK or BLAS.
License: GPL-2
Encoding: UTF-8
LazyData: true
URL: https://github.com/boennecd/parglm
BugReports: https://github.com/boennecd/parglm/issues
LinkingTo: Rcpp, RcppArmadillo
Imports: Rcpp, Matrix
SystemRequirements: C++11
Suggests: testthat,
SuppDists,
knitr,
rmarkdown,
speedglm,
microbenchmark,
R.rsp
RoxygenNote: 6.1.1
VignetteBuilder: R.rsp