Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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
19 changes: 14 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
Type: Package
Package: teal.picks
Title: Dataset and Variable Picker and Merge Module for 'teal'
Applications
Version: 0.1.0.9243
Title: Dataset and Variable Picker and Merge Module for 'teal' Applications
Version: 0.1.0
Date: 2026-05-07
Authors@R:
person("insightsengineering", , , "[email protected]", role = c("aut", "cre"))
Authors@R: c(
person("Dawid", "Kaledkowski", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9533-457X")),
person("Andre", "Verissimo", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-2212-339X")),
person("Marcin", "Kosinski", , "[email protected]", role = "aut"),
person("Lluís", "Revilla Sancho", , "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0001-9747-2570")),
person("Oriol", "Senan", , "[email protected]", role = "aut"),
Comment thread
donyunardi marked this conversation as resolved.
Outdated
person("Dony", "Unardi", , "[email protected]", role = "rev"),
person("F. Hoffmann-La Roche AG", role = c("cph", "fnd"))
)
Description: Allows users to interactively select datasets, variables, and
values within 'teal' applications using a 'tidyselect'-style
interface. Selected picks can be merged and transformed into
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# teal.picks 0.1.0.9243
# teal.picks 0.1.0

### New Features

Expand Down
Loading