daynefiler / tcpl

Former repository for the tcpl R package project. New repo:
https://github.com/USEPA/CompTox-ToxCast-tcpl
4 stars 5 forks source link

tcplUpdate errors when input lengths are inappropriate #17

Open daynefiler opened 7 years ago

daynefiler commented 7 years ago

tcplUpdate has an all.equal within an if statement (line 14), which is bad practice and causes errors. The all.equal function should be replaced with either identical or isTrue(all.equal(....)) as per documentation for all.equal.