ByrumLab / proteoDA

GNU General Public License v3.0
11 stars 11 forks source link

Add statmod to imports #218

Closed tjthurman closed 1 year ago

tjthurman commented 1 year ago

We need statmod to run the limma models, but limma itself doesn't require statmod. This can cause issues when installing our package and building vignettes: without statmod available the vignette will fail to build. Need to add a dummy function that includes a statmod import.

tjthurman commented 1 year ago

Closed with PR #221