stephenslab / mixsqp

R package for fast maximum-likelihood estimation of mixture proportions using SQP.
https://bit.ly/2NtYHWT
Other
11 stars 7 forks source link

irlba requires R >= 3.6.2 #47

Closed mcolosimo-p4 closed 2 years ago

mcolosimo-p4 commented 2 years ago

It seems in the last two months, https://github.com/bwlewis/irlba was updated to require R >= 3.6.2. You might want to either update your requirement or specify version "2.3.3' of irlba. I ran into this when installing a package that depends on mixsqp.

pcarbo commented 2 years ago

Hi @mcolosimo-p4 thanks for the feedback. We will let irlba impose this requirement rather than mixsqp. And unfortunately CRAN only allows "greater than equal to" version requirements, which will not address the issue you report. This is not an uncommon issue with package development, but not much we can do about it.