-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
I'm not sure what I'm supposed to be doing but the instructions as given on the README.md don't work for me.
~/github/bob-carpenter/stan-getting-started (main)$ quarto add quarto-ext/include-code-files
Quarto extensions may execute code when documents are rendered. If you do not
trust the authors of the extension, we recommend that you do not install or
use the extension.
? Do you trust the authors of this extension (Y/n) › Yes
[✓] Downloading
[✓] Unzipping
Found 1 extension.
The following changes will be made:
Include Code Files [Install] 1.0.0 (filter)
? Would you like to continue (Y/n) › Yes
[✓] Extension installation complete.
Learn more about this extension at https://www.github.com/quarto-ext/include-code-files
And then I put this in my Yaml:
filters:
- include-code-filters
and then I run and it fails with this message when doing the final rendering:
Error running filter /Applications/quarto/share/filters/main.lua:
Error running filter /Users/bcarpenter/github/bob-carpenter/stan-getting-started/quarto/include-code-filters:
Could not find executable /Users/bcarpenter/github/bob-carpenter/stan-getting-started/quarto/include-code-filters
stack traceback:
/Applications/quarto/share/filters/main.lua:4026: in function </Applications/quarto/share/filters/main.lua:4005>
[C]: in ?
[C]: in method 'walk'
/Applications/quarto/share/filters/main.lua:171: in function 'run_emulated_filter'
/Applications/quarto/share/filters/main.lua:449: in local 'callback'
/Applications/quarto/share/filters/main.lua:454: in upvalue 'run_emulated_filter_chain'
/Applications/quarto/share/filters/main.lua:495: in function </Applications/quarto/share/filters/main.lua:476>
stack traceback:
/Applications/quarto/share/filters/main.lua:171: in function 'run_emulated_filter'
/Applications/quarto/share/filters/main.lua:449: in local 'callback'
/Applications/quarto/share/filters/main.lua:454: in upvalue 'run_emulated_filter_chain'
/Applications/quarto/share/filters/main.lua:495: in function </Applications/quarto/share/filters/main.lua:476>
make: *** [stan-getting-started.pdf] Error 1
After I run the install, I can't find the include-code-filters
anywhere on my OS.
Metadata
Metadata
Assignees
Labels
No labels