plyranges icon indicating copy to clipboard operation
plyranges copied to clipboard

Warning in package check: checking S3 generic/method consistency for `group_*`

Open mikelove opened this issue 7 months ago • 0 comments

W  checking S3 generic/method consistency (3.7s)
   group_split:
     function(.tbl, ..., .keep)
   group_split.GroupedGenomicRanges:
     function(.data, ..., keep)

   group_split:
     function(.tbl, ..., .keep)
   group_split.GroupedIntegerRanges:
     function(.data, ..., keep)

   group_split:
     function(.tbl, ..., .keep)
   group_split.Ranges:
     function(.data, ..., keep)

   group_keys:
     function(.tbl, ...)
   group_keys.Ranges:
     function(.data, ...)

   group_keys:
     function(.tbl, ...)
   group_keys.GroupedGenomicRanges:
     function(.data, ...)

   group_keys:
     function(.tbl, ...)
   group_keys.GroupedIntegerRanges:
     function(.data, ...)
   See section ‘Generic functions and methods’ in the ‘Writing R
   Extensions’ manual.

mikelove avatar Nov 12 '23 11:11 mikelove