jeff-hughes / reghelper

R package with regression helper functions
5 stars 5 forks source link

Warning: Using formula(x) is deprecated #18

Open santoshbs opened 1 year ago

santoshbs commented 1 year ago

Not sure why I keep encountering this warning anytime I use simple_slopes(model):

Warning: Using formula(x) is deprecated when x is a character vector of length > 1.
  Consider formula(paste(x, collapse = " ")) instead.

Is this warning likely to effect the estimates?

Thanks! sbs

jeff-hughes commented 1 year ago

Hi, sorry for such a delay getting to this. No, this warning won't affect the estimates. But I believe it should have been fixed with v1.1.0; can you please update to the latest version and see if you still get this warning?

joelfishbein commented 11 months ago

I'm also getting this error using the latest version of the package from CRAN