Skip to content

Commit

Permalink
Convert server usage of dataset to an error.
Browse files Browse the repository at this point in the history
  • Loading branch information
llrs-roche committed Nov 11, 2024
1 parent a24a453 commit 126cbbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/modules.R
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ module <- function(label = "module",
)
}
if ("datasets" %in% server_formals) {
warning(
stop(
sprintf("Called from module(label = \"%s\", ...)\n ", label),
"`datasets` argument in the server is deprecated and will be removed in the next release. ",
"Please use `data` instead.",
Expand Down

0 comments on commit 126cbbf

Please sign in to comment.