dieterich-lab / circtools

circtools: a modular, python-based framework for circRNA-related tools that unifies several functionalities in a single, command line driven software.
http://circ.tools
GNU General Public License v3.0
25 stars 20 forks source link

Fix and clarification for the R dependencies #91

Closed HaraldWilhelmi closed 3 years ago

HaraldWilhelmi commented 3 years ago

It seems that the R dependencies relies on a check of the minor R version only (>=6) to select the right method to install BiocManager. That assumes major version 3 and will not work for R 4.0 to 4.5.

Another very minor issue with the R dependencies is that it was not documented where they are installed. I added a small remark about that to the documentation as well.