TidyMass project is a comprehensive computational framework that can process the whole workflow of data processing and analysis for LC-MS-based untargeted metabolomics using tidyverse principles.
Install tidymass with:
if(!require(remotes)){
install.packages("remotes")
}
remotes::install_gitlab("jaspershen/tidymass")
More information can be found here.