Last updated on 2023-01-30 18:51:01 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.8.0 | 29.62 | 543.43 | 573.05 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.8.0 | 22.69 | 345.81 | 368.50 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.8.1 | 457.47 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.8.1 | 376.44 | OK | |||
r-devel-windows-x86_64 | 1.8.0 | 125.00 | 627.00 | 752.00 | ERROR | |
r-patched-linux-x86_64 | 1.8.0 | 32.72 | 455.75 | 488.47 | ERROR | |
r-release-linux-x86_64 | 1.8.0 | 24.10 | 457.39 | 481.49 | ERROR | |
r-release-macos-arm64 | 1.8.0 | 160.00 | OK | |||
r-release-macos-x86_64 | 1.8.0 | 194.00 | OK | |||
r-release-windows-x86_64 | 1.8.0 | 88.00 | 622.00 | 710.00 | ERROR | |
r-oldrel-macos-arm64 | 1.8.0 | 136.00 | OK | |||
r-oldrel-macos-x86_64 | 1.8.0 | 187.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 1.8.0 | 56.00 | 553.00 | 609.00 | ERROR |
Version: 1.8.0
Check: examples
Result: ERROR
Running examples in ‘wpa-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: workpatterns_classify
> ### Title: Classify working pattern personas using a rule based algorithm
> ### Aliases: workpatterns_classify
>
> ### ** Examples
>
>
> # Returns a plot by default
> em_data %>% workpatterns_classify(method = "bw")
Error in `:=`(Personas, "Unclassified") :
Check that is.data.table(DT) == TRUE. Otherwise, := and `:=`(...) are defined for use in j, once only and in particular ways. See help(":=").
Calls: %>% ... workpatterns_classify_bw -> [ -> [.data.frame -> :=
Execution halted
Flavors: r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 1.8.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [21s/21s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(wpa)
Thank you for using the {wpa} R package!
Our analysts have taken every care to ensure that this package runs smoothly and bug-free.
However, if you do happen to encounter any, please report any issues at
https://github.com/microsoft/wpa/issues/
Happy coding!
>
> test_check("wpa")
[ FAIL 2 | WARN 195 | SKIP 0 | PASS 6 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-workpatterns_classify.R:4'): workpatterns data output row matches - signals ──
Error in ``:=`(Personas, "Unclassified")`: Check that is.data.table(DT) == TRUE. Otherwise, := and `:=`(...) are defined for use in j, once only and in particular ways. See help(":=").
Backtrace:
▆
1. └─wpa::workpatterns_classify(em_data, signals = "IM", return = "data") at test-workpatterns_classify.R:4:4
2. └─wpa:::workpatterns_classify_bw(...)
3. ├─ptn_data_personas[, `:=`(Personas, "Unclassified")]
4. ├─base::`[.data.frame`(ptn_data_personas, , `:=`(Personas, "Unclassified"))
5. └─`:=`(Personas, "Unclassified")
── Error ('test-workpatterns_classify.R:25'): workpatterns plots returns ggplot object ──
Error in ``:=`(Personas, "Unclassified")`: Check that is.data.table(DT) == TRUE. Otherwise, := and `:=`(...) are defined for use in j, once only and in particular ways. See help(":=").
Backtrace:
▆
1. └─wpa::workpatterns_classify(em_data, signals = "meetings", return = "plot") at test-workpatterns_classify.R:25:2
2. └─wpa:::workpatterns_classify_bw(...)
3. ├─ptn_data_personas[, `:=`(Personas, "Unclassified")]
4. ├─base::`[.data.frame`(ptn_data_personas, , `:=`(Personas, "Unclassified"))
5. └─`:=`(Personas, "Unclassified")
[ FAIL 2 | WARN 195 | SKIP 0 | PASS 6 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.8.0
Check: examples
Result: ERROR
Running examples in 'wpa-Ex.R' failed
The error most likely occurred in:
> ### Name: workpatterns_classify
> ### Title: Classify working pattern personas using a rule based algorithm
> ### Aliases: workpatterns_classify
>
> ### ** Examples
>
>
> # Returns a plot by default
> em_data %>% workpatterns_classify(method = "bw")
Error in `:=`(Personas, "Unclassified") :
Check that is.data.table(DT) == TRUE. Otherwise, := and `:=`(...) are defined for use in j, once only and in particular ways. See help(":=").
Calls: %>% ... workpatterns_classify_bw -> [ -> [.data.frame -> :=
Execution halted
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-ix86+x86_64
Version: 1.8.0
Check: tests
Result: ERROR
Running 'testthat.R' [55s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(wpa)
Thank you for using the {wpa} R package!
Our analysts have taken every care to ensure that this package runs smoothly and bug-free.
However, if you do happen to encounter any, please report any issues at
https://github.com/microsoft/wpa/issues/
Happy coding!
>
> test_check("wpa")
[ FAIL 2 | WARN 195 | SKIP 0 | PASS 6 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-workpatterns_classify.R:4'): workpatterns data output row matches - signals ──
Error in ``:=`(Personas, "Unclassified")`: Check that is.data.table(DT) == TRUE. Otherwise, := and `:=`(...) are defined for use in j, once only and in particular ways. See help(":=").
Backtrace:
▆
1. └─wpa::workpatterns_classify(em_data, signals = "IM", return = "data") at test-workpatterns_classify.R:4:4
2. └─wpa:::workpatterns_classify_bw(...)
3. ├─ptn_data_personas[, `:=`(Personas, "Unclassified")]
4. ├─base::`[.data.frame`(ptn_data_personas, , `:=`(Personas, "Unclassified"))
5. └─`:=`(Personas, "Unclassified")
── Error ('test-workpatterns_classify.R:25'): workpatterns plots returns ggplot object ──
Error in ``:=`(Personas, "Unclassified")`: Check that is.data.table(DT) == TRUE. Otherwise, := and `:=`(...) are defined for use in j, once only and in particular ways. See help(":=").
Backtrace:
▆
1. └─wpa::workpatterns_classify(em_data, signals = "meetings", return = "plot") at test-workpatterns_classify.R:25:2
2. └─wpa:::workpatterns_classify_bw(...)
3. ├─ptn_data_personas[, `:=`(Personas, "Unclassified")]
4. ├─base::`[.data.frame`(ptn_data_personas, , `:=`(Personas, "Unclassified"))
5. └─`:=`(Personas, "Unclassified")
[ FAIL 2 | WARN 195 | SKIP 0 | PASS 6 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64
Version: 1.8.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [50s/60s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(wpa)
Thank you for using the {wpa} R package!
Our analysts have taken every care to ensure that this package runs smoothly and bug-free.
However, if you do happen to encounter any, please report any issues at
https://github.com/microsoft/wpa/issues/
Happy coding!
>
> test_check("wpa")
[ FAIL 2 | WARN 195 | SKIP 0 | PASS 6 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-workpatterns_classify.R:4'): workpatterns data output row matches - signals ──
Error in ``:=`(Personas, "Unclassified")`: Check that is.data.table(DT) == TRUE. Otherwise, := and `:=`(...) are defined for use in j, once only and in particular ways. See help(":=").
Backtrace:
▆
1. └─wpa::workpatterns_classify(em_data, signals = "IM", return = "data") at test-workpatterns_classify.R:4:4
2. └─wpa:::workpatterns_classify_bw(...)
3. ├─ptn_data_personas[, `:=`(Personas, "Unclassified")]
4. ├─base::`[.data.frame`(ptn_data_personas, , `:=`(Personas, "Unclassified"))
5. └─`:=`(Personas, "Unclassified")
── Error ('test-workpatterns_classify.R:25'): workpatterns plots returns ggplot object ──
Error in ``:=`(Personas, "Unclassified")`: Check that is.data.table(DT) == TRUE. Otherwise, := and `:=`(...) are defined for use in j, once only and in particular ways. See help(":=").
Backtrace:
▆
1. └─wpa::workpatterns_classify(em_data, signals = "meetings", return = "plot") at test-workpatterns_classify.R:25:2
2. └─wpa:::workpatterns_classify_bw(...)
3. ├─ptn_data_personas[, `:=`(Personas, "Unclassified")]
4. ├─base::`[.data.frame`(ptn_data_personas, , `:=`(Personas, "Unclassified"))
5. └─`:=`(Personas, "Unclassified")
[ FAIL 2 | WARN 195 | SKIP 0 | PASS 6 ]
Error: Test failures
Execution halted
Flavor: r-patched-linux-x86_64
Version: 1.8.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [51s/59s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(wpa)
Thank you for using the {wpa} R package!
Our analysts have taken every care to ensure that this package runs smoothly and bug-free.
However, if you do happen to encounter any, please report any issues at
https://github.com/microsoft/wpa/issues/
Happy coding!
>
> test_check("wpa")
[ FAIL 2 | WARN 195 | SKIP 0 | PASS 6 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-workpatterns_classify.R:4'): workpatterns data output row matches - signals ──
Error in ``:=`(Personas, "Unclassified")`: Check that is.data.table(DT) == TRUE. Otherwise, := and `:=`(...) are defined for use in j, once only and in particular ways. See help(":=").
Backtrace:
▆
1. └─wpa::workpatterns_classify(em_data, signals = "IM", return = "data") at test-workpatterns_classify.R:4:4
2. └─wpa:::workpatterns_classify_bw(...)
3. ├─ptn_data_personas[, `:=`(Personas, "Unclassified")]
4. ├─base::`[.data.frame`(ptn_data_personas, , `:=`(Personas, "Unclassified"))
5. └─`:=`(Personas, "Unclassified")
── Error ('test-workpatterns_classify.R:25'): workpatterns plots returns ggplot object ──
Error in ``:=`(Personas, "Unclassified")`: Check that is.data.table(DT) == TRUE. Otherwise, := and `:=`(...) are defined for use in j, once only and in particular ways. See help(":=").
Backtrace:
▆
1. └─wpa::workpatterns_classify(em_data, signals = "meetings", return = "plot") at test-workpatterns_classify.R:25:2
2. └─wpa:::workpatterns_classify_bw(...)
3. ├─ptn_data_personas[, `:=`(Personas, "Unclassified")]
4. ├─base::`[.data.frame`(ptn_data_personas, , `:=`(Personas, "Unclassified"))
5. └─`:=`(Personas, "Unclassified")
[ FAIL 2 | WARN 195 | SKIP 0 | PASS 6 ]
Error: Test failures
Execution halted
Flavor: r-release-linux-x86_64
Version: 1.8.0
Check: tests
Result: ERROR
Running 'testthat.R' [59s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(wpa)
Thank you for using the {wpa} R package!
Our analysts have taken every care to ensure that this package runs smoothly and bug-free.
However, if you do happen to encounter any, please report any issues at
https://github.com/microsoft/wpa/issues/
Happy coding!
>
> test_check("wpa")
[ FAIL 2 | WARN 195 | SKIP 0 | PASS 6 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-workpatterns_classify.R:4'): workpatterns data output row matches - signals ──
Error in ``:=`(Personas, "Unclassified")`: Check that is.data.table(DT) == TRUE. Otherwise, := and `:=`(...) are defined for use in j, once only and in particular ways. See help(":=").
Backtrace:
▆
1. └─wpa::workpatterns_classify(em_data, signals = "IM", return = "data") at test-workpatterns_classify.R:4:4
2. └─wpa:::workpatterns_classify_bw(...)
3. ├─ptn_data_personas[, `:=`(Personas, "Unclassified")]
4. ├─base::`[.data.frame`(ptn_data_personas, , `:=`(Personas, "Unclassified"))
5. └─`:=`(Personas, "Unclassified")
── Error ('test-workpatterns_classify.R:25'): workpatterns plots returns ggplot object ──
Error in ``:=`(Personas, "Unclassified")`: Check that is.data.table(DT) == TRUE. Otherwise, := and `:=`(...) are defined for use in j, once only and in particular ways. See help(":=").
Backtrace:
▆
1. └─wpa::workpatterns_classify(em_data, signals = "meetings", return = "plot") at test-workpatterns_classify.R:25:2
2. └─wpa:::workpatterns_classify_bw(...)
3. ├─ptn_data_personas[, `:=`(Personas, "Unclassified")]
4. ├─base::`[.data.frame`(ptn_data_personas, , `:=`(Personas, "Unclassified"))
5. └─`:=`(Personas, "Unclassified")
[ FAIL 2 | WARN 195 | SKIP 0 | PASS 6 ]
Error: Test failures
Execution halted
Flavor: r-release-windows-x86_64
Version: 1.8.0
Check: tests
Result: ERROR
Running 'testthat.R' [61s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(wpa)
Thank you for using the {wpa} R package!
Our analysts have taken every care to ensure that this package runs smoothly and bug-free.
However, if you do happen to encounter any, please report any issues at
https://github.com/microsoft/wpa/issues/
Happy coding!
>
> test_check("wpa")
[ FAIL 2 | WARN 195 | SKIP 0 | PASS 6 ]
== Failed tests ================================================================
-- Error ('test-workpatterns_classify.R:4'): workpatterns data output row matches - signals --
Error in ``:=`(Personas, "Unclassified")`: Check that is.data.table(DT) == TRUE. Otherwise, := and `:=`(...) are defined for use in j, once only and in particular ways. See help(":=").
Backtrace:
x
1. \-wpa::workpatterns_classify(em_data, signals = "IM", return = "data") at test-workpatterns_classify.R:4:4
2. \-wpa:::workpatterns_classify_bw(...)
3. +-ptn_data_personas[, `:=`(Personas, "Unclassified")]
4. +-base::`[.data.frame`(ptn_data_personas, , `:=`(Personas, "Unclassified"))
5. \-`:=`(Personas, "Unclassified")
-- Error ('test-workpatterns_classify.R:25'): workpatterns plots returns ggplot object --
Error in ``:=`(Personas, "Unclassified")`: Check that is.data.table(DT) == TRUE. Otherwise, := and `:=`(...) are defined for use in j, once only and in particular ways. See help(":=").
Backtrace:
x
1. \-wpa::workpatterns_classify(em_data, signals = "meetings", return = "plot") at test-workpatterns_classify.R:25:2
2. \-wpa:::workpatterns_classify_bw(...)
3. +-ptn_data_personas[, `:=`(Personas, "Unclassified")]
4. +-base::`[.data.frame`(ptn_data_personas, , `:=`(Personas, "Unclassified"))
5. \-`:=`(Personas, "Unclassified")
[ FAIL 2 | WARN 195 | SKIP 0 | PASS 6 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64