rnabioco / djvdj

An R package to analyze single-cell V(D)J data
https://rnabioco.github.io/djvdj
Other
23 stars 4 forks source link

trim dependencies #101

Closed sheridar closed 1 year ago

sheridar commented 1 year ago
jayhesselberth commented 1 year ago

convert all pipes to |> and eliminate magrittr import

jayhesselberth commented 1 year ago

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.
sheridar commented 1 year ago

closed with #128