From f35888caa3a44d9a0c5112a2e395e9a7744b9227 Mon Sep 17 00:00:00 2001 From: Vedha Viyash <49812166+vedhav@users.noreply.github.com> Date: Thu, 16 Nov 2023 19:48:29 +0530 Subject: [PATCH] Update R/init.R Co-authored-by: Aleksander Chlebowski <114988527+chlebowa@users.noreply.github.com> Signed-off-by: Vedha Viyash <49812166+vedhav@users.noreply.github.com> --- R/init.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/init.R b/R/init.R index ce50780e9d..8035815e7d 100644 --- a/R/init.R +++ b/R/init.R @@ -145,7 +145,7 @@ init <- function(data, # Calculate app id that will be used to stamp filter state snapshots. # App id is a hash of the app's data and modules. - # See "transferring snapshots" section in ?snapshot. Raw data must be extracted from environments. + # See "transferring snapshots" section in ?snapshot. hashables <- mget(c("data", "modules")) hashables$data <- if (inherits(hashables$data, "teal_data")) { as.list(hashables$data@env)