djvdj
djvdj copied to clipboard
trim dependencies
trafficstars
- move as many as possible to Suggests and use conditionally
convert all pipes to |> and eliminate magrittr import
The number of dependencies is triggering a NOTE during R CMD CHECK:
* checking package dependencies ... NOTE
Imports includes 27 non-default packages.
Importing from so many packages makes the package vulnerable to any of
them becoming unavailable. Move as many as possible to Suggests and
use conditionally.
closed with #128