Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
Type: Package
Package: teal.slice
Title: Filter Module for 'teal' Applications
Version: 0.7.1.9007
Date: 2026-05-28
Version: 0.8.0
Date: 2026-06-01
Authors@R: c(
person("Dawid", "Kaledkowski", , "dawid.kaledkowski@roche.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",
comment = c(ORCID = "0000-0001-5018-6294")),
person("Andre", "Verissimo", , "andre.verissimo@roche.com", role = "aut",
comment = c(ORCID = "0000-0002-2212-339X")),
person("Lluís", "Revilla Sancho", , "lluis.revilla_sancho@roche.com", role = "aut",
comment = c(ORCID = "0000-0001-9747-2570")),
person("Dony", "Unardi", , "unardid@gene.com", role = c("rev", "cre")),
person("Kartikeya", "Kirar", , "kartikeya.kirar@businesspartner.roche.com", role = "aut"),
person("Marcin", "Kosinski", , "marcin.kosinski.mk1@roche.com", role = "aut"),
person("Chendi", "Liao", , "chendi.liao@roche.com", role = "rev"),
person("Dony", "Unardi", , "unardid@gene.com", role = "rev"),
person("Chendi", "Liao", role = "aut"),
person("Andrew", "Bates", role = "aut"),
person("Mahmoud", "Hallal", role = "aut"),
person("Nikolas", "Burkoff", role = "aut"),
Expand Down
9 changes: 7 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# teal.slice 0.7.1.9007
# teal.slice 0.8.0

### Enhancements

* Relaxed assertions on `teal_slices` to ignore duplicated `teal_slice` elements.
* Relaxed assertions on `teal_slices` to ignore duplicated `teal_slice` elements (#675).

### Bug fixes

* Fixed variable label not being displayed when filtering a factor column (#679).
* Fixed spurious warning about modified range choices now only raised after prettifying the range (#677).

# teal.slice 0.7.1

Expand Down
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,3 @@ To understand how to use this package, please refer to the [Introduction to `tea
## Getting help

If you encounter a bug or have a feature request, please file an issue. For questions, discussions, and updates, use the `teal` channel in the [`pharmaverse` slack workspace](https://pharmaverse.slack.com).

## Stargazers and Forkers

### Stargazers over time

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

### Stargazers

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

### Forkers

[![Forkers repo roster for @insightsengineering/teal.slice](http://reporoster.com/forks/insightsengineering/teal.slice)](https://github.com/insightsengineering/teal.slice/network/members)
2 changes: 1 addition & 1 deletion inst/WORDLIST
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Forkers
Hoffmann
MultiAssayExperiment
ORCID
Revilla
UI
funder
subtype
6 changes: 3 additions & 3 deletions man/teal.slice-package.Rd

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

Loading