Skip to content
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

Functions added without declaring dependencies #115

Open
Henry-DJPR opened this issue May 4, 2022 · 0 comments
Open

Functions added without declaring dependencies #115

Henry-DJPR opened this issue May 4, 2022 · 0 comments
Labels
bug Something isn't working priority high

Comments

@Henry-DJPR
Copy link
Contributor

I keep finding a bunch of functions without either namespace prefixes (e.g. dplyr::mutate) or being imported to the package namespace (usethis::use_import_from). Without these, tests will fail and the app will not work when deployed. The latest issue I've found is missing lubricate dependencies in vis_bop.R. If you need to use infix operators, please either import them like we import the magrittr pipe or like so lubridate::`%m-%`(a, b)

@Henry-DJPR Henry-DJPR added bug Something isn't working priority high labels May 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority high
Projects
None yet
Development

No branches or pull requests

1 participant