lifs-tools / rmzTab-m

The R-language bindings for mzTab-M
https://lifs-tools.github.io/rmzTab-m/
MIT License
4 stars 1 forks source link

dplyr not imported #23

Closed sneumann closed 1 year ago

sneumann commented 2 years ago

Hi, the code below works in the vignette because library(dplyr) is called manually.

## To turn these tables into objects, use the R6 class constructor method `new()`:
> mzTabObject <- MzTab$new()$fromDataFrame(mzTabTable)
Error in SummaryDataFrame %>% dplyr::select(dplyr::starts_with("abundance_assay")) : 
  could not find function "%>%"

Please expect PR soon. Yours, Steffen

sneumann commented 1 year ago

should be closed with PR #25 containing 363626941cdc927d3128d498639c55a47f35d97c . Yours, Steffen