前提・実現したいこと
Excel読み込みファイルreadxlをインストールしたいです。機種はmacです。
そのためにinstall.packages("readxl")を実行しました。
発生している問題・エラーメッセージ
するとこのようなエラーが出ました
```ここに言語を入力 コード
該当のソースコード
install.packages("readxl")
also installing the dependencies ‘assertthat’, ‘glue’, ‘utf8’, ‘digest’, ‘rematch’, ‘cli’, ‘crayon’, ‘ellipsis’, ‘fansi’, ‘lifecycle’, ‘magrittr’, ‘pillar’, ‘pkgconfig’, ‘rlang’, ‘vctrs’, ‘hms’, ‘prettyunits’, ‘R6’, ‘cellranger’, ‘Rcpp’, ‘tibble’, ‘progress’
There are binary versions available but the source versions are later:
binary source needs_compilation
pillar 1.4.3 1.4.4 FALSE
Rcpp 1.0.4 1.0.4.6 TRUE
Do you want to install from sources the package which needs compilation? (Yes/no/cancel)
試したこと
まだR初心者なので、ネットでreadxlのインストールの仕方を検索し
そのコードをペーストして貼り付けましたが同じエラーになります。
追記
readxはインストール出来たようです。
しかし
gdp<- read_excel("30ffm1rn_jp.xlsx")
と読み込みたいファイルを選択しても以下のようなエラーが出ます。
> gdp<- read_excel("30ffm1rn_jp.xlsx") read_excel("30ffm1rn_jp.xlsx") でエラー: 関数 "read_excel" を見つけることができませんでした
その後ファイル名をプロパティに変更しましたが同じくエラーが出ました
gdp<- read_excel("/Users/kapp/Downloads.xls") > gdp<- read_excel("/Users/kapp/Downloads.xls") read_excel("/Users/kappp/Downloads.xls") でエラー: 関数 "read_excel" を見つけることができませんでした ``` このエクセルを読み込まないと課題が進まず困っています どこを変えれば良いのか教えていただきたいです。 作業ディレクトリを変更しようとしてもエラーになります。 ```ここに言語を入力 > setwd("C:/Users/furukawakana/Downloads") setwd("C:/Users/furukawakana/Downloads") でエラー: 作業ディレクトリを変更できません >
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/05/05 12:10
2020/05/05 12:20
2020/05/05 12:27
2020/05/05 12:38
2020/05/05 12:51 編集
2020/05/06 04:29
2020/05/06 04:38 編集
2020/05/06 04:40
2020/05/06 04:52
2020/05/06 04:53
2020/05/06 05:01
2020/05/06 05:09 編集