bvieth / powsimR

Power analysis is essential to optimize the design of RNA-seq experiments and to assess and compare the power to detect differentially expressed genes. PowsimR is a flexible tool to simulate and evaluate differential expression from bulk and especially single-cell RNA-seq data making it suitable for a priori and posterior power analyses.
https://bvieth.github.io/powsimR/
Artistic License 2.0
103 stars 23 forks source link

installation failed #59

Closed ptoru001 closed 11 months ago

ptoru001 commented 2 years ago

Warning: replacing previous import ‘DECENT::lrTest’ by ‘MAST::lrTest’ when loading ‘powsimR’ Warning in .recacheSubclasses(def@className, def, env) : undefined subclass "numericVector" of class "Mnumeric"; definition not updated Error: object ‘computeSpikeFactors’ is not exported by 'namespace:scuttle' Execution halted ERROR: lazy loading failed for package ‘powsimR’

bvieth commented 11 months ago

Hey,

this weas an issue due to namespace changes in my dependencies, I have changed this in the mos recent release.

HTH Beate