前提・実現したいこと
Rstudioでggrepelをインストールしたい
発生している問題・エラーメッセージ
installation of package ‘ggrepel’ had non-zero exit status
該当のソースコード
R(ver 4.0.3)
1> install.packages("ggrepel") 2Installing package into ‘C:/Users/sukep/Documents/R/win-library/4.0’ 3(as ‘lib’ is unspecified) 4 5 There is a binary version available but the source version is later: 6 binary source needs_compilation 7ggrepel 0.9.0 0.9.1 TRUE 8 9installing the source package ‘ggrepel’ 10 11 URL 'https://cran.rstudio.com/src/contrib/ggrepel_0.9.1.tar.gz' を試しています 12Content type 'application/x-gzip' length 271371 bytes (265 KB) 13downloaded 265 KB 14 15* installing *source* package 'ggrepel' ... 16** パッケージ 'ggrepel' の解凍および MD5 サムの検証に成功しました 17** using staged installation 18Error in parse(con, encoding = "UTF-8") : 19 構文解析中に不正なマルチバイト文字列がありました (16 行) 20ERROR: installing package DESCRIPTION failed for package 'ggrepel' 21* removing 'C:/Users/sukep/Documents/R/win-library/4.0/ggrepel' 22Warning in install.packages : 23 installation of package ‘ggrepel’ had non-zero exit status
試したこと
下記試してみたのですが、うまくいかず…
RstudioのエンコードをUTF-8に変更
https://stackoverflow.com/questions/27893230/installation-of-package-file-path-had-non-zero-exit-status-in-r
https://community.rstudio.com/t/i-can-t-install-packages-on-r-studio-non-zero-exit-status/52135
https://qiita.com/musaprg/items/e7ce0d0ad1af8cc2a8d3
補足情報(FW/ツールのバージョンなど)
R(ver 4.0.3) Win10
あなたの回答
tips
プレビュー