factorMerger icon indicating copy to clipboard operation
factorMerger copied to clipboard

just import full dplyr and ggplot2

Open MarcinKosinski opened this issue 7 years ago • 1 comments

Documentation isn't cleaner and easier to read, nor NAMESPACE where you import almost every single possible function from dplyr or ggplot2 https://github.com/MI2DataLab/factorMerger/blob/master/NAMESPACE#L26-L82.

I recommend just to simply roxygenize the

#' @import dplyr
#' @import ggplot2

somewhere in the documentation.

More over I've noticed dplyr imports in many files with redundant calls.

MarcinKosinski avatar Jan 03 '18 18:01 MarcinKosinski

@durszlaczek

MarcinKosinski avatar Jan 03 '18 18:01 MarcinKosinski