前提・実現したいこと
Rでsemパッケージを使用したく、semのインストール、読み込みを行っているのですが以下のようなエラーメッセージが出てしまいます。
Windows10
Rは x64 4.0.1
Rstudioは 1.3.959
を使っています。
発生している問題・エラーメッセージ
library(sem)
エラー: package or namespace load failed for ‘sem’ in get(Info[i, 1], envir = env):
ファイル 'C:/Users/鬚ィ螟ェ/Documents/R/win-library/4.0/coda/R/coda.rdb' を開くことができません: No such file or directory
該当のソースコード
ソースコード
試したこと
以下インストール画面です。
install.packages("sem")
WARNING: Rtools is required to build R packages but is not currently installed. Please download and install the appropriate version of Rtools before proceeding:
https://cran.rstudio.com/bin/windows/Rtools/
Installing package into ‘C:/Users/風太/Documents/R/win-library/4.0’
(as ‘lib’ is unspecified)
URL 'https://cran.ism.ac.jp/bin/windows/contrib/4.0/sem_3.1-11.zip' を試しています
Content type 'application/zip' length 1293458 bytes (1.2 MB)
downloaded 1.2 MB
package ‘sem’ successfully unpacked and MD5 sums checked
The downloaded binary packages are in
C:\Users\風太\AppData\Local\Temp\RtmpaKY84H\downloaded_packages
ファイルの場所を指定したりもしたのですが駄目でした。
library("sem", lib.loc="C:/Users/風太/Documents/R/win-library/4.0")
エラー: package or namespace load failed for ‘sem’ in get(Info[i, 1], envir = env):
ファイル 'C:/Users/鬚ィ螟ェ/Documents/R/win-library/4.0/coda/R/coda.rdb' を開くことができません: No such file or directory
ファイルはあるようなのでインストールはされているとは思うのですが。
find.package("sem")
[1] "C:/Users/風太/Documents/R/win-library/4.0/sem"
どなたか解決法がお分かりでしたらよろしくお願いいたします。
ここにより詳細な情報を記載してください。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/06/20 13:25