The functions in the package I am developing use the pipe.
I am wondering if writing
Imports: magrittr
in DESCRIPTION is the recomended practice in this case or if it is possible to proceed like in packages import vignettes and, somehow (how?) just
import::from(magrittr, "%>%")
Many thanks!