Package: TableContainer Title: Create a Table with Row, Column, and Table Annotations Version: 1.0.0 Authors@R: person( given = "Jiefei", family = "Wang", email = "szwjf08@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-2709-5332")) Description: Offers a TableContainer() function to create tables enriched with row, column, and table annotations. This package is similar to 'SummarizedExperiment' in Bioconductor , but designed to work independently of Bioconductor, it ensures annotations are automatically updated when the table is subset. Additionally, it includes format_tbl() methods for enhanced table formatting and display. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Biarch: true Depends: R (>= 3.5) Imports: methods, cli, glue, utils SystemRequirements: GNU make Suggests: knitr, rmarkdown, testthat (>= 3.2.0) Config/testthat/edition: 3 VignetteBuilder: knitr Config/pak/sysreqs: make Repository: https://jiefei-wang.r-universe.dev Date/Publication: 2025-06-17 22:13:29 UTC RemoteUrl: https://github.com/jiefei-wang/tablecontainer RemoteRef: HEAD RemoteSha: d05ebcc4992201f8c727faf4b22334fbd2ba9c8f NeedsCompilation: no Packaged: 2026-06-18 08:30:32 UTC; root Author: Jiefei Wang [aut, cre] (ORCID: ) Maintainer: Jiefei Wang