object 'C_stri_join' not found - Using knitr in Rstudio
问题 When using the knit button in Rstudio I get an error object 'C_stri_join' not found . Here is an example: --- title: "Sample Document" output: html_document: toc: true theme: united --- <!-- %\VignetteEngine{knitr::knitr} %\VignetteIndexEntry{Basic test} --> Here we go ```{r} x <- 1 str(x) ``` The error is as follows: Error in stri_c(..., sep = sep, collapse = collapse, ignore_null = TRUE) : object 'C_stri_join' not found Calls: suppressPackageStartupMessages ... evaluate_call -> handle