Last updated on 2022-04-08 11:51:09 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.3 | 5.09 | 63.75 | 68.84 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.0.3 | 3.92 | 47.90 | 51.82 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0.3 | 81.31 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.3 | 68.50 | ERROR | |||
r-devel-windows-x86_64-new-UL | 1.0.3 | 19.00 | 77.00 | 96.00 | ERROR | |
r-patched-linux-x86_64 | 1.0.3 | 4.08 | 59.15 | 63.23 | ERROR | |
r-release-linux-x86_64 | 1.0.3 | 4.34 | 56.07 | 60.41 | ERROR | |
r-release-macos-arm64 | 1.0.3 | NOTE | ||||
r-release-macos-x86_64 | 1.0.3 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0.3 | 13.00 | 69.00 | 82.00 | ERROR | |
r-oldrel-macos-x86_64 | 1.0.3 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0.3 | 13.00 | 70.00 | 83.00 | ERROR |
Version: 1.0.3
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64-new-UL, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-ix86+x86_64
Version: 1.0.3
Check: tests
Result: ERROR
Running 'testthat.R' [3s/6s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(lacrmr)
Loading required package: magrittr
Attaching package: 'magrittr'
The following objects are masked from 'package:testthat':
equals, is_less_than, not
> library(httptest)
> library(mockery)
>
> test_check("lacrmr")
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 7 ]
== Skipped tests ===============================================================
* On CRAN (4)
== Failed tests ================================================================
-- Failure (test-error-warning-msg.R:10:3): Invalid credentials ----------------
`get_account_information(user_code = "6A6E88", api_token = "57102821")` threw an error with unexpected message.
Expected match: "Invalid user credentials"
Actual message: "object 'pipeline' not found"
Backtrace:
x
1. +-testthat::expect_error(...) at test-error-warning-msg.R:10:2
2. | \-testthat:::quasi_capture(...)
3. | +-testthat .capture(...)
4. | | \-base::withCallingHandlers(...)
5. | \-rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
6. \-lacrmr::get_account_information(user_code = "6A6E88", api_token = "57102821")
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 7 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.0.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/5s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(lacrmr)
Loading required package: magrittr
Attaching package: 'magrittr'
The following objects are masked from 'package:testthat':
equals, is_less_than, not
> library(httptest)
> library(mockery)
>
> test_check("lacrmr")
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 7 ]
══ Skipped tests ═══════════════════════════════════════════════════════════════
• On CRAN (4)
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (test-error-warning-msg.R:10:3): Invalid credentials ────────────────
`get_account_information(user_code = "6A6E88", api_token = "57102821")` threw an error with unexpected message.
Expected match: "Invalid user credentials"
Actual message: "object 'pipeline' not found"
Backtrace:
▆
1. ├─testthat::expect_error(...) at test-error-warning-msg.R:10:2
2. │ └─testthat:::quasi_capture(...)
3. │ ├─testthat .capture(...)
4. │ │ └─base::withCallingHandlers(...)
5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
6. └─lacrmr::get_account_information(user_code = "6A6E88", api_token = "57102821")
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 7 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.3
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘stringr’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-x86_64
Version: 1.0.3
Check: tests
Result: ERROR
Running ‘testthat.R’
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(lacrmr)
Loading required package: magrittr
Attaching package: 'magrittr'
The following objects are masked from 'package:testthat':
equals, is_less_than, not
> library(httptest)
> library(mockery)
>
> test_check("lacrmr")
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 7 ]
══ Skipped tests ═══════════════════════════════════════════════════════════════
• On CRAN (4)
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (test-error-warning-msg.R:10:3): Invalid credentials ────────────────
`get_account_information(user_code = "6A6E88", api_token = "57102821")` threw an error with unexpected message.
Expected match: "Invalid user credentials"
Actual message: "object 'pipeline' not found"
Backtrace:
▆
1. ├─testthat::expect_error(...) at test-error-warning-msg.R:10:2
2. │ └─testthat:::quasi_capture(...)
3. │ ├─testthat .capture(...)
4. │ │ └─base::withCallingHandlers(...)
5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
6. └─lacrmr::get_account_information(user_code = "6A6E88", api_token = "57102821")
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 7 ]
Error: Test failures
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 1.0.3
Check: tests
Result: ERROR
Running 'testthat.R' [4s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(lacrmr)
Loading required package: magrittr
Attaching package: 'magrittr'
The following objects are masked from 'package:testthat':
equals, is_less_than, not
> library(httptest)
> library(mockery)
>
> test_check("lacrmr")
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 7 ]
══ Skipped tests ═══════════════════════════════════════════════════════════════
• On CRAN (4)
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (test-error-warning-msg.R:10:3): Invalid credentials ────────────────
`get_account_information(user_code = "6A6E88", api_token = "57102821")` threw an error with unexpected message.
Expected match: "Invalid user credentials"
Actual message: "object 'pipeline' not found"
Backtrace:
▆
1. ├─testthat::expect_error(...) at test-error-warning-msg.R:10:2
2. │ └─testthat:::quasi_capture(...)
3. │ ├─testthat .capture(...)
4. │ │ └─base::withCallingHandlers(...)
5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
6. └─lacrmr::get_account_information(user_code = "6A6E88", api_token = "57102821")
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 7 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64-new-UL
Version: 1.0.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/4s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(lacrmr)
Loading required package: magrittr
Attaching package: 'magrittr'
The following objects are masked from 'package:testthat':
equals, is_less_than, not
> library(httptest)
> library(mockery)
>
> test_check("lacrmr")
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 7 ]
══ Skipped tests ═══════════════════════════════════════════════════════════════
• On CRAN (4)
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (test-error-warning-msg.R:10:3): Invalid credentials ────────────────
`get_account_information(user_code = "6A6E88", api_token = "57102821")` threw an error with unexpected message.
Expected match: "Invalid user credentials"
Actual message: "object 'pipeline' not found"
Backtrace:
▆
1. ├─testthat::expect_error(...) at test-error-warning-msg.R:10:2
2. │ └─testthat:::quasi_capture(...)
3. │ ├─testthat .capture(...)
4. │ │ └─base::withCallingHandlers(...)
5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
6. └─lacrmr::get_account_information(user_code = "6A6E88", api_token = "57102821")
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 7 ]
Error: Test failures
Execution halted
Flavor: r-patched-linux-x86_64
Version: 1.0.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/5s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(lacrmr)
Loading required package: magrittr
Attaching package: 'magrittr'
The following objects are masked from 'package:testthat':
equals, is_less_than, not
> library(httptest)
> library(mockery)
>
> test_check("lacrmr")
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 7 ]
══ Skipped tests ═══════════════════════════════════════════════════════════════
• On CRAN (4)
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (test-error-warning-msg.R:10:3): Invalid credentials ────────────────
`get_account_information(user_code = "6A6E88", api_token = "57102821")` threw an error with unexpected message.
Expected match: "Invalid user credentials"
Actual message: "object 'pipeline' not found"
Backtrace:
▆
1. ├─testthat::expect_error(...) at test-error-warning-msg.R:10:2
2. │ └─testthat:::quasi_capture(...)
3. │ ├─testthat .capture(...)
4. │ │ └─base::withCallingHandlers(...)
5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
6. └─lacrmr::get_account_information(user_code = "6A6E88", api_token = "57102821")
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 7 ]
Error: Test failures
Execution halted
Flavor: r-release-linux-x86_64
Version: 1.0.3
Check: tests
Result: ERROR
Running 'testthat.R' [4s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(lacrmr)
Loading required package: magrittr
Attaching package: 'magrittr'
The following objects are masked from 'package:testthat':
equals, is_less_than, not
> library(httptest)
> library(mockery)
>
> test_check("lacrmr")
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 7 ]
== Skipped tests ===============================================================
* On CRAN (4)
== Failed tests ================================================================
-- Failure (test-error-warning-msg.R:10:3): Invalid credentials ----------------
`get_account_information(user_code = "6A6E88", api_token = "57102821")` threw an error with unexpected message.
Expected match: "Invalid user credentials"
Actual message: "object 'pipeline' not found"
Backtrace:
x
1. +-testthat::expect_error(...) at test-error-warning-msg.R:10:2
2. | \-testthat:::quasi_capture(...)
3. | +-testthat .capture(...)
4. | | \-base::withCallingHandlers(...)
5. | \-rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
6. \-lacrmr::get_account_information(user_code = "6A6E88", api_token = "57102821")
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 7 ]
Error: Test failures
Execution halted
Flavors: r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64