morinlab / GAMBLR

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

Tidyverse isn't really "importable" #102

Closed lkhilton closed 1 year ago

lkhilton commented 2 years ago

I noticed today when testing Ryan's GAMBLR remote files that get_gambl_metadata() throws an error if tidyverse hasn't been explicitly loaded, even though it's listed as a dependency.

Turns out tidyverse isn't importable in this way and you are supposed to import individual packages from within tidyverse.

https://stackoverflow.com/a/62377442/16737334

rdmorin commented 1 year ago

Do we import the actual packages now instead?

mattssca commented 1 year ago

Not for all functions, I will go over the outstanding functions in an upcoming PR. So not resolved yet.