Skip to content
Discussion options

You must be logged in to vote

I think you are probably running into the limitation that a quarto document can't look outside its project directory.

This is for reproducibility - all inputs must come from the project or document directory. So although you can run R and Python from packages, you can't currently do that with Lua, so you must copy Lua filters into the project directory.

So you need to make a Quarto extension that installs the Lua filters that your R package needs.

Others probably know whether it's possible to have a combined R package / Quarto extension so you can develop them in one repo. Worst case it's two project repos.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@mcanouil
Comment options

@jhelvy
Comment options

Answer selected by pingfan-hu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
lua Issues related to the lua codebase, filter chain, etc
4 participants