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
104 stars 23 forks source link

Will not install on R 3.5.1 #36

Closed raivivek closed 4 years ago

raivivek commented 5 years ago

Looks like some packages have set R > 3.6.0 as requirement, thus fresh install of powsimR does not install on R 3.5.1 anymore.

I believe the problematic packages are fpc, amap, rngtools.

bvieth commented 4 years ago

Hello,

I am sorry for the inconvenience. The problem is that I want to include the newest versions of packages, particularly Bioconductor. Given that those packages are quickly changing (function names, settings, dependencies), I have opted to only support the most current R version.

Kind regards Beate