Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / HenrikBengtsson/matrixStats issues and pull requests

#176 - Feature request: whichRowMaxs, whichColMaxs, whichRowMins, and whichColMins

Issue - State: open - Opened by hpages almost 5 years ago
Labels: feature request

#175 - Inconsistent use of names in rowWeightedMeans()

Issue - State: closed - Opened by const-ae almost 5 years ago - 5 comments
Labels: names-attribute

#174 - ROBUSTNESS: Add explicit 'stringsAsFactors' arguments [data.frame]

Issue - State: closed - Opened by HenrikBengtsson almost 5 years ago - 1 comment

#173 - [DOC] - Revert to previous function formatting (roxygen)

Issue - State: closed - Opened by Eluvias almost 5 years ago - 3 comments
Labels: knowledge

#172 - colAvgsPerRowSet fails on input with a single column

Issue - State: closed - Opened by const-ae almost 5 years ago - 5 comments
Labels: bug

#171 - colAnyMissings throws an error when passed a data frame

Issue - State: closed - Opened by yasharw almost 5 years ago - 1 comment
Labels: wontfix

#170 - Bug in rowCollapse if combined with row subsetting

Issue - State: closed - Opened by const-ae almost 5 years ago - 2 comments
Labels: bug, pkg-test-needed

#169 - Missing values and rowAvgsPerColSet()

Issue - State: closed - Opened by const-ae almost 5 years ago - 2 comments

#168 - TYPO: dim <- as.integer(dim.) should be dim. <- ...

Issue - State: closed - Opened by HenrikBengtsson about 5 years ago

#167 - PR proposal: anyGreater()

Issue - State: open - Opened by rorynolan about 5 years ago

#165 - Error message reports wrong number of rows/cols

Issue - State: closed - Opened by hpages about 5 years ago - 1 comment
Labels: bug

#164 - matrixStats for dgcMatrix

Issue - State: closed - Opened by kanupolo10 about 5 years ago - 3 comments
Labels: question

#163 - 'dim.' vs 'dim'

Issue - State: closed - Opened by hpages about 5 years ago - 2 comments
Labels: bug

#162 - weighted* for logical x raises error

Issue - State: closed - Opened by mayer79 about 5 years ago - 3 comments
Labels: feature request

#161 - fix `colVars`/`rowVars` with `center` argument

Pull Request - State: closed - Opened by jan-glx over 5 years ago - 2 comments

#160 - issue(s) with `center` argument of `rowVars` & `colVars`

Issue - State: closed - Opened by jan-glx over 5 years ago - 7 comments
Labels: bug, enhancement, need-decision-before-fix

#159 - Support logical 'x' in weightedMean and friends

Pull Request - State: closed - Opened by HughParsonage over 5 years ago - 5 comments

#158 - Negative diff arguments for xxxDiff() should throw error

Issue - State: closed - Opened by const-ae over 5 years ago - 3 comments
Labels: consistency

#157 - PERFORMANCE: rowSums2(M) appears to be slower than rowSums(M) for large M

Issue - State: closed - Opened by HughParsonage over 5 years ago - 4 comments

#155 - PERFORMANCE: Use sort.int() instead of generic sort()

Issue - State: closed - Opened by HenrikBengtsson over 5 years ago - 2 comments

#154 - weightedMad error with NA in w

Issue - State: closed - Opened by weskop over 5 years ago - 2 comments

#153 - apply() faster than colQuantiles()

Issue - State: closed - Opened by jphill01 over 5 years ago - 13 comments

#152 - rowDuplicated() and rowAnyDuplicated()

Issue - State: open - Opened by karoliskoncevicius over 5 years ago - 4 comments

#151 - [FR] - Add `na.pad` argument in row/colDiffs()

Issue - State: open - Opened by Eluvias over 5 years ago
Labels: bug

#150 - Add logical matrix as a legal input to row|colCumsums.

Pull Request - State: closed - Opened by bkmontgom over 5 years ago - 2 comments

#149 - Add trimmed means to row|colMeans2 as in base::mean

Pull Request - State: closed - Opened by bkmontgom over 5 years ago - 1 comment

#147 - Allow a vector of values in row|colCounts and count

Pull Request - State: closed - Opened by bkmontgom almost 6 years ago - 1 comment

#146 - Add ties.method's first, last, random, and dense to row|colRanks

Pull Request - State: closed - Opened by bkmontgom almost 6 years ago - 9 comments

#145 - Inconsistent behavior with all NA argument

Issue - State: closed - Opened by gdemin almost 6 years ago - 6 comments
Labels: question

#144 - [DOCS] - `rowRanks()` has a missing part in return value description

Issue - State: closed - Opened by cgiachalis almost 6 years ago - 3 comments

#143 - Use of `return()` in `rowMeans2()` ?

Issue - State: closed - Opened by Eluvias almost 6 years ago - 1 comment

#142 - Default 'ties.method' differs between rowRanks() and rank()

Issue - State: open - Opened by pneuvial almost 6 years ago - 18 comments

#141 - How the weightedMedian is calculated? Special case?

Issue - State: open - Opened by MichaK11 almost 6 years ago - 7 comments
Labels: help wanted, feature request

#140 - Error in weightedVar when weight has NA values

Issue - State: closed - Opened by gdemin almost 6 years ago - 5 comments
Labels: bug

#139 - Logical matrix

Issue - State: closed - Opened by muschellij2 about 6 years ago - 3 comments
Labels: feature request

#137 - PERFORMANCE: rowTabulates() - complete native implementation

Issue - State: open - Opened by HenrikBengtsson over 6 years ago - 3 comments
Labels: enhancement

#134 - WISH: col/rowCounts but for inequalities

Issue - State: open - Opened by PeteHaitch almost 7 years ago - 2 comments
Labels: feature request

#130 - PERFORMANCE: col- & rowProds() still implemented in R

Issue - State: open - Opened by HenrikBengtsson almost 7 years ago

#125 - Question on interpolate parameter in weightedMedian()

Issue - State: closed - Opened by dcowen4 about 7 years ago - 4 comments

#123 - Inconsistent use of rownames on return value of colQuantiles/rowQuantiles

Issue - State: closed - Opened by PeteHaitch about 7 years ago - 2 comments
Labels: bug, names-attribute

#120 - BUG: col-/rowLogSumExps() error if lx has dimnames and non-NULL cols/rows used

Issue - State: closed - Opened by PeteHaitch about 7 years ago - 2 comments
Labels: bug, names-attribute

#91 - WISH: rowSort

Issue - State: open - Opened by kasperdanielhansen over 8 years ago - 2 comments
Labels: feature request

#76 - WISH: rowWhichMin(x) (and also with cols)

Issue - State: open - Opened by arubio2 about 9 years ago - 4 comments
Labels: enhancement, feature request

#26 - WISH: rowRanks(x, ties.method='first') wanted

Issue - State: closed - Opened by arrayn almost 10 years ago - 3 comments
Labels: enhancement, need-decision-before-fix, feature request