Package: metabolomicsWorkbenchR Type: Package Title: Metabolomics Workbench in R Version: 1.23.0 Authors@R: c( person( c("Gavin","Rhys"), "Lloyd", role=c("aut","cre"), email="g.r.lloyd@bham.ac.uk"), person( c("Ralf","Johannes", "Maria"), "Weber", role=c("aut"), email="r.j.weber@bham.ac.uk") ) Description: This package provides functions for interfacing with the Metabolomics Workbench RESTful API. Study, compound, protein and gene information can be searched for using the API. Methods to obtain study data in common Bioconductor formats such as SummarizedExperiment and MultiAssayExperiment are also included. License: GPL-3 Encoding: UTF-8 RoxygenNote: 7.3.1 Collate: 'parse_fcns.R' 'generics.R' 'class_def.R' 'constants.R' 'helper_fcns.R' 'metabolomicsWorkbenchR.R' Imports: data.table, httr, jsonlite, methods, MultiAssayExperiment, struct, SummarizedExperiment, utils Suggests: BiocStyle, covr, knitr, HDF5Array, httptest, rmarkdown, structToolbox, testthat, pmp, grid, png VignetteBuilder: knitr biocViews: Software, Metabolomics Depends: R (>= 4.0) Config/pak/sysreqs: libicu-dev libssl-dev zlib1g-dev Repository: https://bioc.r-universe.dev Date/Publication: 2026-04-28 12:53:30 UTC RemoteUrl: https://github.com/bioc/metabolomicsWorkbenchR RemoteRef: HEAD RemoteSha: 5bac27b0d1e26c2e01f62117ba093c9b5a5160fc NeedsCompilation: no Packaged: 2026-07-20 05:33:13 UTC; root Author: Gavin Rhys Lloyd [aut, cre], Ralf Johannes Maria Weber [aut] Maintainer: Gavin Rhys Lloyd