Last updated on 2019-02-01 08:48:10 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.9.2 | 7.68 | 349.31 | 356.99 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.9.2 | 9.01 | 246.27 | 255.28 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.9.2 | 444.74 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.9.2 | 387.15 | OK | |||
r-devel-windows-ix86+x86_64 | 0.9.2 | 24.00 | 341.00 | 365.00 | OK | |
r-patched-linux-x86_64 | 0.9.2 | 9.76 | 296.92 | 306.68 | ERROR | |
r-patched-solaris-x86 | 0.9.2 | 472.80 | OK | |||
r-release-linux-x86_64 | 0.9.2 | 9.01 | 300.01 | 309.02 | ERROR | |
r-release-windows-ix86+x86_64 | 0.9.2 | 23.00 | 339.00 | 362.00 | OK | |
r-release-osx-x86_64 | 0.9.2 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.9.2 | 15.00 | 347.00 | 362.00 | OK | |
r-oldrel-osx-x86_64 | 0.9.2 | OK |
Version: 0.9.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [74s/83s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(heemod)
>
> ## the Sys.setenv fixes a problem running tests
> ## with parallel processing; related to
> ## https://github.com/hadley/testthat/issues/86 and
> ## https://github.com/hadley/testthat/issues/144
>
> Sys.setenv("R_TESTS" = "")
>
> test_check("heemod")
── 1. Error: absolute path works (@test_tabular_input.R#501) ──────────────────
cannot open the connection
1: write.csv(ref_edit, paste(system.file("tabular/test", package = "heemod"), "edited_ref.csv",
sep = "/"), row.names = FALSE) at testthat/test_tabular_input.R:501
2: eval.parent(Call)
3: eval(expr, p)
4: eval(expr, p)
5: write.table(ref_edit, paste(system.file("tabular/test", package = "heemod"), "edited_ref.csv",
sep = "/"), row.names = FALSE, col.names = TRUE, sep = ",", dec = ".", qmethod = "double")
6: file(file, ifelse(append, "a", "w"))
══ testthat results ═══════════════════════════════════════════════════════════
OK: 628 SKIPPED: 0 FAILED: 1
1. Error: absolute path works (@test_tabular_input.R#501)
Error: testthat unit tests failed
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.9.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [52s/72s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(heemod)
>
> ## the Sys.setenv fixes a problem running tests
> ## with parallel processing; related to
> ## https://github.com/hadley/testthat/issues/86 and
> ## https://github.com/hadley/testthat/issues/144
>
> Sys.setenv("R_TESTS" = "")
>
> test_check("heemod")
── 1. Error: absolute path works (@test_tabular_input.R#501) ──────────────────
cannot open the connection
1: write.csv(ref_edit, paste(system.file("tabular/test", package = "heemod"), "edited_ref.csv",
sep = "/"), row.names = FALSE) at testthat/test_tabular_input.R:501
2: eval.parent(Call)
3: eval(expr, p)
4: eval(expr, p)
5: write.table(ref_edit, paste(system.file("tabular/test", package = "heemod"), "edited_ref.csv",
sep = "/"), row.names = FALSE, col.names = TRUE, sep = ",", dec = ".", qmethod = "double")
6: file(file, ifelse(append, "a", "w"))
══ testthat results ═══════════════════════════════════════════════════════════
OK: 628 SKIPPED: 0 FAILED: 1
1. Error: absolute path works (@test_tabular_input.R#501)
Error: testthat unit tests failed
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.9.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [68s/75s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(heemod)
>
> ## the Sys.setenv fixes a problem running tests
> ## with parallel processing; related to
> ## https://github.com/hadley/testthat/issues/86 and
> ## https://github.com/hadley/testthat/issues/144
>
> Sys.setenv("R_TESTS" = "")
>
> test_check("heemod")
── 1. Error: absolute path works (@test_tabular_input.R#501) ──────────────────
cannot open the connection
1: write.csv(ref_edit, paste(system.file("tabular/test", package = "heemod"), "edited_ref.csv",
sep = "/"), row.names = FALSE) at testthat/test_tabular_input.R:501
2: eval.parent(Call)
3: eval(expr, p)
4: eval(expr, p)
5: write.table(ref_edit, paste(system.file("tabular/test", package = "heemod"), "edited_ref.csv",
sep = "/"), row.names = FALSE, col.names = TRUE, sep = ",", dec = ".", qmethod = "double")
6: file(file, ifelse(append, "a", "w"))
══ testthat results ═══════════════════════════════════════════════════════════
OK: 628 SKIPPED: 0 FAILED: 1
1. Error: absolute path works (@test_tabular_input.R#501)
Error: testthat unit tests failed
Execution halted
Flavor: r-patched-linux-x86_64
Version: 0.9.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [69s/74s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(heemod)
>
> ## the Sys.setenv fixes a problem running tests
> ## with parallel processing; related to
> ## https://github.com/hadley/testthat/issues/86 and
> ## https://github.com/hadley/testthat/issues/144
>
> Sys.setenv("R_TESTS" = "")
>
> test_check("heemod")
── 1. Error: absolute path works (@test_tabular_input.R#501) ──────────────────
cannot open the connection
1: write.csv(ref_edit, paste(system.file("tabular/test", package = "heemod"), "edited_ref.csv",
sep = "/"), row.names = FALSE) at testthat/test_tabular_input.R:501
2: eval.parent(Call)
3: eval(expr, p)
4: eval(expr, p)
5: write.table(ref_edit, paste(system.file("tabular/test", package = "heemod"), "edited_ref.csv",
sep = "/"), row.names = FALSE, col.names = TRUE, sep = ",", dec = ".", qmethod = "double")
6: file(file, ifelse(append, "a", "w"))
══ testthat results ═══════════════════════════════════════════════════════════
OK: 628 SKIPPED: 0 FAILED: 1
1. Error: absolute path works (@test_tabular_input.R#501)
Error: testthat unit tests failed
Execution halted
Flavor: r-release-linux-x86_64