I have uninstalled and reinstalled R+Rstudio but still getting the below error when knitting an Rmd file. I have tried most suggestions provided such as including self_contained: no and even installed tinytex : tinytex::install_tinytex()
Below is the Rmarkdown error using the default R markdown example that plots from the car data
==> rmarkdown::render('trial.Rmd', encoding = 'UTF-8');
Error: evaluation nested too deeply: infinite recursion / options(expressions=)?
Execution halted
sessionInfo()
R version 3.6.1 (2019-07-05)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 17134)
Matrix products: default
locale:
[1] LC_COLLATE=English_United States.1252
[2] LC_CTYPE=English_United States.1252
[3] LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C
[5] LC_TIME=English_United States.1252
attached base packages:
[1] stats graphics grDevices utils datasets
[6] methods base
other attached packages:
[1] tinytex_0.15
loaded via a namespace (and not attached):
[1] compiler_3.6.1 htmltools_0.3.6 tools_3.6.1
[4] yaml_2.2.0 Rcpp_1.0.2 rmarkdown_1.14
[7] knitr_1.24 xfun_0.8 digest_0.6.20
[10] evaluate_0.14
tinytex::tinytex_root()
[1] "C:\Users\Innocenter\AppData\Roaming\TinyTeX"
What am not understanding is if I use
rmarkdown::render("trial.Rmd") then I get the desired output - however this is not the best solution since am interested in creating posts using blogdown and this solution does not work when I use blogdown ::serve_site()
Kindly assist
cderv
August 14, 2019, 6:11pm
2
For reference , this is also on GitHub
opened 03:40PM - 14 Aug 19 UTC
closed 03:42AM - 17 Aug 19 UTC
I have uninstalled and reinstalled R+Rstudio but still getting the below error w… hen knitting an Rmd file. I have tried most suggestions provided such as including self_contained: no and even installed tinytex : tinytex::install_tinytex()
Below is the Rmarkdown error using the default R markdown example that plots from the car data
==> rmarkdown::render('trial.Rmd', encoding = 'UTF-8');
Error: evaluation nested too deeply: infinite recursion / options(expressions=)?
Execution halted
sessionInfo()
R version 3.6.1 (2019-07-05)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 17134)
Matrix products: default
locale:
[1] LC_COLLATE=English_United States.1252
[2] LC_CTYPE=English_United States.1252
[3] LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C
[5] LC_TIME=English_United States.1252
attached base packages:
[1] stats graphics grDevices utils datasets
[6] methods base
other attached packages:
[1] tinytex_0.15
loaded via a namespace (and not attached):
[1] compiler_3.6.1 htmltools_0.3.6 tools_3.6.1
[4] yaml_2.2.0 Rcpp_1.0.2 rmarkdown_1.14
[7] knitr_1.24 xfun_0.8 digest_0.6.20
[10] evaluate_0.14
tinytex::tinytex_root()
[1] "C:\Users\Innocenter\AppData\Roaming\TinyTeX"
xfun::session_info('rmarkdown')
R version 3.6.1 (2019-07-05)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 17134), RStudio 1.2.1335
Locale:
LC_COLLATE=English_United States.1252
LC_CTYPE=English_United States.1252
LC_MONETARY=English_United States.1252
LC_NUMERIC=C
LC_TIME=English_United States.1252
Package version:
base64enc_0.1.3 digest_0.6.20 evaluate_0.14
glue_1.3.1 graphics_3.6.1 grDevices_3.6.1
highr_0.8 htmltools_0.3.6 jsonlite_1.6
knitr_1.24 magrittr_1.5 markdown_1.1
methods_3.6.1 mime_0.7 Rcpp_1.0.2
rmarkdown_1.14 stats_3.6.1 stringi_1.4.3
stringr_1.4.0 tinytex_0.15 tools_3.6.1
utils_3.6.1 xfun_0.8 yaml_2.2.0
Pandoc version: 2.6
What am not understanding is if I use
rmarkdown::render("trial.Rmd") then I get the desired output - however this is not the best solution since am interested in creating posts using blogdown and this solution does not work when I use blogdown ::serve_site()
Kindly assist
Same issue has been posted on [Rstudio](https://community.rstudio.com/t/unable-to-knit-to-html-or-pdf-using-rmarkdown-knit-button/37440)
---
By filing an issue to this repo, I promise that
- [ ] I have fully read the issue guide at https://yihui.name/issue/.
- [ ] I have provided the necessary information about my issue.
- If I'm asking a question, I have already asked it on Stack Overflow or RStudio Community, waited for at least 24 hours, and included a link to my question there.
- If I'm filing a bug report, I have included a minimal, self-contained, and reproducible example, and have also included `xfun::session_info('rmarkdown')`. I have upgraded all my packages to their latest versions (e.g., R, RStudio, and R packages), and also tried the development version: `remotes::install_github('rstudio/rmarkdown')`.
- If I have posted the same issue elsewhere, I have also mentioned it in this issue.
- [ ] I have learned the Github Markdown syntax, and formatted my issue correctly.
I understand that my issue may be closed if I don't fulfill my promises.
system
Closed
September 4, 2019, 6:11pm
3
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.