PeteHaitch / DelayedMatrixStats

A port of the matrixStats API to work with DelayedMatrix objects from the DelayedArray package
Other
15 stars 7 forks source link

Error : in method for ‘colAvgsPerRowSet’ with signature ‘X="DelayedMatrix"’ #79

Closed ndusek closed 3 years ago

ndusek commented 3 years ago

I am trying to install DelayedMatrixStats as a dependency for minfi, and am receiving the following error:

Error : in method for ‘colAvgsPerRowSet’ with signature ‘X="DelayedMatrix"’:  arguments (‘na.rm’, ‘tFUN’) after ‘...’ in the generic must appear in the method, in the same place at the end of the argument list
Error: unable to load R code in package ‘DelayedMatrixStats’
Execution halted
ERROR: lazy loading failed for package ‘DelayedMatrixStats’

Running R version 4.0.3 on CentOS 7.

LTLA commented 3 years ago

See #73.

ndusek commented 3 years ago

Sorry, my bad. Yes, #73 describes the same issue.

So BiocManager::install() should get the update ~24 hours from now?

LTLA commented 3 years ago

All going well, yes.