dataサブディレクトリの下に.RDa形式のデータファイルがあります。ただし、コマンドはこの段階でコマンドとその失敗をR CMD check
認識しておらず、次のエラーが発生します。load("test.RDa")
Warning in readChar(con, 5L, useBytes = TRUE) :
cannot open compressed file 'test.RDa', probable reason 'No such file or directory'
Error in readChar(con, 5L, useBytes = TRUE) : cannot open the connection
Calls: load -> readChar
Execution halted
理由を教えていただけますか?ロードする場所を指定するパスを指定する必要がありますか?