1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

R Studio Cloud 日本語文字化け対策

Posted at

この記事の目的

R Studio Cloudで日本語でplotする

解説

Terminalタブで以下を実行した後、メニューから SessionRestart R (Ctrl+Shift+F10) でOK

mkdir ~/tmp
cd ~/tmp

wget https://moji.or.jp/wp-content/ipafont/IPAexfont/ipaexg00401.zip
unzip ipaexg00401.zip

mkdir -p ~/.fonts/ipa
cp ipaexg00401/ipaexg.ttf ~/.fonts/ipa

参考

RStudio CloudのPlotで日本語が文字化けする

IPAexフォントおよびIPAフォントについて

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?