Skip to content

Commit

Permalink
teal.data::datanames() is deprecated in favor of dot-prefix and `ls…
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo authored Nov 8, 2024
1 parent 0b855e3 commit 65b3708
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Imports:
shinyjs,
shinyvalidate (>= 0.1.3),
stats,
teal.data (>= 0.5.0),
teal.data (>= 0.6.0.9015),
teal.logger (>= 0.1.3.9013),
teal.widgets (>= 0.4.2),
tidyr (>= 1.0.0),
Expand Down
2 changes: 1 addition & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ convert_teal_data <- function(datasets) {
})
} else if (is.reactive(datasets) && inherits(isolate(datasets()), "teal_data")) {
sapply(
isolate(teal.data::datanames(datasets())),
isolate(names(datasets())),
function(dataname) {
reactive(datasets()[[dataname]])
},
Expand Down

0 comments on commit 65b3708

Please sign in to comment.