Package: clerkR Title: Publication-Ready Tables for Biomedical Research Version: 0.1.2 Authors@R: c( person("Lucas", "França", email = "lucas.franca@northumbria.ac.uk", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-0853-1319")), person("Mario", "Leocadio-Miguel", email = "mario.miguel@northumbria.ac.uk", role = "aut", comment = c(ORCID = "0000-0002-7248-3529")) ) Description: Transforms standard R data frames into publication-ready tables across a handful of common archetypes found in biomedical and neuroscience manuscripts: descriptive/Table 1 with group comparisons, heritability and variance components, correlation and partial correlation, regression coefficients, and simple descriptive summaries. Provides a unified rendering pipeline targeting 'gt' (Word/PDF), 'reactable' (HTML), and LaTeX outputs, with consistent theming, domain/section grouping, footnote handling for transformed variables, and FDR annotation. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) Depends: R (>= 4.1.0) Imports: dplyr (>= 1.1.0), tidyr, rlang, gt (>= 0.10.0), reactable (>= 0.4.0), htmltools, knitr, grDevices, stats, utils Suggests: testthat (>= 3.0.0), rmarkdown Config/testthat/edition: 3 VignetteBuilder: knitr URL: https://clerkr.circadia-lab.uk, https://github.com/circadia-bio/clerkR BugReports: https://github.com/circadia-bio/clerkR/issues LazyData: true Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libxml2-dev libssl-dev libnode-dev Repository: https://circadia-bio.r-universe.dev Date/Publication: 2026-06-29 05:23:35 UTC RemoteUrl: https://github.com/circadia-bio/clerkR RemoteRef: main RemoteSha: 6fbd608d52b5ab7ac5b575a8ca5b4e5e4d45ba09 NeedsCompilation: no Packaged: 2026-07-01 23:56:44 UTC; root Author: Lucas França [aut, cre] (ORCID: ), Mario Leocadio-Miguel [aut] (ORCID: ) Maintainer: Lucas França