6
テストディレクトリの外部データファイルを使用してtestthat:test1.r
ファイルでRは - 私は、次のようなファイルツリーでパッケージをテストする<code>testthat</code>を使用しています
.
├── data
│ └── testhaplom.out
├── inst
│ └── test
│ ├── test1.r
│ ├── tmp_S7byVksGRI6Q
│ │ └── testm.desc
│ └── tmp_vBcIkMN1arbn
│ ├──testm.bin
│ └── testm.desc
├── R
│ ├── haplom.r
│ └── winIdx.r
└── tmp_eUG3Qb0PKuiN
└── testhaplom.hap2.desc
を、私はとしてdata/testhaplom.out
ファイルを使用する必要があります入力特定の機能のためのデータが、私は下のエラーを与えて、それがinst/test
ディレクトリに変更し、データファイルを見ることができない、test_file(test1.r)
を行う場合:
...Error in file(file, "rt") : cannot open the connection
In addition: Warning message:
In file(file, "rt") :
cannot open file 'data/testhaplom.out': No such file or directory