Cygwin-X上のRでggplot2をインストールする方法
Cygwin-X上のRでggplot2をインストールする方法のメモ。
Cygwinの開発環境をインストールする。
gcc
g++
make
binutils
先にインストールすべきライブラリ
以下のライブラリを先にインストールしておく。
libintl-devel
libiconv-devel
liblzma-devel
libpcre-devel
libbz2-devel
libtirpc-devel
libicu-devel
他にも必要なライブラリがあるかも知れない。
ggplot2のインストール
Rを起動した後、以下のコマンドでインストールする。
install.packages("ggplot2")
Author And Source
この問題について(Cygwin-X上のRでggplot2をインストールする方法), 我々は、より多くの情報をここで見つけました https://qiita.com/tagawahiro/items/288589dc20c47d2fc426著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .