Closed HDash closed 1 month ago
Hi,
I encountered the same error.
Is there any progress or workaround this issue?
Best, António
Hello @antonioggsousa, I have created a PR (#44) to fix this issue by including the missing webfont files.
thanks @HDash
Thank you @HDash!
rmarkdown::render
encounters fatal error when trying to knit an Rmd file which containsdownloadthis
buttons withself_contained = TRUE
.Error:
With some experimentation, I pinpointed the root cause to be missing files:
assets/css/../webfonts/fa-v4compatibility.woff2
assets/css/../webfonts/fa-v4compatibility.tff
These files are being referenced in the
all.min.css
, which likely invokes the missing file errors.While they are present in the fontawesome 6.5.2 web kit, for some reason, they have not been included in the package's assets.