DoseResponse / drc

Fitting dose-response models in R
https://doseresponse.github.io/drc/
21 stars 16 forks source link

changed "as.vector" to appease R #25

Open ryandward opened 2 years ago

ryandward commented 2 years ago

This fixes the error where R complains about using deprecated array recycling. It also speeds up the calculation speed from ~2-3 minutes to a few seconds on a relatively small dataset.

See this issue: https://github.com/DoseResponse/drc/issues/17