snystrom / memes

An R interface to the MEME Suite
https://snystrom.github.io/memes/
Other
43 stars 5 forks source link

R version requirement #82

Closed ywang1993 closed 3 years ago

ywang1993 commented 3 years ago

When I try to install it, there is an error message stating that "package 'memes' requires R >= 4.1". However, the final version of R 4.1.0 has not been released yet. Is it possible to install it using older R versions?

snystrom commented 3 years ago

Thanks for trying the package! Unfortunately, depending on R >= 4.1 is a requirement for the next Bioconductor release. In the mean time I made a separate branch without this requirement which you can install like this: remotes::install_github("snystrom/memes", ref = "no-r-4")

Once the Bioconductor version is released I will probably not update this branch often, but for now it should do the job!