Package: FastRet
Title: Retention Time Prediction in Liquid Chromatography
Version: 1.1.4
Authors@R: c(
    person(given = "Christian", family = "Amesoeder", role = c("aut", "cph"), email = "christian-amesoeder@web.de", comment = c(ORCID = "0000-0002-1668-8351")),
    person(given = "Marian", family = "Schoen", role = c("aut", "cph"), email = "marian.schoen@klinik.uni-regensburg.de"),
    person(given = "Tobias", family = "Schmidt", role = c("aut", "cre", "cph"), email = "tobias.schmidt331@gmail.com", comment = c(ORCID = "0000-0001-9681-9253")),
    person(given = "Fadi", family = "Fadil", role = c("ctb", "cph"), email = "fadi.fadil@klinik.uni-regensburg.de", comment = c(ORCID = "0000-0002-9532-1901")),
    person(given = "Katja", family = "Dettmer", role = c("ths", "cph"), email = "Katja.Dettmer@klinik.uni-regensburg.de", comment = c(ORCID = "0000-0001-7337-2380")),
    person(given = "Peter", family = "Oefner", role = c("ths", "cph"), email = "Peter.Oefner@klinik.uni-regensburg.de", comment = c(ORCID = "0000-0002-1499-3977"))
    )
Description: A framework for predicting retention times in liquid
    chromatography. Users can train custom models for specific
    chromatography columns, predict retention times using existing models,
    or adjust existing models to account for altered experimental
    conditions. The provided functionalities can be accessed either via
    the R console or via a graphical user interface. Related work: Bonini
    et al. (2020) <doi:10.1021/acs.analchem.9b05765>.
License: GPL-3
Language: en-US
URL: https://github.com/spang-lab/FastRet/,
        https://spang-lab.github.io/FastRet/
BugReports: https://github.com/spang-lab/FastRet/issues
biocViews: Retention, Time, Chromotography, LC-MS
Encoding: UTF-8
RoxygenNote: 7.3.2
Depends: R (>= 4.1.0)
Imports: bslib, caret, cluster, data.table, digest, DT, future,
        ggplot2, glmnet, htmltools, promises, rcdk, readxl, shiny (>=
        1.8.1), shinybusy, shinyhelper, shinyjs, xgboost, xlsx
Suggests: cli, devtools, knitr, languageserver, lintr, pkgdown,
        pkgbuild, pkgload, rlang, rmarkdown, servr, tibble, testthat
        (>= 3.0.0), toscutil, usethis, withr
LazyData: true
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/testthat/start-first: train_frm-gbtree, train_frm-lasso,
        preprocess_data, read_rp_xlsx, fit_gbtree, getCDsFor1Molecule,
        plot_frm, adjust_frm, read_rpadj_xlsx
NeedsCompilation: no
Packaged: 2025-02-07 19:09:03 UTC; tobi
Author: Christian Amesoeder [aut, cph]
    (<https://orcid.org/0000-0002-1668-8351>),
  Marian Schoen [aut, cph],
  Tobias Schmidt [aut, cre, cph]
    (<https://orcid.org/0000-0001-9681-9253>),
  Fadi Fadil [ctb, cph] (<https://orcid.org/0000-0002-9532-1901>),
  Katja Dettmer [ths, cph] (<https://orcid.org/0000-0001-7337-2380>),
  Peter Oefner [ths, cph] (<https://orcid.org/0000-0002-1499-3977>)
Maintainer: Tobias Schmidt <tobias.schmidt331@gmail.com>
Repository: CRAN
Date/Publication: 2025-02-10 18:30:02 UTC
Built: R 4.5.2; ; 2025-11-01 03:45:42 UTC; windows
