【Rトラブルシュート】openBinaryFile: permission denied (Permission denied)
前回、”openBinaryFile: invalid argument” の問題は絶対パスを指定す…
【トラブルシュート】package or namespace load failed for ‘tidyverse’ in loadNamespace と Error in app$vspace(new_style$`margin-top` %||% 0) : attempt to apply non-function
ある日、Rを使っていて、突然 “tidyverse” が使えなくなった。 Error: packag…
【Rトラブルシュート】 attempt to set ‘colnames’ on an object with less than two dimensions
列名を変更しようとして colnames() を使った時に下記エラーメッセージ。 attempt …
【Rトラブルシュート】Error in seq_len(n) : argument must be coercible to non-negative integer
今までサクサク動いていたコードで、カラーコードだけ変更したつもりでRUNしたら、最後にグラフを gg…
【Rトラブルシュート】’list’ object cannot be coerced to type ‘double’
3行目をcolnamesにする前に “for” を使って名前を順に変更していくことにした。 # 3行…
【Rトラブルシュート】openBinaryFile: invalid argument (Invalid argument)
RMarkdown を word で出力しようとした時に出たエラー。 openBinaryFile:…