Skip to content
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
Type: Package
Package: teal
Title: Exploratory Web Apps for Analyzing Clinical Trials Data
Version: 1.1.0.9034
Version: 1.2.0
Date: 2026-06-29
Authors@R: c(
person("Dawid", "Kaledkowski", , "dawid.kaledkowski@roche.com", role = c("aut", "cre"),
person("Dony", "Unardi", , "unardid@gene.com", role = c("aut", "cre")),
person("Dawid", "Kaledkowski", , "dawid.kaledkowski@roche.com", role = "aut",
comment = c(ORCID = "0000-0001-9533-457X")),
person("Pawel", "Rucki", , "pawel.rucki@roche.com", role = "aut"),
person("Aleksander", "Chlebowski", , "aleksander.chlebowski@contractors.roche.com", role = "aut",
Expand All @@ -15,7 +16,6 @@ Authors@R: c(
person("Vedha", "Viyash", , "vedha.viyash@roche.com", role = "aut"),
person("Marcin", "Kosinski", , "marcin.kosinski.mk1@roche.com", role = "aut"),
person("Adrian", "Waddell", , "adrian.waddell@gene.com", role = "aut"),
person("Dony", "Unardi", , "unardid@gene.com", role = "rev"),
person("Nina", "Qi", , "qi.ting@gene.com", role = "rev"),
person("Nikolas", "Burkoff", role = "aut"),
person("Mahmoud", "Hallal", role = "aut"),
Expand Down
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# teal 1.1.0.9034
# teal 1.2.0

### Enhancements

Expand All @@ -7,6 +7,10 @@
* Exported new utility functions to support module decorators: `srv_transform_teal_data()`, `ui_transform_teal_data()` and `check_decorators()` (#1697).
* Added `teal.snapshot_manager.enable` option (default: `TRUE`) to control whether the Snapshot Manager panel is rendered. Setting it to `FALSE` hides the panel and skips its server logic.

### Miscellaneous

* Update maintainer.

# teal 1.1.0

### Deprecations and removals
Expand Down
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,17 +124,3 @@ If you encounter a bug or have a feature request, please file an issue. For ques
## 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!

## Stargazers and Forkers

### Stargazers over time

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

### Stargazers

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

### Forkers

[![Forkers repo roster for @insightsengineering/teal](http://reporoster.com/forks/insightsengineering/teal)](https://github.com/insightsengineering/teal/network/members)
4 changes: 2 additions & 2 deletions man/teal-package.Rd

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

Loading