CRAN Package Check Results for Package commandr

Last updated on 2021-04-29 10:50:31 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.1 4.25 38.83 43.08 ERROR
r-devel-linux-x86_64-debian-gcc 1.0.1 3.30 30.96 34.26 ERROR
r-devel-linux-x86_64-fedora-clang 1.0.1 62.53 ERROR
r-devel-linux-x86_64-fedora-gcc 1.0.1 54.32 ERROR
r-devel-windows-ix86+x86_64 1.0.1 10.00 66.00 76.00 ERROR
r-devel-windows-x86_64-gcc10-UCRT 1.0.1 ERROR
r-patched-linux-x86_64 1.0.1 4.02 38.32 42.34 ERROR
r-patched-solaris-x86 1.0.1 75.60 OK
r-release-linux-x86_64 1.0.1 4.05 38.25 42.30 OK
r-release-macos-x86_64 1.0.1 OK
r-release-windows-ix86+x86_64 1.0.1 9.00 51.00 60.00 OK
r-oldrel-macos-x86_64 1.0.1 OK
r-oldrel-windows-ix86+x86_64 1.0.1 6.00 73.00 79.00 OK

Check Details

Version: 1.0.1
Check: R code for possible problems
Result: NOTE
    .externalCallerEnv: no visible binding for global variable
     '.methodsNamespace'
    Undefined global functions or variables:
     .methodsNamespace
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-ix86+x86_64, r-devel-windows-x86_64-gcc10-UCRT, r-patched-linux-x86_64

Version: 1.0.1
Check: examples
Result: ERROR
    Running examples in 'commandr-Ex.R' failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: Protocol-class
    > ### Title: Protocol: Concrete Step in a Pipeline
    > ### Aliases: class:Protocol Protocol-class Protocol parameters
    > ### parameters,Protocol-method stage stage,Protocol-method
    > ### method,Protocol-method pipeline,Protocol-method method perform
    > ### callNextProtocol protocolClass
    >
    > ### ** Examples
    >
    > setStage("average", intype = "numeric")
    [1] "average"
    > setProtocol("mean", fun = mean, parent = "average")
    [1] "ProtoAverageMean"
    > setProtocol("quantile", representation = list(probs = "numeric"),
    + fun = quantile, parent = "average")
    [1] "ProtoAverageQuantile"
    >
    > proto_avg_mean <- Protocol("average")
    > proto_avg_mean <- Protocol("average", "mean")
    > proto_avg_quantile <- Protocol("average", "quantile")
    > proto_avg_quantile_075 <- Protocol("average", "quantile", probs = 0.75)
    >
    > proto <- proto_avg_quantile_075
    > proto
    average (quantile)
    > stage(proto)
    Error in identical(ev, .methodsNamespace) :
     object '.methodsNamespace' not found
    Calls: stage -> stage -> .local -> force -> .externalCallerEnv
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64

Version: 1.0.1
Check: examples
Result: ERROR
    Running examples in ‘commandr-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: Protocol-class
    > ### Title: Protocol: Concrete Step in a Pipeline
    > ### Aliases: class:Protocol Protocol-class Protocol parameters
    > ### parameters,Protocol-method stage stage,Protocol-method
    > ### method,Protocol-method pipeline,Protocol-method method perform
    > ### callNextProtocol protocolClass
    >
    > ### ** Examples
    >
    > setStage("average", intype = "numeric")
    [1] "average"
    > setProtocol("mean", fun = mean, parent = "average")
    [1] "ProtoAverageMean"
    > setProtocol("quantile", representation = list(probs = "numeric"),
    + fun = quantile, parent = "average")
    [1] "ProtoAverageQuantile"
    >
    > proto_avg_mean <- Protocol("average")
    > proto_avg_mean <- Protocol("average", "mean")
    > proto_avg_quantile <- Protocol("average", "quantile")
    > proto_avg_quantile_075 <- Protocol("average", "quantile", probs = 0.75)
    >
    > proto <- proto_avg_quantile_075
    > proto
    average (quantile)
    > stage(proto)
    Error in identical(ev, .methodsNamespace) :
     object '.methodsNamespace' not found
    Calls: stage -> stage -> .local -> force -> .externalCallerEnv
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-devel-windows-x86_64-gcc10-UCRT