You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to this, there is need to reduce the number of Imports drastically as it is currently quite dependency heavy. Check this note from devtools::check().
The package imports
tidyverse
, which is discouraged:https://www.tidyverse.org/blog/2018/06/tidyverse-not-for-packages/
It would be good to replace this with the specific packages from the tidyverse that are needed here.
The text was updated successfully, but these errors were encountered: