CRAN Package Check Results for Package dataReporter

Last updated on 2021-10-22 07:51:39 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.0 8.35 87.33 95.68 ERROR
r-devel-linux-x86_64-debian-gcc 1.0.0 7.41 65.47 72.88 ERROR
r-devel-linux-x86_64-fedora-clang 1.0.0 126.13 ERROR
r-devel-linux-x86_64-fedora-gcc 1.0.0 111.31 ERROR
r-devel-windows-x86_64 1.0.0 15.00 114.00 129.00 ERROR
r-devel-windows-x86_64-gcc10-UCRT 1.0.0 ERROR
r-patched-linux-x86_64 1.0.0 13.37 83.17 96.54 OK
r-patched-solaris-x86 1.0.0 143.00 OK
r-release-linux-x86_64 1.0.0 7.61 82.77 90.38 OK
r-release-macos-arm64 1.0.0 OK
r-release-macos-x86_64 1.0.0 OK
r-release-windows-ix86+x86_64 1.0.0 21.00 118.00 139.00 OK
r-oldrel-macos-x86_64 1.0.0 OK
r-oldrel-windows-ix86+x86_64 1.0.0 21.00 117.00 138.00 OK

Check Details

Version: 1.0.0
Check: examples
Result: ERROR
    Running examples in 'dataReporter-Ex.R' failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: check
    > ### Title: Perform checks of potential errors in variable/dataset
    > ### Aliases: check
    > ### Keywords: misc
    >
    > ### ** Examples
    >
    >
    > x <- 1:5
    > check(x)
    $identifyMissing
    No problems found.
    $identifyOutliers
    No problems found.
    >
    > #Annoyingly coded missing as 99
    > y <- c(rnorm(100), rep(99, 10))
    > check(y)
    Error in round(allProblemOcc, maxDecimals) :
     non-numeric argument to mathematical function
    Calls: check ... identifyMissing -> identifyMissing.numeric -> identifyMissingNI
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 1.0.0
Check: examples
Result: ERROR
    Running examples in ‘dataReporter-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: check
    > ### Title: Perform checks of potential errors in variable/dataset
    > ### Aliases: check
    > ### Keywords: misc
    >
    > ### ** Examples
    >
    >
    > x <- 1:5
    > check(x)
    $identifyMissing
    No problems found.
    $identifyOutliers
    No problems found.
    >
    > #Annoyingly coded missing as 99
    > y <- c(rnorm(100), rep(99, 10))
    > check(y)
    Error in round(allProblemOcc, maxDecimals) :
     non-numeric argument to mathematical function
    Calls: check ... identifyMissing -> identifyMissing.numeric -> identifyMissingNI
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-devel-windows-x86_64-gcc10-UCRT