morinlab / GAMBLR

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

suppress annoying readr messages #131

Closed rdmorin closed 1 year ago

rdmorin commented 1 year ago

Pretty much everywhere we are seeing messages like this it's unnecessary (possibly everywhere). Can @mattssca please update all such lines so they stop doing this?

 Use `spec()` to retrieve the full column specification for this data.
Specify the column types or set `show_col_types = FALSE` to quiet this message.
mattssca commented 1 year ago

Yes, I can take care of this. Thanks!