Package: romic
Type: Package
Title: R for High-Dimensional Molecular Data
Version: 1.3.3
Authors@R: c(
    person(
      given = "Sean",
      family = "Hackett",
      email = "seanrhackett@gmail.com",
      role = c("aut", "cre"),
      comment = c(ORCID = "0000-0002-9553-4341")
      ),
    person(
      given = "Calico Life Sciences LLC",
      role = c("cph", "fnd")
      )
    )
Description: Represents high-dimensional data as tables of features, samples and measurements, and a design list for tracking the meaning of individual variables. Using this format, filtering, normalization, and other transformations of a dataset can be carried out in a flexible manner. 'romic' takes advantage of these transformations to create interactive 'shiny' apps for exploratory data analysis such as an interactive heatmap. 
Depends: R (>= 4.1)
biocViews:
Imports: checkmate, cli, dplyr, ggplot2, glue, purrr, readr, reshape2,
        rlang, shiny (>= 1.5.0), stringr, tibble, tidyr (>= 1.0.0)
Suggests: knitr, impute, lazyeval, rmarkdown, usethis, testthat (>=
        3.0.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://www.shackett.org/external/romic-docs/,
        https://github.com/shackett/romic
BugReports: https://github.com/shackett/romic/issues
RoxygenNote: 7.3.3
VignetteBuilder: knitr
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2026-01-31 17:24:10 UTC; sean
Author: Sean Hackett [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-9553-4341>),
  Calico Life Sciences LLC [cph, fnd]
Maintainer: Sean Hackett <seanrhackett@gmail.com>
Repository: CRAN
Date/Publication: 2026-01-31 21:40:02 UTC
Built: R 4.5.2; ; 2026-02-25 04:24:52 UTC; windows
