r - Compile notebook in RStudio when Hebrew characters are in the path? (currently, it fails) -
when pressing compile notebook button in rstudio, following error:
error in file(con, "r") : cannot open connection in addition: warning message: in file(con, "r") : cannot open file 'c:/dropbox/teaching/tau/2016 - b/׳׳‘׳•׳ ׳׳¡׳˜׳˜׳™׳¡׳˜׳™׳§׳” - ׳׳¡׳˜׳˜׳™׳¡׳˜׳™׳§׳׳™׳/׳×׳™׳¨׳’׳•׳׳™׳/stat_intro_2016/intro_stat.r': no such file or directory
this actual path:
getwd() [1] "c:/dropbox/teaching/tau/2016 - b/מבוא לסטטיסטיקה - לסטטיסטיקאים/תירגולים/stat_intro_2016"
here session info (i tried using: sys.setlocale("lc_all", "hebrew") , didn't help)
> sessioninfo() r under development (unstable) (2016-02-08 r70124) platform: x86_64-w64-mingw32/x64 (64-bit) running under: windows 7 x64 (build 7601) service pack 1 locale: [1] lc_collate=hebrew_israel.1255 lc_ctype=hebrew_israel.1255 [3] lc_monetary=hebrew_israel.1255 lc_numeric=c [5] lc_time=hebrew_israel.1255 attached base packages: [1] stats graphics grdevices utils datasets methods base loaded via namespace (and not attached): [1] htmltools_0.3 tools_3.3.0 rmarkdown_0.9.2 digest_0.6.9 >
any suggestion parameter can set?
thanks.
Comments
Post a Comment