matthieugomez / statar

R package for data manipulation — inspired by Stata's API
53 stars 13 forks source link

Issue with sum_up function #37

Closed will-gt closed 1 year ago

will-gt commented 1 year ago

Dear Professor Matthieu Gomez,

I hope this email finds you well. I’m a Stata user who has been using your statar package for 2 years. I wanted to reach out and thank you for developing such a useful tool.

However, I’ve recently encountered an issue when using the sum_up function. A warning message appears that says

Warning message: There was 1 warning in dplyr::summarize(). ℹ In argument: describe(dplyr::across(), d = d, wtvar = wtvar, byvars = byvars). Caused by warning: ! Using across() without supplying .cols was deprecated in dplyr 1.1.0. ℹ Please supply .cols instead. This warning is displayed once every 8 hours. Call lifecycle::last_lifecycle_warnings() to see where this warning was generated.

I’m not sure how to fix this issue and was wondering if you could help out.

Thank you again for your contribution to the community!

matthieugomez commented 1 year ago

Thanks — I have just corrected it in the new version