提问人:DanMar 提问时间:11/15/2023 最后编辑:PhilDanMar 更新时间:11/15/2023 访问量:30
如何克服 xfun 在编织 Rmarkdown 时的错误?
How can I overcome an error in xfun when kniting an Rmarkdown?
问:
当我尝试在 RStudio 中编织默认的 Rmarkdown 示例时,我无法将其转换为 PDF 或 HTML。
这显示:
Error in xfun::normalize_path(path, ..., must_work = must_work, resolve_symlink = FALSE) :
unused argument (resolve_symlink = FALSE)
Calls: <Anonymous> -> normalize_path
Además: Warning message:
Can't find generic `sew` in package knitr to register S3 method.
i This message is only shown to developers using devtools.
i Do you need to update knitr to the latest version?
Ejecución interrumpida
我已经尝试删除 xfun 并重新安装它,但它不起作用。
答: 暂无答案
评论