Package: clinify
Type: Package
Title: Clinical Table Styling Tools and Utilities
Version: 0.3.0.9000
Authors@R: c(
person(given = "Mike",
family = "Stackhouse",
role = c("aut", "cre"),
email = "mike.stackhouse@atorusresearch.com",
comment = c(ORCID = "0000-0001-6030-723X")),
person("Ross", "Didenko", email = "rostyslav.didenko@atorusresearch.com", role = c("aut")),
person("Yevhenii", "Boiko", email = "yevhenii.boiko@atorusresearch.com", role = c("aut")),
person("Marat", "Zakirov", email = "marat.zakirov@atorusresearch.com", role = "ctb"),
person("Roman", "Rogoza", email = "roman.rogoza@atorusresearch.com", role = "ctb"),
person(given = "Atorus Research, Inc.",
role = "cph"),
person(given = "Incyte Corporation", role="cph"))
Depends: R (>= 4.2)
Imports: flextable, officer (>= 0.7.2), magrittr, dplyr, knitr,
htmltools, tidyselect, zoo
Suggests: rmarkdown, testthat (>= 3.0.0), Tplyr, rvest, withr, xml2
Description: The primary motivation of this package is to take the
things that are great about the R packages 'flextable'
and 'officer'
, take the standard and
complex pieces of formatting clinical tables for regulatory
use, and simplify the tedious pieces.
License: Apache License (>= 2)
Encoding: UTF-8
RoxygenNote: 7.3.2
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
URL: https://atorus-research.github.io/clinify/
Config/pak/sysreqs: libcairo2-dev cmake libfontconfig1-dev
libfreetype6-dev libfribidi-dev make libharfbuzz-dev libicu-dev
libjpeg-dev libpng-dev libtiff-dev libuv1-dev libwebp-dev
libxml2-dev libssl-dev
Repository: https://atorus-research.r-universe.dev
Date/Publication: 2026-01-08 19:52:27 UTC
RemoteUrl: https://github.com/atorus-research/clinify
RemoteRef: HEAD
RemoteSha: 9f0ed2029ddebf70c81ba0d9a65e2367eb4f1cd3
NeedsCompilation: no
Packaged: 2026-06-07 07:44:49 UTC; root
Author: Mike Stackhouse [aut, cre] (ORCID:
),
Ross Didenko [aut],
Yevhenii Boiko [aut],
Marat Zakirov [ctb],
Roman Rogoza [ctb],
Atorus Research, Inc. [cph],
Incyte Corporation [cph]
Maintainer: Mike Stackhouse