Open maurolepore opened 3 years ago
R/imports.R typically holds calls of the form
#' @imprtFrom package function_a function_b ...
It's nice for function names to be alpha ordered but maintaining such order is a pain.
It would be nice to have an addin that refactors selected lines and alpha sorts the function names without messing up the prefix #' @importFrom package.
#' @importFrom package
cc @jdhoffa
R/imports.R typically holds calls of the form
It's nice for function names to be alpha ordered but maintaining such order is a pain.
It would be nice to have an addin that refactors selected lines and alpha sorts the function names without messing up the prefix
#' @importFrom package
.cc @jdhoffa