The package code uses functions like gather() and spread() which have been superseded by pivot_longer() and pivot_wider(). For instance this is seen in #120.
There may be other similarly superseded functions.
The superseded functions are better rewritten using their modernized variants, after checking their support by {dbplyr} if that is needed.
The package code uses functions like
gather()andspread()which have been superseded bypivot_longer()andpivot_wider(). For instance this is seen in #120.There may be other similarly superseded functions.
The superseded functions are better rewritten using their modernized variants, after checking their support by
{dbplyr}if that is needed.