You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After commenting out the DT::datatable(beaver1) line in instructions.qmd, and clicking "Render book" in Rstudio, I get the following Error;
pandoc: C:\4174259_2021-heden-Datasteward_UU-demobook-sips23 .csl: openBinaryFile: does not exist (No such file or directory)
ERROR: pandoc: C:\4174259_2021-heden-Datasteward_UU-demobook-sips23 .csl: openBinaryFile: does not exist (No such file or directory)
C:\4174259_2021-heden-Datasteward_UU is the main folder, and -demobook-sips23 is the last part of the title of the booktem book.
The html files are being created and the book still works despite this error (I can just open the index.html file). However, the book is not automatically openened in my web browser. I also tried moving the entire project folder a couple of levels up to test if this error was due to the Windows file path being too long, but still got the same error.
Session Info
> sessionInfo()
R version 4.3.0 (2023-04-21 ucrt)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 19045)
Matrix products: default
locale:
[1] LC_COLLATE=Dutch_Netherlands.utf8 LC_CTYPE=Dutch_Netherlands.utf8
[3] LC_MONETARY=Dutch_Netherlands.utf8 LC_NUMERIC=C
[5] LC_TIME=Dutch_Netherlands.utf8
time zone: Europe/Amsterdam
tzcode source: internal
attached base packages:
[1] graphics grDevices utils datasets stats methods base
other attached packages:
[1] glossary_1.0.0 webexercises_1.1.0 knitr_1.43
loaded via a namespace (and not attached):
[1] compiler_4.3.0 tools_4.3.0 rstudioapi_0.14 xfun_0.39
```
The text was updated successfully, but these errors were encountered:
After commenting out the
DT::datatable(beaver1)
line ininstructions.qmd
, and clicking "Render book" in Rstudio, I get the following Error;C:\4174259_2021-heden-Datasteward_UU
is the main folder, and-demobook-sips23
is the last part of the title of the booktem book.The html files are being created and the book still works despite this error (I can just open the
index.html
file). However, the book is not automatically openened in my web browser. I also tried moving the entire project folder a couple of levels up to test if this error was due to the Windows file path being too long, but still got the same error.Session Info
The text was updated successfully, but these errors were encountered: