-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clean up dependencies #470
Comments
I go through the imported packages, looks like everything is fine except that |
Also, I'd like to move
|
But it looks like most (if not all) dependencies of |
Then I guess we could keep it. |
FWIW: Also note that {lintr} undergoes a dependency cut: r-lib/lintr#861 |
Inspired by #469, it is likely that could eliminate those dependencies if we only rely on a tiny proportion of the functions provided in the package, or if they are easily replaceable.
For example, I could not find any usage of
desc
(searchdesc::
) but we still import it?The text was updated successfully, but these errors were encountered: