From f16851dfbee10f4c89061c1759bda2c125d47eb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Revilla?= Date: Mon, 11 Nov 2024 12:47:23 +0100 Subject: [PATCH] Notification about module(server) no longer accepting datasets. --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index 311afab39c..acb4cd9891 100644 --- a/NEWS.md +++ b/NEWS.md @@ -15,6 +15,7 @@ `datanames` one should modify `module$datanames`. * The `landing_popup_module()` needs to be passed as the `landing_popup` argument of `init` instead of being passed as a module of the `modules` argument of `init`. * `teal` no longer re-export `%>%`. Please load `library(magrittr)` instead or use `|>` from `base`. +* `module(server)` argument does not accept the `datasets` argument. ### Enhancement