ropensci / coder

Classification of Cases into Deterministic Categories
https://docs.ropensci.org/coder/
22 stars 4 forks source link

as.keyvalue.classcodes is missing elipses #155

Closed eribul closed 1 year ago

eribul commented 1 year ago

Fix CRAN warning (applies to Linus dists): To add ...in function spec and documentation should fix the issue (I suppose).

checking S3 generic/method consistency ... WARNING
as.keyvalue:
  function(x, ...)
as.keyvalue.classcodes:
  function(x, coding, cc_args)

See section ‘Generic functions and methods’ in the ‘Writing R
Extensions’ manual.