我在使用bookdownplus包时出现以下代码
之前bookdownplus包可以正常使用,前几天突然间使用build构建图书时构建失败,出现以下代码,经过重装R和Rstudio,重装全部包,问题依然存在,我用bookdown包确认问题发现bookdown包也无法正常build图书。
`==> rmarkdown::render_site(encoding = 'UTF-8')
Error in existing_files(x, first) : None of the specified files exist.
Calls: <Anonymous> ... in_dir -> render_book_script -> existing_r -> existing_files
ִֹͣ��
Exited with status 1.`
我的运行环境
`R version 4.1.2 (2021-11-01)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 22543)
Matrix products: default
locale:
[1] LC_COLLATE=Chinese (Simplified)China.936
[2] LC_CTYPE=Chinese (Simplified)China.936
[3] LC_MONETARY=Chinese (Simplified)China.936
[4] LC_NUMERIC=C
[5] LC_TIME=Chinese (Simplified)China.936
system code page: 65001
attached base packages:
[1] stats graphics grDevices utils datasets methods
[7] base
loaded via a namespace (and not attached):
[1] compiler_4.1.2 bookdown_0.24.7 fastmap_1.1.0
[4] cli_3.1.1 htmltools_0.5.2 tools_4.1.2
[7] yaml_2.2.2 rmarkdown_2.11.12 knitr_1.37
[10] xfun_0.29 digest_0.6.29 rlang_1.0.0
[13] evaluate_0.14`