CRAN Package Check Results for Package dtplyr

Last updated on 2023-03-24 06:50:35 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.3.0 9.97 110.87 120.84 WARN
r-devel-linux-x86_64-debian-gcc 1.3.1 7.37 81.70 89.07 OK
r-devel-linux-x86_64-fedora-clang 1.3.1 152.51 OK
r-devel-linux-x86_64-fedora-gcc 1.3.1 157.24 OK
r-devel-windows-x86_64 1.3.1 67.00 155.00 222.00 OK
r-patched-linux-x86_64 1.3.0 12.34 100.73 113.07 OK
r-release-linux-x86_64 1.3.1 8.22 101.92 110.14 OK
r-release-macos-arm64 1.3.1 42.00 OK
r-release-macos-x86_64 1.3.0 59.00 OK
r-release-windows-x86_64 1.3.1 64.00 143.00 207.00 OK
r-oldrel-macos-arm64 1.3.1 38.00 OK
r-oldrel-macos-x86_64 1.3.0 60.00 OK
r-oldrel-windows-ix86+x86_64 1.3.0 18.00 134.00 152.00 OK

Check Details

Version: 1.3.0
Check: S3 generic/method consistency
Result: WARN
    dt_has_computation:
     function(x)
    dt_has_computation.dtplyr_step:
     function(x, needs_copy)
    
    count:
     function(x, ..., wt, sort, name)
    count.dtplyr_step:
     function(.data, ..., wt, sort, name)
    
    pull:
     function(.data, var, name, ...)
    pull.dtplyr_step:
     function(.data, var, name)
    
    show_query:
     function(x, ...)
    show_query.dtplyr_step:
     function(x)
    
    sample_n:
     function(tbl, size, replace, weight, .env, ...)
    sample_n.dtplyr_step:
     function(tbl, size, replace, weight)
    
    sample_frac:
     function(tbl, size, replace, weight, .env, ...)
    sample_frac.dtplyr_step:
     function(tbl, size, replace, weight)
    
    group_modify:
     function(.data, .f, ..., .keep)
    group_modify.dtplyr_step:
     function(.tbl, .f, ..., keep)
    
    add_count:
     function(x, ..., wt, sort, name, .drop)
    add_count.dtplyr_step:
     function(.data, ..., wt, sort, name)
    
    tally:
     function(x, wt, sort, name)
    tally.dtplyr_step:
     function(.data, wt, sort, name)
    
    ungroup:
     function(x, ...)
    ungroup.dtplyr_step:
     function(.data, ...)
    
    group_map:
     function(.data, .f, ..., .keep)
    group_map.dtplyr_step:
     function(.tbl, .f, ..., keep)
    See section ‘Generic functions and methods’ in the ‘Writing R
    Extensions’ manual.
Flavor: r-devel-linux-x86_64-debian-clang