The knit function could work in my r studio before. But right now, when I try to knit my Rmd file, the following error message is shown:
Error in inDL(x, as.logical(local), as.logical(now), ...) :
ICU init failed: U_FILE_ACCESS_ERROR
Calls: ... namespaceImport -> loadNamespace -> library.dynam -> dyn.load -> inDL
I tried to re-install knitr package, but still doesn't work. Could anyone help with me?