Got the following warning messages, when run R Studio on Mac.
During startup - Warning messages: 1: Setting LC_CTYPE failed, using "C" 2: Setting LC_COLLATE failed, using "C" 3: Setting LC_TIME failed, using "C" 4: Setting LC_MESSAGES failed, using "C" 5: Setting LC_MONETARY failed, using "C" >
SOLUTION
- Open Terminal
- Run the following command
- Close Terminal
- Start R Studio again
$ defaults write org.R-project.R force.LANG en_US.UTF-8
KOREANFOR SHELL :: .bashrc .bash_profile .zshrc$ defaults write org.R-project.R force.LANG ko_KR.UTF-8
export LC_ALL=en_US.UTF-8
KOREANexport LC_ALL=ko_KR.UTF-8
No comments:
Post a Comment