https://github.com/insightsengineering/teal.reporter
Create and preview reports with Shiny modules
https://github.com/insightsengineering/teal.reporter
nest r reporting shiny
Last synced: 6 days ago
JSON representation
Create and preview reports with Shiny modules
- Host: GitHub
- URL: https://github.com/insightsengineering/teal.reporter
- Owner: insightsengineering
- License: other
- Created: 2022-03-28T14:15:54.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-10T13:38:36.000Z (8 days ago)
- Last Synced: 2025-04-10T14:52:44.326Z (8 days ago)
- Topics: nest, r, reporting, shiny
- Language: R
- Homepage: https://insightsengineering.github.io/teal.reporter/
- Size: 21.9 MB
- Stars: 8
- Watchers: 13
- Forks: 10
- Open Issues: 21
-
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.reporter - Reporting tools for Shiny modules. (Frameworks / Framework extensions)
README
# teal.reporter
[](https://cran.r-project.org/package=teal.reporter)
[](https://cran.r-project.org/package=teal.reporter)
[](https://cran.r-project.org/package=teal.reporter)
[](https://cran.r-project.org/package=teal.reporter)[](https://insightsengineering.github.io/teal.reporter/main/unit-test-report/)
[](https://insightsengineering.github.io/teal.reporter/latest-tag/)
[](https://insightsengineering.github.io/teal.reporter/main/coverage-report/)






[](https://www.repostatus.org/#active)
[](https://github.com/insightsengineering/teal.reporter/tree/main)
[](https://github.com/insightsengineering/teal.reporter/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc)`teal.reporter` empowers both `shiny` and `teal` applications to seamlessly integrate reporting functionality. Developers, whether working on a `shiny` app or a `teal` module, define the report's content, while `teal.reporter` takes care of the rest.
This package provides:
* A `shiny` module for adding cards (i.e. items) into a report
* A `shiny` module for previewing the report on-screen
* The ability to download a zip file containing the reports## Installation
```r
install.packages('teal.reporter')
```Alternatively, you might want to use the development version.
```r
# install.packages("pak")
pak::pak("insightsengineering/teal.reporter")
```## Usage
To understand how to use this package, please refer to the [Getting Started](https://insightsengineering.github.io/teal.reporter/latest-tag/articles/teal-reporter.html) article, which provides multiple examples of code implementation.

## 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).
## Stargazers and Forkers
### Stargazers over time
[](https://starchart.cc/insightsengineering/teal.reporter)
### Stargazers
[](https://github.com/insightsengineering/teal.reporter/stargazers)
### Forkers
[](https://github.com/insightsengineering/teal.reporter/network/members)