I'm having trouble with knitr in Rstudio. The original Rhtml template does not compile or 'knit'. I get the error message:
processing file: Test.Rmd
|............. | 20%
ordinary text without R code
|.......................... | 40%
label: unnamed-chunk-1
Quitting from lines 11-12 (Test.Rmd)
Error in stri_c(..., sep = sep, collapse = collapse, ignore_null = TRUE) :
object 'C_stri_join' not found
Calls: <Anonymous> ... evaluate_call -> handle_output -> <Anonymous> -> str_c - > stri_c
Execution halted
I have the latest version of R, Rstudio, Rmarkdown, knitr, etc.