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
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)
The text was updated successfully, but these errors were encountered:
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 solubridate::`%m-%`(a, b)
The text was updated successfully, but these errors were encountered: