When starting RRO, console come out this message: Error: invalid multibyte character in parser at line 15.
I trace the source of error and find out that it occurs when it implement the file 'Rprofile.site' in the {R_HOME}/etc.
It cannot print the character “, I replace it with `` and the error is cleared.
Maybe someone has the same question. This can fix the error~~~
list my session information.
> sessionInfo()
R version 3.2.2 (2015-08-14)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 7 x64 (build 7601) Service Pack 1
locale:
[1] LC_COLLATE=Chinese (Traditional)_Taiwan.950
[2] LC_CTYPE=Chinese (Traditional)_Taiwan.950
[3] LC_MONETARY=Chinese (Traditional)_Taiwan.950
[4] LC_NUMERIC=C
[5] LC_TIME=Chinese (Traditional)_Taiwan.950
attached base packages:
[1] stats graphics grDevices utils datasets methods base