Skip to content

Commit

Permalink
Remove TealData checks
Browse files Browse the repository at this point in the history
  • Loading branch information
llrs-roche committed Nov 11, 2024
1 parent a27edf1 commit a24a453
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions R/init.R
Original file line number Diff line number Diff line change
Expand Up @@ -103,16 +103,6 @@ init <- function(data,

# argument checking (independent)
## `data`
if (inherits(data, "TealData")) {
lifecycle::deprecate_stop(
when = "0.15.0",
what = "init(data)",
paste(
"TealData is no longer supported. Use teal_data() instead.",
"Please follow migration instructions https://github.com/insightsengineering/teal/discussions/988."
)
)
}
checkmate::assert_multi_class(data, c("teal_data", "teal_data_module"))
checkmate::assert_class(landing_popup, "teal_module_landing", null.ok = TRUE)

Expand Down

0 comments on commit a24a453

Please sign in to comment.