Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@ SECURITY.md
^\.gitlab-ci\.yml$
^\.pre-commit-config\.yaml$
^LICENSE\.md$
LICENSE
coverage.*
^pkgdown$
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,6 @@ If you have further questions regarding the contribution guidelines, please cont

<!-- urls -->
[docs]: https://insightsengineering.github.io/teal.modules.clinical/index.html
[articles]: https://insightsengineering.github.io/teal.modules.clinical/main/articles/index.html
[license]: https://insightsengineering.github.io/teal.modules.clinical/main/LICENSE-text.html
[articles]: https://insightsengineering.github.io/teal.modules.clinical/latest-tag/articles/index.html
[license]: https://insightsengineering.github.io/teal.modules.clinical/latest-tag/LICENSE-text.html
[insights]: https://github.com/insightsengineering/teal.modules.clinical/pulse
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: teal.modules.clinical
Title: Teal Modules for Standard Clinical Outputs
Title: 'teal' Modules for Standard Clinical Outputs
Version: 0.8.16.9093
Date: 2024-02-18
Authors@R: c(
Expand All @@ -18,11 +18,11 @@ Authors@R: c(
person("F. Hoffmann-La Roche AG", role = c("cph", "fnd"))
)
Description: Provides user-friendly tools for creating and customizing
clinical trial reports. By leveraging the `teal` framework, this
clinical trial reports. By leveraging the 'teal' framework, this
package provides teal modules to easily create an interactive panel
that allows for seamless adjustments to data presentation, thereby
streamlining the creation of detailed and accurate reports.
License: Apache License 2.0 | file LICENSE
License: Apache License 2.0
URL: https://insightsengineering.github.io/teal.modules.clinical/,
https://github.com/insightsengineering/teal.modules.clinical/
BugReports:
Expand Down
2 changes: 1 addition & 1 deletion R/teal.modules.clinical.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Teal Modules for Standard Clinical Outputs
#' `teal` Modules for Standard Clinical Outputs
#'
#' Provides teal modules for the standard clinical trials outputs.
#' The teal modules add an encoding panel to interactively change the encodings within teal.
Expand Down
2 changes: 1 addition & 1 deletion R/tm_t_coxreg.R
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ template_coxreg_m <- function(dataname,
#' datanames(data) <- datanames
#' join_keys(data) <- default_cdisc_join_keys[datanames]
#'
#' ## Teal application
#' ## `teal` application
#' ## ----------------
#' ## Note that the R code exported by `Show R Code` does not include the data
#' ## pre-processing. You will need to create the dataset as above before
Expand Down
29 changes: 24 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# teal.modules.clinical

<!-- start badges -->
[![CRAN Version](https://www.r-pkg.org/badges/version/teal.modules.clinical?color=green)](https://cran.r-project.org/package=teal.modules.clinical)
[![Total Downloads](http://cranlogs.r-pkg.org/badges/grand-total/teal.modules.clinical?color=green)](https://cran.r-project.org/package=teal.modules.clinical)
[![Last Month Downloads](http://cranlogs.r-pkg.org/badges/last-month/teal.modules.clinical?color=green)](https://cran.r-project.org/package=teal.modules.clinical)
[![Last Week Downloads](http://cranlogs.r-pkg.org/badges/last-week/teal.modules.clinical?color=green)](https://cran.r-project.org/package=teal.modules.clinical)

[![Check 🛠](https://github.com/insightsengineering/teal.modules.clinical/actions/workflows/check.yaml/badge.svg)](https://insightsengineering.github.io/teal.modules.clinical/main/unit-test-report/) [![Docs 📚](https://github.com/insightsengineering/teal.modules.clinical/actions/workflows/docs.yaml/badge.svg)](https://insightsengineering.github.io/teal.modules.clinical/)

![GitHub forks](https://img.shields.io/github/forks/insightsengineering/teal.modules.clinical?style=social)
Expand Down Expand Up @@ -51,17 +56,31 @@ Please see the [Teal Gallery](https://insightsengineering.github.io/teal.gallery

## Installation

As of July 2023, all `insightsengineering` packages are available on [r-universe](https://r-universe.dev/).

```r
# stable versions
install.packages('teal.modules.clinical', repos = c('https://insightsengineering.r-universe.dev', 'https://cloud.r-project.org'))
install.packages('teal.modules.clinical')

# install.packages("pak")
pak::pak("insightsengineering/teal.modules.clinical@*release")
```

Alternatively, you might want to use the development version available on [r-universe](https://r-universe.dev/).

```r
# beta versions
install.packages('teal.modules.clinical', repos = c('https://pharmaverse.r-universe.dev', 'https://cloud.r-project.org'))
install.packages('teal.modules.clinical', repos = c('https://pharmaverse.r-universe.dev', getOption('repos')))

# install.packages("pak")
pak::pak("insightsengineering/teal.modules.clinical")
```

See package vignettes (`browseVignettes(package = "teal.modules.clinical")`) for usage of this package.
## Usage

To understand how to use this package, please refer to the [Package Website](https://insightsengineering.github.io/teal.modules.clinical/latest-tag/).

## Getting help

If you encounter a bug or have a feature request, please file an issue. For questions, discussions, and staying up to date, please use the `teal` channel in the [`pharmaverse` slack workspace](https://pharmaverse.slack.com).

## Acknowledgment

Expand Down
2 changes: 1 addition & 1 deletion man/teal.modules.clinical.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/tm_t_coxreg.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.