Skip to content

Commit

Permalink
post(new): shinylive & quartolive
Browse files Browse the repository at this point in the history
  • Loading branch information
YONGHUNI committed Oct 18, 2024
1 parent 9c40077 commit b0c1556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _extensions/quarto-ext/shinylive/shinylive.lua
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ end
-- @param input: string to pipe into to r-shinylive
function callRShinylive(args, input)
args = { "-e",
"shinylive:::quarto_ext()",
"install.packages('shinylive'); shinylive:::quarto_ext()",
table.unpack(args) }

-- Try calling `pandoc.pipe('Rscript', ...)` and if it fails, print a message
Expand Down

0 comments on commit b0c1556

Please sign in to comment.