CRAN Package Check Results for Package fabletools

Last updated on 2020-12-31 00:46:42 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.1 13.04 181.89 194.93 ERROR
r-devel-linux-x86_64-debian-gcc 0.2.1 11.33 132.93 144.26 ERROR
r-devel-linux-x86_64-fedora-clang 0.2.1 163.46 ERROR
r-devel-linux-x86_64-fedora-gcc 0.2.1 157.32 ERROR
r-devel-windows-ix86+x86_64 0.2.1 28.00 212.00 240.00 ERROR
r-patched-linux-x86_64 0.2.1 14.90 171.41 186.31 OK
r-patched-solaris-x86 0.2.1 281.60 OK
r-release-linux-x86_64 0.2.1 14.79 172.13 186.92 OK
r-release-macos-x86_64 0.2.1 OK
r-release-windows-ix86+x86_64 0.2.1 29.00 154.00 183.00 OK
r-oldrel-macos-x86_64 0.2.1 OK
r-oldrel-windows-ix86+x86_64 0.2.1 18.00 153.00 171.00 OK

Check Details

Version: 0.2.1
Check: tests
Result: ERROR
     Running 'testthat.R' [58s/64s]
    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-linux-x86_64-debian-clang

Version: 0.2.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [42s/61s]
    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:
     █
     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:
     █
     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-linux-x86_64-debian-gcc

Version: 0.2.1
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’ [38s/38s]
    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:
     █
     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:
     █
     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-linux-x86_64-fedora-clang

Version: 0.2.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [53s/54s]
    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:
     █
     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:
     █
     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-linux-x86_64-fedora-gcc

Version: 0.2.1
Check: tests
Result: ERROR
     Running 'testthat.R' [66s]
    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::all.equal.list(...)
     9. | \-base::attr.all.equal(target, current, ...)
     10. | \-base::mode(target)
     11. \-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::all.equal.list(...)
     9. | \-base::attr.all.equal(target, current, ...)
     10. | \-base::mode(target)
     11. \-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