dputhier / scigenex

This repository stores the scigenex R library.
Other
4 stars 2 forks source link

Control the level of verbosity #133

Closed lionel-spinelli closed 1 year ago

lionel-spinelli commented 1 year ago

Hello,

Would it be possible to add options in the "select_genes" and "gene_clustering" function (and perhaps others) to control the level of verbosity (and potentially remove all message apart main warnings and errors like usually done in R). Current, the execution provide lot of INFO message that are not very usefull when compiling a R markdown report and that are "polluting" the report.

Thanks in advance Best

dputhier commented 1 year ago

Did you tried this ?

   scigenex::set_verbosity(0)
lionel-spinelli commented 1 year ago

Hello,

I just tried and it work perfectly

Thanks you Best

lionel-spinelli commented 1 year ago

Issue has been fixed by providing a global verbosity control