The DESCRIPTION file still has Depends: methods -- whereas NAMESPACE already has Imports: methods.
The side-effect is that (currently) using library(docopt) in littler emits a Loading required package: methods which goes away if we switch to Imports: docopt in DESCRIPTION.
The
DESCRIPTION
file still hasDepends: methods
-- whereasNAMESPACE
already hasImports: methods
.The side-effect is that (currently) using
library(docopt)
in littler emits aLoading required package: methods
which goes away if we switch toImports: docopt
inDESCRIPTION
.