rstudio / pagedown

Paginate the HTML Output of R Markdown with CSS for Print

Home Page:https://pagedown.rbind.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error when running on shinyapps

sheikhbarabas opened this issue · comments

Conversion to pdf works on local machine, but has started crashing on shinyapps today (after previously working fine).

I am getting the following error when creating the html...

Error running filter /opt/R/4.0.5/lib/R/library/pagedown/resources/lua/loft.lua:
[string "--[[..."]:123: Constructor for MetaInlines failed: [string "--[[..."]:166: attempt to call a nil value (field 'Str')

stack traceback:
[C]: in function 'error'
[string "--[[..."]:123: in field 'MetaInlines'
Warning: Error in : pandoc document conversion failed with error 83
/opt/R/4.0.5/lib/R/library/pagedown/resources/lua/loft.lua:21: in function </opt/R/4.0.5/lib/R/library/pagedown/resources/lua/loft.lua:17>
[No stack trace available]

Duplicate of #245

Please make sure to update your packages before reporting issues. I believe this one has been fixed in December last year. Thanks!

Thank you, appreciate the quick response.

Did updating pagedown resolve your issue?