The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

crane

Codecov test coverage

The {crane} package provides supplementary functions to the {gtsummary} specifically for trial reporting in the pharmaceutical industry.

Installation

You can install {crane} with the following code.

install.packages("crane")

Install the development version with pak::pak("insightsengineering/crane")

Example

This is a basic example which shows you how to solve a common problem:

library(crane)
theme_gtsummary_roche()
#> Setting theme "Roche"

tbl <- gtsummary::trial |>
  tbl_demographics(by = trt, include = c(age, grade)) |>
  add_blank_row()

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.