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
As the build_sweary function is the core of this package I think all the packages that it depends on should be in Import rather than Suggest. Also In sweary.R i think it would be better to import piping operator than use it as globalVariable i.e. add line:
#' @importFrom magrittr %>%
The text was updated successfully, but these errors were encountered:
As the build_sweary function is the core of this package I think all the packages that it depends on should be in Import rather than Suggest. Also In sweary.R i think it would be better to import piping operator than use it as globalVariable i.e. add line:
#' @importFrom magrittr %>%
The text was updated successfully, but these errors were encountered: