docopt / docopt.R

Command-line interface description language for R (http://docopt.org)
Other
210 stars 17 forks source link

Please use `Imports: methods` #35

Closed eddelbuettel closed 6 years ago

eddelbuettel commented 6 years ago

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.