https://github.com/insightsengineering/teal.modules.general
General Purpose Teal Modules
https://github.com/insightsengineering/teal.modules.general
general-purpose modules nest r shiny
Last synced: 4 days ago
JSON representation
General Purpose Teal Modules
- Host: GitHub
- URL: https://github.com/insightsengineering/teal.modules.general
- Owner: insightsengineering
- License: other
- Created: 2021-07-05T21:43:38.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-11T10:28:12.000Z (5 days ago)
- Last Synced: 2025-04-11T11:58:23.951Z (5 days ago)
- Topics: general-purpose, modules, nest, r, shiny
- Language: R
- Homepage: https://insightsengineering.github.io/teal.modules.general/
- Size: 48.9 MB
- Stars: 13
- Watchers: 19
- Forks: 15
- Open Issues: 75
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-shiny-extensions - teal.modules.general - General modules for teal applications. (Frameworks / Framework extensions)
README
# teal.modules.general
[](https://cran.r-project.org/package=teal.modules.general)
[](https://cran.r-project.org/package=teal.modules.general)
[](https://cran.r-project.org/package=teal.modules.general)
[](https://cran.r-project.org/package=teal.modules.general)[](https://insightsengineering.github.io/teal.modules.general/main/unit-test-report/)
[](https://insightsengineering.github.io/teal.modules.general/)
[](https://insightsengineering.github.io/teal.modules.general/main/coverage-report/)






[](https://www.repostatus.org/#active)
[](https://github.com/insightsengineering/teal.modules.general/tree/main)
[](https://github.com/insightsengineering/teal.modules.general/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc)This package contains a set of standard `teal` modules for you to include in applications.
These include modules for:- viewing data (including `tm_variable_browser`, `tm_data_table`, `tm_file_viewer`, ...)
- visualizing data (`tm_g_scatterplot`, `tm_g_association`, ...)
- understanding missing and outlier values within your data (`tm_missing_data`, `tm_outliers`, ...)
- performing simple data analysis (`tm_a_pca`, `tm_g_distribution`, `tm_a_regression`, ...).These modules work with `CDISC` data, independent datasets and general relational data.
Please see [`teal` gallery](https://github.com/insightsengineering/teal.gallery) and [TLG Catalog](https://github.com/insightsengineering/tlg-catalog) to see examples of `teal` apps with modules from this package.
## Installation
```r
install.packages('teal.modules.general')
```Alternatively, you might want to use the development version.
```r
# install.packages("pak")
pak::pak("insightsengineering/teal.modules.general")
```## Usage
To understand how to use this package, please refer to the [Getting Started](https://insightsengineering.github.io/teal.modules.general/latest-tag/articles/teal-modules-general.html) article, which provides multiple examples of code implementation.
## Playground
You can try out the package without installing it in the Shinylive:
* [stable](https://shinylive.io/r/editor/#code=NobwRAdghgtgpmAXGKAHVA6ASmANGAYwHsIAXOMpMAGwEsAjAJykYE8AKcqajGIgEwCu1OAGcMAcwpxm1AJQAdCGAC+AXSA)
* [development](https://shinylive.io/r/editor/#code=NobwRAdghgtgpmAXGKAHVA6ASmANGAYwHsIAXOMpMI1UgSxIGcAKAdzgCMAnAfVQGsA5jy5xURRgAIAvJILMAOmC4BaAK4Q6ANzhdGcJTMlKAFqVKpGiAPTXUJqFxhQdeuBlUbtu-RgAmcFpKuJKCcKQA8rQMEIpg7Nx8QiJiEkoAlJkKEAA2dNyOAJ7M5FA5GDBEfmo5cIwYYRC6ZenZYAC+ALpAA)## 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
This package is a result of a joint efforts by many developers and stakeholders. We would like to thank everyone who contributed so far!
[](https://github.com/insightsengineering/teal.modules.general/stargazers)
[](https://github.com/insightsengineering/teal.modules.general/network/members)## Stargazers over time
[](https://starchart.cc/insightsengineering/teal.modules.general)