An open API service indexing awesome lists of open source software.

https://github.com/insightsengineering/teal.goshawk

Modules that produce web interfaces through which longitudinal visualizations can be dynamically
https://github.com/insightsengineering/teal.goshawk

modules nest r

Last synced: about 1 year ago
JSON representation

Modules that produce web interfaces through which longitudinal visualizations can be dynamically

Awesome Lists containing this project

README

          

# teal.goshawk

[![Docs 📚](https://github.com/insightsengineering/teal.goshawk/actions/workflows/docs.yaml/badge.svg)](https://insightsengineering.github.io/teal.goshawk/)
[![Code Coverage 📔](https://raw.githubusercontent.com/insightsengineering/teal.goshawk/_xml_coverage_reports/data/main/badge.svg)](https://insightsengineering.github.io/teal.goshawk/main/coverage-report/)

![GitHub forks](https://img.shields.io/github/forks/insightsengineering/teal.goshawk?style=social)
![GitHub repo stars](https://img.shields.io/github/stars/insightsengineering/teal.goshawk?style=social)

![GitHub commit activity](https://img.shields.io/github/commit-activity/m/insightsengineering/teal.goshawk)
![GitHub contributors](https://img.shields.io/github/contributors/insightsengineering/teal.goshawk)
![GitHub last commit](https://img.shields.io/github/last-commit/insightsengineering/teal.goshawk)
![GitHub pull requests](https://img.shields.io/github/issues-pr/insightsengineering/teal.goshawk)
![GitHub repo size](https://img.shields.io/github/repo-size/insightsengineering/teal.goshawk)
![GitHub language count](https://img.shields.io/github/languages/count/insightsengineering/teal.goshawk)
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![Current Version](https://img.shields.io/github/r-package/v/insightsengineering/teal.goshawk/main?color=purple\&label=package%20version)](https://github.com/insightsengineering/teal.goshawk/tree/main)
[![Open Issues](https://img.shields.io/github/issues-raw/insightsengineering/teal.goshawk?color=red\&label=open%20issues)](https://github.com/insightsengineering/teal.goshawk/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc)

The teal.goshawk package provides `teal` modules of the longitudinal visualization functions from the [goshawk](https://insightsengineering.github.io/goshawk/) R package.
This enables `teal` app developers to easily create applications to explore longitudinal clinical trial data.

## Modules

- [`tm_g_gh_boxplot`](https://insightsengineering.github.io/teal.goshawk/latest-tag/reference/tm_g_gh_boxplot.html)
- [`tm_g_gh_correlationplot`](https://insightsengineering.github.io/teal.goshawk/latest-tag/reference/tm_g_gh_correlationplot.html)
- [`tm_g_gh_density_distribution_plot`](https://insightsengineering.github.io/teal.goshawk/latest-tag/reference/tm_g_gh_density_distribution_plot.html)
- [`tm_g_gh_lineplot`](https://insightsengineering.github.io/teal.goshawk/latest-tag/reference/tm_g_gh_lineplot.html)
- [`tm_g_gh_spaghettiplot`](https://insightsengineering.github.io/teal.goshawk/latest-tag/reference/tm_g_gh_spaghettiplot.html)

## Installation

```r
# stable versions
# install.packages("pak")
pak::pkg_install("insightsengineering/teal.goshawk@*release")

# beta versions
# install.packages("pak")
pak::pkg_install("insightsengineering/teal.goshawk")
```

## Stargazers and Forkers

### Stargazers over time

[![Stargazers over time](https://starchart.cc/insightsengineering/teal.goshawk.svg)](https://starchart.cc/insightsengineering/teal.goshawk)

### Stargazers

[![Stargazers repo roster for @insightsengineering/teal.goshawk](https://reporoster.com/stars/insightsengineering/teal.goshawk)](https://github.com/insightsengineering/teal.goshawk/stargazers)

### Forkers

[![Forkers repo roster for @insightsengineering/teal.goshawk](https://reporoster.com/forks/insightsengineering/teal.goshawk)](https://github.com/insightsengineering/teal.goshawk/network/members)