Skip to content
Merged
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
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ Type: Package
Package: teal.picks
Title: Dataset and Variable Picker and Merge Module for 'teal'
Applications
Version: 0.1.0.9002
Date: 2026-06-23
Version: 0.2.0
Date: 2026-06-26
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("Andre", "Verissimo", , "andre.verissimo@roche.com", role = "aut",
comment = c(ORCID = "0000-0002-2212-339X")),
Expand All @@ -14,7 +14,7 @@ Authors@R: c(
comment = c(ORCID = "0000-0001-9747-2570")),
person("Oriol", "Senan", , "oriol.senan@external.roche.com", role = "aut",
comment = c(ORCID = "0000-0002-9621-3371")),
person("Dony", "Unardi", , "unardid@gene.com", role = "rev"),
person("Dony", "Unardi", , "unardid@gene.com", role = c("rev", "cre")),
person("F. Hoffmann-La Roche AG", role = c("cph", "fnd"))
)
Description: Allows users to interactively select datasets, variables, and
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# teal.picks 0.1.0.9002
# teal.picks 0.2.0

### Miscellaneous

* `variables()` allows for custom `allow-clear` options to be set by user without being overwritten.
* Improve badge border and looks.
* Update maintainer.

# teal.picks 0.1.0

Expand Down
Loading