CRAN Package Check Results for Package walkr

Last updated on 2016-10-24 23:48:38.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.3 15.01 102.37 117.38 OK
r-devel-linux-x86_64-debian-gcc 0.3.3 14.72 100.98 115.70 OK
r-devel-linux-x86_64-fedora-clang 0.3.3 239.77 OK
r-devel-linux-x86_64-fedora-gcc 0.3.3 229.45 OK
r-devel-macos-x86_64-clang 0.3.3 174.43 OK
r-devel-windows-ix86+x86_64 0.3.3 67.00 153.00 220.00 WARN
r-patched-linux-x86_64 0.3.3 12.85 100.72 113.57 OK
r-patched-solaris-sparc 0.3.3 670.80 ERROR
r-patched-solaris-x86 0.3.3 264.20 OK
r-release-linux-x86_64 0.3.3 12.36 96.81 109.17 OK
r-release-osx-x86_64-mavericks 0.3.3 OK
r-release-windows-ix86+x86_64 0.3.3 60.00 190.00 250.00 WARN
r-oldrel-windows-ix86+x86_64 0.3.3 62.00 217.00 279.00 NOTE

Check Details

Version: 0.3.3
Check: re-building of vignette outputs
Result: WARN
    Error in re-building vignettes:
     ...
    Loading required package: ggplot2
    Quitting from lines 934-939 (walkr.Rnw)
    Error: processing vignette 'walkr.Rnw' failed with diagnostics:
    The inequality constraints cannot be all satisfied!
     Sampling in this solution space is not possible!
    Execution halted
Flavors: r-devel-windows-ix86+x86_64, r-release-windows-ix86+x86_64

Version: 0.3.3
Check: examples
Result: ERROR
    Running examples in ‘walkr-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: complete_solution
    > ### Title: Complete Solution
    > ### Aliases: complete_solution
    >
    > ### ** Examples
    >
    > A <- matrix(1, ncol = 3)
    > b <- 0.5
    > complete_solution(A, b)
    
     *** caught segfault ***
    address 4c00000, cause 'memory not mapped'
    
    Traceback:
     1: .Fortran("lsei", NUnknowns = Nx, NEquations = Neq, NConstraints = Nin, NApproximate = Napp, A = A, B = B, E = E, F = F, G = G, H = H, X = as.vector(rep(0, Nx)), mIP = as.integer(mIP), mdW = as.integer(mdW), mWS = as.integer(mWS), IP = as.integer(rep(0, mIP)), W = as.double(matrix(data = 0, nrow = mdW, ncol = Nx + 1)), WS = as.double(rep(0, mWS)), lpr = as.integer(lpr), ProgOpt = as.double(ProgOpt), verbose = as.logical(verbose), IsError = as.logical(IsError))
     2: limSolve::lsei(A = objfunc, B = const, E = A, F = b)
     3: doTryCatch(return(expr), name, parentenv, handler)
     4: tryCatchOne(expr, names, parentenv, handlers[[1L]])
     5: tryCatchList(expr, classes, parentenv, handlers)
     6: tryCatch(limSolve::lsei(A = objfunc, B = const, E = A, F = b)[[1]], warning = function(c) "not solvable")
     7: complete_solution(A, b)
    An irrecoverable exception occurred. R is aborting now ...
Flavor: r-patched-solaris-sparc

Version: 0.3.3
Check: tests
Result: ERROR
    Running the tests in ‘tests/test-all.R’ failed.
    Last 13 lines of output:
     22: source_file(path, new.env(parent = env), chdir = TRUE)
     23: force(code)
     24: with_reporter(reporter = reporter, start_end_reporter = start_end_reporter, { lister$start_file(basename(path)) source_file(path, new.env(parent = env), chdir = TRUE) end_context() })
     25: FUN(X[[i]], ...)
     26: lapply(paths, test_file, env = env, reporter = current_reporter, start_end_reporter = FALSE, load_helpers = FALSE)
     27: force(code)
     28: with_reporter(reporter = current_reporter, results <- lapply(paths, test_file, env = env, reporter = current_reporter, start_end_reporter = FALSE, load_helpers = FALSE))
     29: test_files(paths, reporter = reporter, env = env, ...)
     30: test_dir(test_path, reporter = reporter, env = env, filter = filter, ...)
     31: with_top_env(env, { test_dir(test_path, reporter = reporter, env = env, filter = filter, ...)})
     32: run_tests(package, test_path, filter, reporter, ...)
     33: test_check("walkr")
     An irrecoverable exception occurred. R is aborting now ...
Flavor: r-patched-solaris-sparc

Version: 0.3.3
Check: re-building of vignette outputs
Result: WARN
    Error in re-building vignettes:
     ...
    Loading required package: ggplot2
    
     *** caught segfault ***
    address 5000000, cause 'memory not mapped'
Flavor: r-patched-solaris-sparc

Version: 0.3.3
Check: re-building of vignette outputs
Result: NOTE
    Error in re-building vignettes:
     ...
    Loading required package: ggplot2
    Quitting from lines 934-939 (walkr.Rnw)
    Error: processing vignette 'walkr.Rnw' failed with diagnostics:
    The inequality constraints cannot be all satisfied!
     Sampling in this solution space is not possible!
    Execution halted
Flavor: r-oldrel-windows-ix86+x86_64