-
Notifications
You must be signed in to change notification settings - Fork 30
/
DESCRIPTION
88 lines (88 loc) · 1.91 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
Encoding: UTF-8
Package: bigstatsr
Type: Package
Title: Statistical Tools for Filebacked Big Matrices
Version: 1.6.1
Date: 2024-09-10
Authors@R: c(
person("Florian", "Privé", email = "florian.prive.21@gmail.com",
role = c("aut", "cre")),
person("Michael", "Blum", role = "ths"),
person("Hugues", "Aschard", email = "hugues.aschard@pasteur.fr", role = "ths"))
Description: Easy-to-use, efficient, flexible and scalable statistical tools.
Package bigstatsr provides and uses Filebacked Big Matrices via memory-mapping.
It provides for instance matrix operations, Principal Component Analysis,
sparse linear supervised models, utility functions and more
<doi:10.1093/bioinformatics/bty185>.
License: GPL-3
Language: en-US
ByteCompile: TRUE
Depends: R (>= 3.4)
Imports:
bigassertr (>= 0.1.1),
bigparallelr (>= 0.2.3),
cowplot,
foreach,
ggplot2 (>= 3.0),
graphics,
methods,
ps (>= 1.4),
Rcpp,
rmio (>= 0.4),
RSpectra,
stats,
tibble,
utils
LinkingTo:
Rcpp,
RcppArmadillo,
rmio
Suggests:
bigmemory (>= 4.5.33),
bigreadr (>= 0.2),
covr,
data.table,
dplyr,
glmnet,
hexbin,
memuse,
ModelMetrics,
plotly,
ppcor,
RhpcBLASctl,
spelling (>= 1.2),
testthat
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
URL: https://privefl.github.io/bigstatsr/
BugReports: https://github.com/privefl/bigstatsr/issues
Collate:
'AUC.R'
'FBM-attach.R'
'crochet.R'
'FBM.R'
'FBM-code256.R'
'FBM-copy.R'
'RcppExports.R'
'SVD.R'
'apply-parallelize.R'
'biglasso.R'
'bigstatsr-package.R'
'colstats.R'
'crossprodSelf.R'
'mult-mat.R'
'mult-vec.R'
'pcor.R'
'plot.R'
'predict.R'
'randomSVD.R'
'read-write.R'
'scaling.R'
'summary.R'
'tcrossprodSelf.R'
'transpose.R'
'univLinReg.R'
'univLogReg.R'
'utils-assert.R'
'utils.R'
'zzz.R'