CRAN Package Check Results for Maintainer ‘Marc Agenis <marc.agenis at gmail.com>’

Last updated on 2022-04-24 03:52:59 CEST.

Package ERROR NOTE
GuessCompx 1 11

Package GuessCompx

Current CRAN status: ERROR: 1, NOTE: 11

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-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-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
    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
Flavor: 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
Flavor: r-release-windows-x86_64