morinlab / GAMBLR

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

bug fix: prettyForestplot bugs #167

Closed Kdreval closed 1 year ago

Kdreval commented 1 year ago

I have recently broken the prettyForestplot. This PR fixes the bugs described in #166

Kdreval commented 1 year ago

Thanks, Kostia! I will approve this PR with a minor comment that you can deal with as you like. Since dplyr is specified under import, and because the mutate function does not have any conflicting function names from any other package, it is not necessary to specify the package before calling this function (i.e mutate::dplyr). It can simply just be mutate. Thanks!

Oh good! Thanks for the update!