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

plotFit error due to NA values in pars #9

Closed martino165 closed 8 years ago

martino165 commented 8 years ago

.plotFit error due to NA values in pars causing all aeid concentration response plotting routines to error out if newer versions of R are being used. Most likely interpretation of nchar(NA) needs to be converted to nchar("NA")

daynefiler commented 8 years ago

This is definitely related to #2. Other instances of NA need to be escaped in quotes.

daynefiler commented 8 years ago

Closed by #10