Package: mdrb Title: Metabodecon Rust Backend Version: 0.0.5 Authors@R: c( person(given = "Tobias", family = "Schmidt", role = c("aut", "cre", "cph"), email = "tobias.schmidt331@gmail.com"), person(given = "Maximilian", family = "Sombke", role = c("aut", "cph"), email = "sombkemaximilian@gmail.com"), person(given = "Wolfram", family = "Gronwald", role = c("aut", "cph"), email = "wolfram.gronwald@klinik.uni-regensburg.de") ) Description: Provides a high-performance Rust backend for the 'metabodecon' package (), enabling efficient deconvolution, alignment, and post-processing of 1-dimensional (1D) nuclear magnetic resonance (NMR) spectra. The package wraps optimized Rust functions to improve performance and scalability for large datasets. The recommended way to use *mdrb* is by installing *metabodecon* and setting the backend argument to "rust" when calling its functions. The Rust part of the package is based on the 'metabodecon-rust' crate (). License: GPL (>= 3) URL: https://github.com/spang-lab/mdrb/, https://spang-lab.github.io/mdrb/ BugReports: https://github.com/spang-lab/mdrb/issues biocViews: NMR, Deconvolution Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Depends: R (>= 4.2.0) Suggests: metabodecon, devtools, rextendr, testthat (>= 3.0.0) Config/testthat/edition: 3 Config/testthat/parallel: true BuildManual: TRUE Language: en-US Config/rextendr/version: 0.3.1.9001 SystemRequirements: Cargo (Rust's package manager), rustc (>= 1.80.0) Config/pak/sysreqs: libclang-dev Repository: https://spang-lab.r-universe.dev Date/Publication: 2026-05-31 00:43:27 UTC RemoteUrl: https://github.com/spang-lab/mdrb RemoteRef: HEAD RemoteSha: 5d293b2d69136c0657fdb356fc83cf904b0cccb9 NeedsCompilation: yes Packaged: 2026-06-24 11:41:11 UTC; root Author: Tobias Schmidt [aut, cre, cph], Maximilian Sombke [aut, cph], Wolfram Gronwald [aut, cph] Maintainer: Tobias Schmidt