Last updated on 2020-04-09 09:48:18 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1 | 2.85 | 34.18 | 37.03 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.1 | 2.52 | 26.89 | 29.41 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.1 | 45.40 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.1 | 50.83 | ERROR | |||
r-devel-windows-ix86+x86_64 | 1.1 | 7.00 | 69.00 | 76.00 | ERROR | |
r-devel-windows-ix86+x86_64-gcc8 | 1.1 | 8.00 | 49.00 | 57.00 | ERROR | |
r-patched-linux-x86_64 | 1.1 | 2.99 | 33.28 | 36.27 | ERROR | |
r-patched-osx-x86_64 | 1.1 | ERROR | ||||
r-patched-solaris-x86 | 1.1 | 67.60 | ERROR | |||
r-release-linux-x86_64 | 1.1 | 2.12 | 31.67 | 33.79 | OK | |
r-release-windows-ix86+x86_64 | 1.1 | 5.00 | 68.00 | 73.00 | OK | |
r-release-osx-x86_64 | 1.1 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 1.1 | 6.00 | 48.00 | 54.00 | OK | |
r-oldrel-osx-x86_64 | 1.1 | OK |
Version: 1.1
Check: tests
Result: ERROR
Running 'testthat.R' [2s/2s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> if (!requireNamespace("testthat", quietly=TRUE)) install.packages("testthat", dependencies=TRUE, repos="http://cran.rstudio.com/")
> library(nbc4va)
To view the 'nbc4va' package description see:
help(nbc4va)
To view the 'nbc4va' package documentation, see:
https://rrwen.github.io/nbc4va
To cite the original method used in the 'nbc4va' package see:
citation("nbc4va")
>
> testthat::test_check("nbc4va")
-- 1. Failure: (unknown) (@test_nbc4va.R#29) ----------------------------------
`results <- nbc(train, test)` did not produce any warnings.
-- 2. Failure: (unknown) (@test_nbc4va.R#32) ----------------------------------
`resultsNoCauses <- nbc(train, noCauses, known = FALSE)` did not produce any warnings.
-- 3. Failure: nbc() sets the out$test.known to correctly indicate whether or no
`expect_equal(...)` did not produce any warnings.
-- 4. Error: nbc() can handle incorrect column data types in the correct positio
The train data IDs are not unique (duplicates found:)
Backtrace:
1. testthat::expect_warning(...)
6. nbc4va:::internalCheckNBC(trainTypes, testTypes)
== testthat results ===========================================================
[ OK: 68 | SKIPPED: 0 | WARNINGS: 2 | FAILED: 4 ]
1. Failure: (unknown) (@test_nbc4va.R#29)
2. Failure: (unknown) (@test_nbc4va.R#32)
3. Failure: nbc() sets the out$test.known to correctly indicate whether or not the test causes are known (@test_nbc4va.R#46)
4. Error: nbc() can handle incorrect column data types in the correct positions (@test_nbc4va.R#67)
Error: testthat unit tests failed
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/2s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> if (!requireNamespace("testthat", quietly=TRUE)) install.packages("testthat", dependencies=TRUE, repos="http://cran.rstudio.com/")
> library(nbc4va)
To view the 'nbc4va' package description see:
help(nbc4va)
To view the 'nbc4va' package documentation, see:
https://rrwen.github.io/nbc4va
To cite the original method used in the 'nbc4va' package see:
citation("nbc4va")
>
> testthat::test_check("nbc4va")
── 1. Failure: (unknown) (@test_nbc4va.R#29) ──────────────────────────────────
`results <- nbc(train, test)` did not produce any warnings.
── 2. Failure: (unknown) (@test_nbc4va.R#32) ──────────────────────────────────
`resultsNoCauses <- nbc(train, noCauses, known = FALSE)` did not produce any warnings.
── 3. Failure: nbc() sets the out$test.known to correctly indicate whether or no
`expect_equal(...)` did not produce any warnings.
── 4. Error: nbc() can handle incorrect column data types in the correct positio
The train data IDs are not unique (duplicates found:)
Backtrace:
1. testthat::expect_warning(...)
6. nbc4va:::internalCheckNBC(trainTypes, testTypes)
══ testthat results ═══════════════════════════════════════════════════════════
[ OK: 68 | SKIPPED: 0 | WARNINGS: 2 | FAILED: 4 ]
1. Failure: (unknown) (@test_nbc4va.R#29)
2. Failure: (unknown) (@test_nbc4va.R#32)
3. Failure: nbc() sets the out$test.known to correctly indicate whether or not the test causes are known (@test_nbc4va.R#46)
4. Error: nbc() can handle incorrect column data types in the correct positions (@test_nbc4va.R#67)
Error: testthat unit tests failed
Execution halted
Flavors: r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64
Version: 1.1
Check: tests
Result: ERROR
Running ‘testthat.R’
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> if (!requireNamespace("testthat", quietly=TRUE)) install.packages("testthat", dependencies=TRUE, repos="http://cran.rstudio.com/")
> library(nbc4va)
To view the 'nbc4va' package description see:
help(nbc4va)
To view the 'nbc4va' package documentation, see:
https://rrwen.github.io/nbc4va
To cite the original method used in the 'nbc4va' package see:
citation("nbc4va")
>
> testthat::test_check("nbc4va")
── 1. Failure: (unknown) (@test_nbc4va.R#29) ──────────────────────────────────
`results <- nbc(train, test)` did not produce any warnings.
── 2. Failure: (unknown) (@test_nbc4va.R#32) ──────────────────────────────────
`resultsNoCauses <- nbc(train, noCauses, known = FALSE)` did not produce any warnings.
── 3. Failure: nbc() sets the out$test.known to correctly indicate whether or no
`expect_equal(...)` did not produce any warnings.
── 4. Error: nbc() can handle incorrect column data types in the correct positio
The train data IDs are not unique (duplicates found:)
Backtrace:
1. testthat::expect_warning(...)
6. nbc4va:::internalCheckNBC(trainTypes, testTypes)
══ testthat results ═══════════════════════════════════════════════════════════
[ OK: 68 | SKIPPED: 0 | WARNINGS: 2 | FAILED: 4 ]
1. Failure: (unknown) (@test_nbc4va.R#29)
2. Failure: (unknown) (@test_nbc4va.R#32)
3. Failure: nbc() sets the out$test.known to correctly indicate whether or not the test causes are known (@test_nbc4va.R#46)
4. Error: nbc() can handle incorrect column data types in the correct positions (@test_nbc4va.R#67)
Error: testthat unit tests failed
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86
Version: 1.1
Check: tests
Result: ERROR
Running 'testthat.R' [3s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> if (!requireNamespace("testthat", quietly=TRUE)) install.packages("testthat", dependencies=TRUE, repos="http://cran.rstudio.com/")
> library(nbc4va)
To view the 'nbc4va' package description see:
help(nbc4va)
To view the 'nbc4va' package documentation, see:
https://rrwen.github.io/nbc4va
To cite the original method used in the 'nbc4va' package see:
citation("nbc4va")
>
> testthat::test_check("nbc4va")
-- 1. Failure: (unknown) (@test_nbc4va.R#29) ----------------------------------
`results <- nbc(train, test)` did not produce any warnings.
-- 2. Failure: (unknown) (@test_nbc4va.R#32) ----------------------------------
`resultsNoCauses <- nbc(train, noCauses, known = FALSE)` did not produce any warnings.
-- 3. Failure: nbc() sets the out$test.known to correctly indicate whether or no
`expect_equal(...)` did not produce any warnings.
-- 4. Error: nbc() can handle incorrect column data types in the correct positio
The train data IDs are not unique (duplicates found:)
Backtrace:
1. testthat::expect_warning(...)
6. nbc4va:::internalCheckNBC(trainTypes, testTypes)
== testthat results ===========================================================
[ OK: 68 | SKIPPED: 0 | WARNINGS: 2 | FAILED: 4 ]
1. Failure: (unknown) (@test_nbc4va.R#29)
2. Failure: (unknown) (@test_nbc4va.R#32)
3. Failure: nbc() sets the out$test.known to correctly indicate whether or not the test causes are known (@test_nbc4va.R#46)
4. Error: nbc() can handle incorrect column data types in the correct positions (@test_nbc4va.R#67)
Error: testthat unit tests failed
Execution halted
Flavor: r-devel-windows-ix86+x86_64
Version: 1.1
Check: tests
Result: ERROR
Running 'testthat.R' [2s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> if (!requireNamespace("testthat", quietly=TRUE)) install.packages("testthat", dependencies=TRUE, repos="http://cran.rstudio.com/")
> library(nbc4va)
To view the 'nbc4va' package description see:
help(nbc4va)
To view the 'nbc4va' package documentation, see:
https://rrwen.github.io/nbc4va
To cite the original method used in the 'nbc4va' package see:
citation("nbc4va")
>
> testthat::test_check("nbc4va")
-- 1. Failure: (unknown) (@test_nbc4va.R#29) ----------------------------------
`results <- nbc(train, test)` did not produce any warnings.
-- 2. Failure: (unknown) (@test_nbc4va.R#32) ----------------------------------
`resultsNoCauses <- nbc(train, noCauses, known = FALSE)` did not produce any warnings.
-- 3. Failure: nbc() sets the out$test.known to correctly indicate whether or no
`expect_equal(...)` did not produce any warnings.
-- 4. Error: nbc() can handle incorrect column data types in the correct positio
The train data IDs are not unique (duplicates found:)
Backtrace:
1. testthat::expect_warning(...)
6. nbc4va:::internalCheckNBC(trainTypes, testTypes)
== testthat results ===========================================================
[ OK: 68 | SKIPPED: 0 | WARNINGS: 2 | FAILED: 4 ]
1. Failure: (unknown) (@test_nbc4va.R#29)
2. Failure: (unknown) (@test_nbc4va.R#32)
3. Failure: nbc() sets the out$test.known to correctly indicate whether or not the test causes are known (@test_nbc4va.R#46)
4. Error: nbc() can handle incorrect column data types in the correct positions (@test_nbc4va.R#67)
Error: testthat unit tests failed
Execution halted
Flavor: r-devel-windows-ix86+x86_64-gcc8
Version: 1.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [1s/2s]
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
── 4. Error: nbc() can handle incorrect column data types in the correct positio
The train data IDs are not unique (duplicates found:)
Backtrace:
1. testthat::expect_warning(...)
6. nbc4va:::internalCheckNBC(trainTypes, testTypes)
══ testthat results ═══════════════════════════════════════════════════════════
[ OK: 68 | SKIPPED: 0 | WARNINGS: 2 | FAILED: 4 ]
1. Failure: (unknown) (@test_nbc4va.R#29)
2. Failure: (unknown) (@test_nbc4va.R#32)
3. Failure: nbc() sets the out$test.known to correctly indicate whether or not the test causes are known (@test_nbc4va.R#46)
4. Error: nbc() can handle incorrect column data types in the correct positions (@test_nbc4va.R#67)
Error: testthat unit tests failed
Execution halted
Flavor: r-patched-osx-x86_64