Skip to content
  • Jakob Wirbel's avatar
    Fix errors introduced by new roxygen version · a8a6b4b1
    Jakob Wirbel authored
    the new roxygen version tried to be helpful and to detect S3method in functions with a dot. For example, filter.features was detected as S3method(filter, features) and exported as such in the NAMESPACE. Therefore, the package could not be installed properly.
    
    Fixed now for all four functions that had this problem (`filter.features`, `filter.label`, `summarize.features`, and `select.samples`)
    a8a6b4b1