saezlab / CARNIVAL

CAusal Reasoning for Network Identification with integer VALue programming in R
https://saezlab.github.io/CARNIVAL/
57 stars 29 forks source link

R version requirement #16

Closed ahmedasadik closed 3 years ago

ahmedasadik commented 4 years ago

Dear All, I noticed that you changed the prerequisit R version in the description file to >=4.0. This stops Carnival installation for R 3.6.3 which was released 6 weeks ago. Could you decrease that to 3.5? Kind regards,

enio23 commented 4 years ago

Hello,

Unfortunately, we are preparing CARNIVAL for submission to Bioc and it is a requirement to keep the R version >=4.0 for the release. I would suggest to either update the R version or re-install CARNIVAL locally after downloading and changing the R version on the description.

Cheers, Enio

dereckmezquita commented 4 years ago

I found that declaring install_github("saezlab/CARNIVAL@*release") will install the latest "release" and solve this issue.