Last updated on 2020-02-15 01:01:18 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.5 | 11.19 | 59.33 | 70.52 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.5 | 8.52 | 44.99 | 53.51 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.5 | 82.99 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.5 | 89.82 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0.5 | 22.00 | 78.00 | 100.00 | OK | |
r-devel-windows-ix86+x86_64-gcc8 | 1.0.4 | 27.00 | 98.00 | 125.00 | ERROR | |
r-patched-linux-x86_64 | 1.0.5 | 6.73 | 50.39 | 57.12 | OK | |
r-patched-solaris-x86 | 1.0.5 | 102.80 | NOTE | |||
r-release-linux-x86_64 | 1.0.5 | 8.51 | 50.55 | 59.06 | OK | |
r-release-windows-ix86+x86_64 | 1.0.5 | 16.00 | 62.00 | 78.00 | OK | |
r-release-osx-x86_64 | 1.0.5 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0.5 | 13.00 | 64.00 | 77.00 | OK | |
r-oldrel-osx-x86_64 | 1.0.5 | NOTE |
Version: 1.0.5
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘tibble’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-osx-x86_64, r-oldrel-osx-x86_64
Version: 1.0.4
Check: tests
Result: ERROR
Running 'testthat.R' [5s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(AzureKusto)
Attaching package: 'AzureKusto'
The following object is masked from 'package:stats':
filter
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
>
> test_check('AzureKusto')
-- 1. Failure: filter errors on missing symbols (@test_translate.r#96) --------
`show_query(q)` threw an error with unexpected message.
Expected match: "Unknown column `Speciess`"
Actual message: "Can't subset columns that don't exist.\nx The column `Speciess` doesn't exist."
Backtrace:
1. testthat::expect_error(show_query(q), "Unknown column `Speciess`")
31. vctrs:::stop_subscript_oob(...)
32. vctrs:::stop_subscript(...)
-- 2. Failure: select errors on column after selected away (@test_translate.r#13
`show_query(q)` threw an error with unexpected message.
Expected match: "object 'SepalLength' not found"
Actual message: "Can't subset columns that don't exist.\nx The column `SepalLength` doesn't exist."
Backtrace:
1. testthat::expect_error(show_query(q), "object 'SepalLength' not found")
31. vctrs:::stop_subscript_oob(...)
32. vctrs:::stop_subscript(...)
-- 3. Failure: rename() errors when given a nonexistent column (@test_translate.
`show_query(q)` threw an error with unexpected message.
Expected match: "object 'Species1' not found"
Actual message: "Can't rename columns that don't exist.\nx The column `Species1` doesn't exist."
Backtrace:
1. testthat::expect_error(show_query(q), "object 'Species1' not found")
32. vctrs:::stop_subscript_oob(...)
33. vctrs:::stop_subscript(...)
== testthat results ===========================================================
[ OK: 100 | SKIPPED: 7 | WARNINGS: 3 | FAILED: 3 ]
1. Failure: filter errors on missing symbols (@test_translate.r#96)
2. Failure: select errors on column after selected away (@test_translate.r#139)
3. Failure: rename() errors when given a nonexistent column (@test_translate.r#282)
Error: testthat unit tests failed
Execution halted
Flavor: r-devel-windows-ix86+x86_64-gcc8