Skip to content

Commit

Permalink
feat(cache-actions): shinylive dependencies test
Browse files Browse the repository at this point in the history
  • Loading branch information
YONGHUNI committed Oct 23, 2024
1 parent 61b0948 commit 38d7967
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",
".libPaths(new = c('/home/runner/.cache/R/renv/sandbox/linux-ubuntu-jammy/R-4.4/x86_64-pc-linux-gnu/22bdb599','/home/runner/work/blog/blog/renv/profiles/armyknives/renv/library/linux-ubuntu-jammy/R-4.4/x86_64-pc-linux-gnu')); renv::activate(profile = 'armyknives'); shinylive:::quarto_ext()",
".libPaths(new = c('/home/runner/.cache/R/renv/sandbox/linux-ubuntu-jammy/R-4.4/x86_64-pc-linux-gnu/22bdb599','/home/runner/work/blog/blog/renv/profiles/armyknives/renv/library/linux-ubuntu-jammy/R-4.4/x86_64-pc-linux-gnu')); renv::activate(profile = 'armyknives'); shinylive::assets_download(dir = '/home/runner/.cache/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 38d7967

Please sign in to comment.