forked from HenrikBengtsson/matrixStats
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
26 lines (26 loc) · 1.29 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
Package: matrixStats
Version: 0.14.0
Depends: R (>= 2.9.0)
Imports: methods
Suggests: R.rsp, microbenchmark, R.devices, base64enc, ggplot2, knitr
VignetteBuilder: R.rsp
Date: 2015-02-13
Title: Methods that Apply to Rows and Columns of a Matrix
Authors@R: c(
person("Henrik", "Bengtsson", role=c("aut", "cre", "cph"),
email="[email protected]"),
person("Hector", "Corrada Bravo", role="ctb"),
person("Robert", "Gentleman", role="ctb"),
person("Ola", "Hossjer", role="ctb"),
person("Harris", "Jaffee", role="ctb"),
person("Peter", "Langfelder", role="ctb"))
Author: Henrik Bengtsson [aut, cre, cph], Hector Corrada Bravo [ctb], Robert Gentleman [ctb], Ola Hossjer [ctb], Harris Jaffee [ctb], Peter Langfelder [ctb]
Maintainer: Henrik Bengtsson <[email protected]>
Description: Methods operating on rows and columns of matrices, e.g. col / rowMedians(), col / rowRanks(), and col / rowSds(). There are also some vector-based methods, e.g. binMeans(), madDiff() and weightedMedians(). All methods have been optimized for speed and memory usage.
License: Artistic-2.0
LazyLoad: TRUE
NeedsCompilation: yes
ByteCompile: TRUE
biocViews: Infrastructure, Statistics
URL: https://github.com/HenrikBengtsson/matrixStats
BugReports: https://github.com/HenrikBengtsson/matrixStats/issues