Last updated on 2021-01-21 12:50:02 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.0 | 14.19 | 191.03 | 205.22 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.3.0 | 12.59 | 140.13 | 152.72 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.3.0 | 268.79 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.0 | 254.95 | OK | |||
r-devel-windows-ix86+x86_64 | 0.2.1 | 21.00 | 181.00 | 202.00 | ERROR | |
r-patched-linux-x86_64 | 0.2.1 | 12.84 | 175.70 | 188.54 | OK | |
r-patched-solaris-x86 | 0.3.0 | 293.50 | OK | |||
r-release-linux-x86_64 | 0.3.0 | 13.99 | 181.11 | 195.10 | OK | |
r-release-macos-x86_64 | 0.3.0 | OK | ||||
r-release-windows-ix86+x86_64 | 0.2.1 | 31.00 | 225.00 | 256.00 | OK | |
r-oldrel-macos-x86_64 | 0.3.0 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.2.1 | 16.00 | 160.00 | 176.00 | OK |
Version: 0.3.0
Check: Rd cross-references
Result: NOTE
Undeclared package ‘future’ in Rd xrefs
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.2.1
Check: tests
Result: ERROR
Running 'testthat.R' [56s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(dplyr)
Attaching package: 'dplyr'
The following object is masked from 'package:testthat':
matches
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
>
> test_check("fabletools")
Loading required package: fabletools
== Skipped tests ===============================================================
* On CRAN (1)
== Warnings ====================================================================
-- Warning (test-parser.R:43:3): Model parsing variety -------------------------
'all.equal.default(<function>)' is deprecated.
Use 'all.equal(*)' instead.
See help("Deprecated")
Backtrace:
1. testthat::expect_equal(...) test-parser.R:43:2
3. testthat:::compare.default(act$val, exp$val, ...)
5. base::all.equal.default(x, y, ...)
6. base::.Deprecated("all.equal(*)", old = "all.equal.default(<function>)")
-- Warning (test-parser.R:145:3): Model response identification ----------------
'all.equal.default(<function>)' is deprecated.
Use 'all.equal(*)' instead.
See help("Deprecated")
Backtrace:
1. testthat::expect_equal(...) test-parser.R:145:2
3. testthat:::compare.default(act$val, exp$val, ...)
5. base::all.equal.default(x, y, ...)
6. base::.Deprecated("all.equal(*)", old = "all.equal.default(<function>)")
== Failed tests ================================================================
-- Error (test-parser.R:43:3): Model parsing variety ---------------------------
Error: object 'value' not found
Backtrace:
x
1. \-testthat::expect_equal(...) test-parser.R:43:2
2. +-testthat::compare(act$val, exp$val, ...)
3. \-testthat:::compare.default(act$val, exp$val, ...)
4. +-base::all.equal(x, y, ...)
5. \-base::all.equal.default(x, y, ...)
6. \-base::all.equal.function(target, current, ...)
7. \-base::all.equal.environment(...)
8. \-base::as.list.environment(target, all.names = all.names, sorted = TRUE)
-- Error (test-parser.R:145:3): Model response identification ------------------
Error: could not find function "resp"
Backtrace:
x
1. \-testthat::expect_equal(...) test-parser.R:145:2
2. +-testthat::compare(act$val, exp$val, ...)
3. \-testthat:::compare.default(act$val, exp$val, ...)
4. +-base::all.equal(x, y, ...)
5. \-base::all.equal.default(x, y, ...)
6. \-base::all.equal.function(target, current, ...)
7. \-base::all.equal.environment(...)
8. \-base::as.list.environment(target, all.names = all.names, sorted = TRUE)
[ FAIL 2 | WARN 2 | SKIP 1 | PASS 286 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-ix86+x86_64