CRAN Package Check Results for Package GuessCompx

Last updated on 2022-05-23 08:51:20 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.3 7.12 146.63 153.75 NOTE
r-devel-linux-x86_64-debian-gcc 1.0.3 6.30 119.77 126.07 NOTE
r-devel-linux-x86_64-fedora-clang 1.0.3 176.80 NOTE
r-devel-linux-x86_64-fedora-gcc 1.0.3 181.76 NOTE
r-devel-windows-x86_64 1.0.3 20.00 187.00 207.00 ERROR
r-patched-linux-x86_64 1.0.3 7.24 142.24 149.48 NOTE
r-release-linux-x86_64 1.0.3 NOTE
r-release-macos-arm64 1.0.3 69.00 NOTE
r-release-macos-x86_64 1.0.3 89.00 NOTE
r-release-windows-x86_64 1.0.3 20.00 162.00 182.00 ERROR
r-oldrel-macos-arm64 1.0.3 82.00 NOTE
r-oldrel-macos-x86_64 1.0.3 84.00 NOTE
r-oldrel-windows-ix86+x86_64 1.0.3 21.00 156.00 177.00 NOTE

Check Details

Version: 1.0.3
Check: LazyData
Result: NOTE
     'LazyData' is specified without a 'data' directory
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, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 1.0.3
Check: package vignettes
Result: NOTE
    Package vignette with placeholder title 'Vignette Title':
     'GuessCompx.Rmd'
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-windows-x86_64, r-oldrel-windows-ix86+x86_64

Version: 1.0.3
Check: examples
Result: ERROR
    Running examples in 'GuessCompx-Ex.R' failed
    The error most likely occurred in:
    
    > ### Name: CompEst
    > ### Title: Complexity Estimation and Prediction
    > ### Aliases: CompEst
    >
    > ### ** Examples
    >
    > # Dummy function that mimics a constant time complexity and
    > # N.log(N) memory complexity:
    > f1 = function(df){
    + Sys.sleep(rnorm(1, 0.1, 0.02))
    + v = rnorm(n = nrow(df)*log(nrow(df))*(runif(1, 1e3, 1.1e3)))
    + }
    > out = CompEst(d = mtcars, f = f1, replicates=2, start.size=2, max.time = 1)
    Warning: 'memory.size()' is no longer supported
    Warning: 'memory.size()' is no longer supported
    Warning: 'memory.size()' is no longer supported
    Warning: 'memory.size()' is no longer supported
    Warning: 'memory.size()' is no longer supported
    Warning: 'memory.size()' is no longer supported
    Warning: 'memory.size()' is no longer supported
    Warning: 'memory.size()' is no longer supported
    Warning: 'memory.size()' is no longer supported
    Warning: 'memory.size()' is no longer supported
    Warning: 'memory.size()' is no longer supported
    Warning: 'memory.size()' is no longer supported
    Warning: 'memory.size()' is no longer supported
    Warning: 'memory.size()' is no longer supported
    Warning: 'memory.size()' is no longer supported
    Warning: 'memory.size()' is no longer supported
    Warning: 'memory.size()' is no longer supported
    Warning: 'memory.size()' is no longer supported
    Best model CONSTANT for time can be caused by not choosing a sufficiently high max.time value
    warning: best TIME model not significantly different from a constant relationship. Increase max.time or replicates.
    Warning in glm.fit(x = numeric(0), y = numeric(0), weights = NULL, start = NULL, :
     no observations informative at iteration 1
    Warning: glm.fit: algorithm did not converge
    Error in glm.fit(x = numeric(0), y = numeric(0), weights = NULL, start = NULL, :
     object 'fit' not found
    Calls: CompEst -> CompEstBenchmark -> glm -> eval -> eval -> glm.fit
    Execution halted
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64

Version: 1.0.3
Check: re-building of vignette outputs
Result: ERROR
    Error(s) in re-building vignettes:
    --- re-building 'GuessCompx.Rmd' using rmarkdown
    Quitting from lines 60-62 (GuessCompx.Rmd)
    Error: processing vignette 'GuessCompx.Rmd' failed with diagnostics:
    object 'fit' not found
    --- failed re-building 'GuessCompx.Rmd'
    
    SUMMARY: processing the following file failed:
     'GuessCompx.Rmd'
    
    Error: Vignette re-building failed.
    Execution halted
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64