CRAN Package Check Results for Package dtplyr

Last updated on 2023-03-21 10:52:12 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.0 6.88 83.09 89.97 WARN
r-devel-linux-x86_64-fedora-clang 1.3.0 155.35 WARN
r-devel-linux-x86_64-fedora-gcc 1.3.0 146.36 WARN
r-devel-windows-x86_64 1.3.0 85.00 157.00 242.00 WARN
r-patched-linux-x86_64 1.3.0 11.38 101.66 113.04 OK
r-release-linux-x86_64 1.3.0 8.51 102.79 111.30 OK
r-release-macos-arm64 1.3.0 38.00 OK
r-release-macos-x86_64 1.3.0 59.00 OK
r-release-windows-x86_64 1.3.0 56.00 153.00 209.00 OK
r-oldrel-macos-arm64 1.3.0 50.00 OK
r-oldrel-macos-x86_64 1.3.0 60.00 OK
r-oldrel-windows-ix86+x86_64 1.3.0 18.00 132.00 150.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.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64