From 0e6a7e97d3d100fb4b1fed04cd35eb797945f15c Mon Sep 17 00:00:00 2001 From: Nan Xiao Date: Sun, 28 Jul 2024 16:19:34 -0400 Subject: [PATCH] Add teal extensions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index ff1774e..ef6d169 100644 --- a/README.md +++ b/README.md @@ -530,6 +530,14 @@ add packages to the list. ### Framework extensions +- [teal.code](https://github.com/insightsengineering/teal.code) - Code storage and execution class for teal applications. +- [teal.data](https://github.com/insightsengineering/teal.data) - Data model for teal applications. +- [teal.logger](https://github.com/insightsengineering/teal.logger) - Logging setup for the teal family of packages. +- [teal.modules.clinical](https://github.com/insightsengineering/teal.modules.clinical) - A set of teal modules for standard clinical outputs. +- [teal.modules.general](https://github.com/insightsengineering/teal.modules.general) - General modules for teal applications. +- [teal.reporter](https://github.com/insightsengineering/teal.reporter) - Reporting tools for Shiny modules. +- [teal.slice](https://github.com/insightsengineering/teal.slice) - Filter module for teal applications. +- [teal.transform](https://github.com/insightsengineering/teal.transform) - Functions and Shiny modules for extracting and merging data within the teal framework. - [teal.widgets](https://github.com/insightsengineering/teal.widgets) - Shiny widgets for teal applications. ## Backend