morinlab / GAMBLR

Set of standardized functions to operate with genomic data
https://morinlab.github.io/GAMBLR/
MIT License
3 stars 2 forks source link

Specify version of GAMBLR dependencies in package DESCRIPTION #223

Open mattssca opened 1 year ago

mattssca commented 1 year ago

Some GAMBLRs have been reporting errors that are related to their version of installed GAMBLR dependencies. To avoid this in the future, GAMBLR dependencies under Imports: in package DESCRIPTION should be specified with the correct version as such;

Imports:
    dplyr (>= 1.1.2)