rformassspectrometry / Spectra

Low level infrastructure to handle MS spectra
https://rformassspectrometry.github.io/Spectra/
34 stars 24 forks source link

Show method for Spectra too long #173

Closed ococrook closed 3 years ago

ococrook commented 3 years ago

Hi @jorainer

The show for the spectra currently shows the processing slot for the object. This is great, but after you've processed a large amount of data this can be a few thousand lines long and just eats the console when printed. Do you think it would be sensible to keep the max number of lines printed to say 10?

jorainer commented 3 years ago

I agree. I'll implement that.

ococrook commented 3 years ago

Thanks :)

jorainer commented 3 years ago

This is now implemented in the current devel version. Install with BiocManager::install("rformassspectrometry/Spectra").

I'm closing the issue now, feel free to re-open if needed.

ococrook commented 3 years ago

Thanks :)