wkumler / RaMS

R-based access to Mass-Spectrometry data
Other
20 stars 7 forks source link

Move data.table to Depends instead of Imports? #36

Open wkumler opened 3 months ago

wkumler commented 3 months ago

Given that RaMS returns data.tables and I often then use data.table functions on them, it may make sense to automatically attach the data.table functions. Of course, this is very rarely recommended and I'm not convinced that it's worth it here but wanted to document it as a potential enhancement.