padpadpadpad / nls.multstart

Non-linear regression in R allowing multiple start parameters
18 stars 4 forks source link

New version of tidyr::nest #15

Closed mathesong closed 4 years ago

mathesong commented 4 years ago

I updated my tidyr the other day, and I get a warning every time I run nls_multstart.

Warning message:
All elements of `...` must be named.

This relates to the new syntax of the tidyr nest() command. I'll submit a PR to fix this.

Update: PR https://github.com/padpadpadpad/nls.multstart/pull/16

padpadpadpad commented 4 years ago

Hi @mathesong. Have been meaning to do this for a while so thanks for making a PR. Should probably change the README and consider doing another CRAN submission.

Hope you are keeping safe.