CRAN Package Check Results for Package gravitas

Last updated on 2020-06-19 06:48:04 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.2 5.63 58.03 63.66 ERROR
r-devel-linux-x86_64-debian-gcc 0.1.2 3.91 43.99 47.90 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.2 83.73 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.2 73.57 ERROR
r-devel-windows-ix86+x86_64 0.1.2 17.00 65.00 82.00 ERROR
r-patched-linux-x86_64 0.1.2 5.38 56.93 62.31 ERROR
r-patched-solaris-x86 0.1.2 112.10 ERROR
r-release-linux-x86_64 0.1.2 5.31 56.73 62.04 ERROR
r-release-osx-x86_64 0.1.2 OK
r-release-windows-ix86+x86_64 0.1.2 11.00 62.00 73.00 ERROR
r-oldrel-osx-x86_64 0.1.2 OK
r-oldrel-windows-ix86+x86_64 0.1.2 7.00 72.00 79.00 ERROR

Check Details

Version: 0.1.2
Check: examples
Result: ERROR
    Running examples in 'gravitas-Ex.R' failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: create_gran
    > ### Title: Build dynamic temporal granularities
    > ### Aliases: create_gran
    >
    > ### ** Examples
    >
    > library(dplyr)
    
    Attaching package: 'dplyr'
    
    The following objects are masked from 'package:stats':
    
     filter, lag
    
    The following objects are masked from 'package:base':
    
     intersect, setdiff, setequal, union
    
    > library(ggplot2)
    > library(lvplot)
    > # Search for granularities
    > smart_meter10 %>%
    + search_gran(highest_unit = "week")
    Error in if (tsibble::is_regular(.data)) { : argument is of length zero
    Calls: %>% ... freduce -> withVisible -> <Anonymous> -> search_gran
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.1.2
Check: tests
Result: ERROR
     Running 'testthat.R' [14s/16s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(gravitas)
     >
     > test_check("gravitas")
     -- 1. Error: norun check runs in create_gran (@test-harmony.R#48) -------------
     argument is of length zero
     Backtrace:
     1. testthat::expect_equal(...)
     10. gravitas::harmony(., ugran = "day", filter_in = "wknd_wday")
     13. gravitas::search_gran(...)
    
     == testthat results ===========================================================
     [ OK: 126 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 1 ]
     1. Error: norun check runs in create_gran (@test-harmony.R#48)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.1.2
Check: re-building of vignette outputs
Result: WARN
    Error(s) in re-building vignettes:
     ...
    --- re-building 'cricket.Rmd' using rmarkdown
    --- finished re-building 'cricket.Rmd'
    
    --- re-building 'gravitas_vignette.Rmd' using rmarkdown
    Quitting from lines 47-52 (gravitas_vignette.Rmd)
    Error: processing vignette 'gravitas_vignette.Rmd' failed with diagnostics:
    Detecting a corrupt tsibble object, and please reconstruct with `as_tsibble()`.
    --- failed re-building 'gravitas_vignette.Rmd'
    
    SUMMARY: processing the following file failed:
     'gravitas_vignette.Rmd'
    
    Error: Vignette re-building failed.
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.1.2
Check: tests
Result: ERROR
     Running ‘testthat.R’ [10s/15s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(gravitas)
     >
     > test_check("gravitas")
     ── 1. Error: norun check runs in create_gran (@test-harmony.R#48) ─────────────
     argument is of length zero
     Backtrace:
     1. testthat::expect_equal(...)
     10. gravitas::harmony(., ugran = "day", filter_in = "wknd_wday")
     13. gravitas::search_gran(...)
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     [ OK: 126 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 1 ]
     1. Error: norun check runs in create_gran (@test-harmony.R#48)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.2
Check: examples
Result: ERROR
    Running examples in ‘gravitas-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: create_gran
    > ### Title: Build dynamic temporal granularities
    > ### Aliases: create_gran
    >
    > ### ** Examples
    >
    > library(dplyr)
    
    Attaching package: ‘dplyr’
    
    The following objects are masked from ‘package:stats’:
    
     filter, lag
    
    The following objects are masked from ‘package:base’:
    
     intersect, setdiff, setequal, union
    
    > library(ggplot2)
    > library(lvplot)
    > # Search for granularities
    > smart_meter10 %>%
    + search_gran(highest_unit = "week")
    Error in if (tsibble::is_regular(.data)) { : argument is of length zero
    Calls: %>% ... freduce -> withVisible -> <Anonymous> -> search_gran
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-patched-solaris-x86, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64

Version: 0.1.2
Check: tests
Result: ERROR
     Running ‘testthat.R’ [16s/23s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(gravitas)
     >
     > test_check("gravitas")
     ── 1. Error: norun check runs in create_gran (@test-harmony.R#48) ─────────────
     argument is of length zero
     Backtrace:
     1. testthat::expect_equal(...)
     10. gravitas::harmony(., ugran = "day", filter_in = "wknd_wday")
     13. gravitas::search_gran(...)
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     [ OK: 126 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 1 ]
     1. Error: norun check runs in create_gran (@test-harmony.R#48)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.1.2
Check: re-building of vignette outputs
Result: WARN
    Error(s) in re-building vignettes:
    --- re-building ‘cricket.Rmd’ using rmarkdown
    --- finished re-building ‘cricket.Rmd’
    
    --- re-building ‘gravitas_vignette.Rmd’ using rmarkdown
    Quitting from lines 47-52 (gravitas_vignette.Rmd)
    Error: processing vignette 'gravitas_vignette.Rmd' failed with diagnostics:
    Detecting a corrupt tsibble object, and please reconstruct with `as_tsibble()`.
    --- failed re-building ‘gravitas_vignette.Rmd’
    
    SUMMARY: processing the following file failed:
     ‘gravitas_vignette.Rmd’
    
    Error: Vignette re-building failed.
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64

Version: 0.1.2
Check: tests
Result: ERROR
     Running ‘testthat.R’ [16s/19s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(gravitas)
     >
     > test_check("gravitas")
     ── 1. Error: norun check runs in create_gran (@test-harmony.R#48) ─────────────
     argument is of length zero
     Backtrace:
     1. testthat::expect_equal(...)
     10. gravitas::harmony(., ugran = "day", filter_in = "wknd_wday")
     13. gravitas::search_gran(...)
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     [ OK: 126 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 1 ]
     1. Error: norun check runs in create_gran (@test-harmony.R#48)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.1.2
Check: tests
Result: ERROR
     Running 'testthat.R' [11s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(gravitas)
     >
     > test_check("gravitas")
     -- 1. Error: norun check runs in create_gran (@test-harmony.R#48) -------------
     argument is of length zero
     Backtrace:
     1. testthat::expect_equal(...)
     10. gravitas::harmony(., ugran = "day", filter_in = "wknd_wday")
     13. gravitas::search_gran(...)
    
     == testthat results ===========================================================
     [ OK: 126 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 1 ]
     1. Error: norun check runs in create_gran (@test-harmony.R#48)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-windows-ix86+x86_64

Version: 0.1.2
Check: tests
Result: ERROR
     Running ‘testthat.R’ [13s/15s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(gravitas)
     >
     > test_check("gravitas")
     ── 1. Error: norun check runs in create_gran (@test-harmony.R#48) ─────────────
     argument is of length zero
     Backtrace:
     1. testthat::expect_equal(...)
     10. gravitas::harmony(., ugran = "day", filter_in = "wknd_wday")
     13. gravitas::search_gran(...)
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     [ OK: 126 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 1 ]
     1. Error: norun check runs in create_gran (@test-harmony.R#48)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-patched-linux-x86_64

Version: 0.1.2
Check: tests
Result: ERROR
     Running ‘testthat.R’ [21s/29s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(gravitas)
     >
     > test_check("gravitas")
     ── 1. Error: norun check runs in create_gran (@test-harmony.R#48) ─────────────
     argument is of length zero
     Backtrace:
     1. testthat::expect_equal(...)
     10. gravitas::harmony(., ugran = "day", filter_in = "wknd_wday")
     13. gravitas::search_gran(...)
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     [ OK: 126 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 1 ]
     1. Error: norun check runs in create_gran (@test-harmony.R#48)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-patched-solaris-x86

Version: 0.1.2
Check: re-building of vignette outputs
Result: WARN
    Error(s) in re-building vignettes:
     ...
    --- re-building ‘cricket.Rmd’ using rmarkdown
    Warning in engine$weave(file, quiet = quiet, encoding = enc) :
     Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
    --- finished re-building ‘cricket.Rmd’
    
    --- re-building ‘gravitas_vignette.Rmd’ using rmarkdown
    Warning in engine$weave(file, quiet = quiet, encoding = enc) :
     Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
    Quitting from lines 47-52 (gravitas_vignette.Rmd)
    Error: processing vignette 'gravitas_vignette.Rmd' failed with diagnostics:
    Detecting a corrupt tsibble object, and please reconstruct with `as_tsibble()`.
    --- failed re-building ‘gravitas_vignette.Rmd’
    
    SUMMARY: processing the following file failed:
     ‘gravitas_vignette.Rmd’
    
    Error: Vignette re-building failed.
    Execution halted
Flavor: r-patched-solaris-x86

Version: 0.1.2
Check: tests
Result: ERROR
     Running ‘testthat.R’ [13s/14s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(gravitas)
     >
     > test_check("gravitas")
     ── 1. Error: norun check runs in create_gran (@test-harmony.R#48) ─────────────
     argument is of length zero
     Backtrace:
     1. testthat::expect_equal(...)
     10. gravitas::harmony(., ugran = "day", filter_in = "wknd_wday")
     13. gravitas::search_gran(...)
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     [ OK: 126 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 1 ]
     1. Error: norun check runs in create_gran (@test-harmony.R#48)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-release-linux-x86_64

Version: 0.1.2
Check: tests
Result: ERROR
     Running 'testthat.R' [10s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(gravitas)
     >
     > test_check("gravitas")
     -- 1. Error: norun check runs in create_gran (@test-harmony.R#48) -------------
     argument is of length zero
     Backtrace:
     1. testthat::expect_equal(...)
     10. gravitas::harmony(., ugran = "day", filter_in = "wknd_wday")
     13. gravitas::search_gran(...)
    
     == testthat results ===========================================================
     [ OK: 126 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 1 ]
     1. Error: norun check runs in create_gran (@test-harmony.R#48)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-release-windows-ix86+x86_64

Version: 0.1.2
Check: tests
Result: ERROR
     Running 'testthat.R' [13s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(gravitas)
     >
     > test_check("gravitas")
     -- 1. Error: norun check runs in create_gran (@test-harmony.R#48) -------------
     argument is of length zero
     Backtrace:
     1. testthat::expect_equal(...)
     10. gravitas::harmony(., ugran = "day", filter_in = "wknd_wday")
     13. gravitas::search_gran(...)
    
     == testthat results ===========================================================
     [ OK: 126 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 1 ]
     1. Error: norun check runs in create_gran (@test-harmony.R#48)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-oldrel-windows-ix86+x86_64