From 7e8c780ae9eba9ef6f84623339a2ebd4b84e813b Mon Sep 17 00:00:00 2001 From: Winston Chang Date: Sun, 17 Sep 2023 09:17:05 -0500 Subject: [PATCH] Use unexported function --- _extensions/quarto-ext/shinylive/shinylive.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_extensions/quarto-ext/shinylive/shinylive.lua b/_extensions/quarto-ext/shinylive/shinylive.lua index d0c416e..e54493b 100644 --- a/_extensions/quarto-ext/shinylive/shinylive.lua +++ b/_extensions/quarto-ext/shinylive/shinylive.lua @@ -23,7 +23,7 @@ end -- about installing shinylive R package. function callRShinylive(args, input) args = { "-e", - "shinylive::quarto_ext()", + "shinylive:::quarto_ext()", table.unpack(args) } local res local status, err = pcall(