Last updated on 2015-11-20 00:47:51.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-gcc | 0.3.3 | 11.45 | 69.44 | 80.89 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.3.3 | 174.75 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.3 | 159.88 | OK | |||
r-devel-osx-x86_64-clang | 0.3.3 | 181.13 | OK | |||
r-devel-windows-ix86+x86_64 | 0.3.3 | 57.00 | 152.00 | 209.00 | OK | |
r-patched-linux-x86_64 | 0.3.3 | 11.27 | 71.38 | 82.66 | OK | |
r-patched-solaris-sparc | 0.3.3 | 420.30 | ERROR | |||
r-patched-solaris-x86 | 0.3.3 | 205.80 | OK | |||
r-release-linux-x86_64 | 0.3.3 | 11.40 | 71.69 | 83.10 | OK | |
r-release-osx-x86_64-mavericks | 0.3.3 | OK | ||||
r-release-windows-ix86+x86_64 | 0.3.3 | 50.00 | 153.00 | 203.00 | OK | |
r-oldrel-windows-ix86+x86_64 | 0.3.3 | 68.00 | 238.00 | 306.00 | OK |
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 2400000, cause 'memory not mapped'
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:
18: test_code(desc, substitute(code), env = parent.frame())
19: test_that("Affine Transformation", { set.seed(314) n <- 20 A <- matrix(rep(1, n), ncol = n, nrow = 1) A <- rbind(A, sample(c(1, 0), n, replace = T)) A <- rbind(A, sample(c(1, 0), n, replace = T)) A <- rbind(A, sample(c(1, 0), n, replace = T)) b <- c(1, 0.7, 0.2, 0.05) z <- walkr:::complete_solution(A, b) expect_true(all((A %*% (z[[1]] + 575 * z[[2]][, 1] + 300 * z[[2]][, 2])) - b <= 1e-05))})
20: eval(expr, envir, enclos)
21: eval(exprs, envir)
22: sys.source2(fname, new.env(parent = env))
23: FUN(X[[i]], ...)
24: lapply(paths, test_file, env = env, reporter = current_reporter, start_end_reporter = FALSE)
25: test_files(paths, reporter = reporter, env = env, ...)
26: test_dir(test_path, reporter = reporter, env = env, filter = filter, ...)
27: with_top_env(env, { test_dir(test_path, reporter = reporter, env = env, filter = filter, ...)})
28: run_tests(package, test_path, filter, reporter, ...)
29: test_check("walkr")
aborting ...
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
*** caught segfault ***
address 2800000, cause 'memory not mapped'
Flavor: r-patched-solaris-sparc