CRAN Package Check Results for Package ottr

Last updated on 2024-11-12 00:49:37 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.5.0 5.79 27.02 32.81 ERROR
r-devel-linux-x86_64-debian-gcc 1.5.0 4.03 21.08 25.11 ERROR
r-devel-linux-x86_64-fedora-clang 1.5.1 52.22 OK
r-devel-linux-x86_64-fedora-gcc 1.5.1 52.16 OK
r-devel-windows-x86_64 1.5.0 6.00 52.00 58.00 ERROR
r-patched-linux-x86_64 1.5.0 4.52 25.49 30.01 ERROR
r-release-linux-x86_64 1.5.0 4.48 25.85 30.33 ERROR
r-release-macos-arm64 1.5.1 24.00 OK
r-release-macos-x86_64 1.5.1 35.00 OK
r-oldrel-macos-arm64 1.5.1 29.00 OK
r-oldrel-macos-x86_64 1.5.1 39.00 OK
r-oldrel-windows-x86_64 1.5.1 10.00 60.00 70.00 OK

Check Details

Version: 1.5.0
Check: tests
Result: ERROR Running ‘testthat.R’ [4s/8s] 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(ottr) > > test_check("ottr") [ FAIL 2 | WARN 0 | SKIP 0 | PASS 211 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test_integration.R:17:5'): components integrate correctly ───────── as.character(...) (`actual`) not equal to paste(readLines(expected_json_path, warn = FALSE), collapse = "\n") (`expected`). lines(actual)[48:54] vs lines(expected)[48:54] " }," " {" " \"passed\": false," - " \"error\": \"square(2.5) (`actual`) not equal to 6.25 (`expected`).\\n\\n `actual`: 1.0\\n`expected`: 6.2\"," + " \"error\": \"square(2.5) (`actual`) not equal to 6.25 (`expected`).\\n\\n `actual`: 1\\n`expected`: 6\"," " \"test_case\": {" " \"name\": \"q2-2\"," " \"code\": \"{\\n testthat::expect_equal(square(2.5), 6.25)\\n}\"," Backtrace: ▆ 1. └─ottr (local) run_test(...) at test_integration.R:30:3 2. └─testthat::expect_equal(...) at test_integration.R:17:5 ── Failure ('test_integration.R:17:5'): components integrate correctly ───────── as.character(...) (`actual`) not equal to paste(readLines(expected_json_path, warn = FALSE), collapse = "\n") (`expected`). lines(actual)[66:72] vs lines(expected)[66:72] " \"test_case_results\": [" " {" " \"passed\": false," - " \"error\": \"length(y) (`actual`) not equal to 3 (`expected`).\\n\\n `actual`: 2.0\\n`expected`: 3.0\"," + " \"error\": \"length(y) (`actual`) not equal to 3 (`expected`).\\n\\n `actual`: 2\\n`expected`: 3\"," " \"test_case\": {" " \"name\": \"q3-1\"," " \"code\": \"{\\n testthat::expect_equal(length(y), 3)\\n}\"," Backtrace: ▆ 1. └─ottr (local) run_test(...) at test_integration.R:33:3 2. └─testthat::expect_equal(...) at test_integration.R:17:5 [ FAIL 2 | WARN 0 | SKIP 0 | PASS 211 ] Error: Test failures Execution halted Flavors: r-devel-linux-x86_64-debian-clang, r-patched-linux-x86_64

Version: 1.5.0
Check: tests
Result: ERROR Running ‘testthat.R’ [3s/5s] 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(ottr) > > test_check("ottr") [ FAIL 2 | WARN 0 | SKIP 0 | PASS 211 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test_integration.R:17:5'): components integrate correctly ───────── as.character(...) (`actual`) not equal to paste(readLines(expected_json_path, warn = FALSE), collapse = "\n") (`expected`). lines(actual)[48:54] vs lines(expected)[48:54] " }," " {" " \"passed\": false," - " \"error\": \"square(2.5) (`actual`) not equal to 6.25 (`expected`).\\n\\n `actual`: 1.0\\n`expected`: 6.2\"," + " \"error\": \"square(2.5) (`actual`) not equal to 6.25 (`expected`).\\n\\n `actual`: 1\\n`expected`: 6\"," " \"test_case\": {" " \"name\": \"q2-2\"," " \"code\": \"{\\n testthat::expect_equal(square(2.5), 6.25)\\n}\"," Backtrace: ▆ 1. └─ottr (local) run_test(...) at test_integration.R:30:3 2. └─testthat::expect_equal(...) at test_integration.R:17:5 ── Failure ('test_integration.R:17:5'): components integrate correctly ───────── as.character(...) (`actual`) not equal to paste(readLines(expected_json_path, warn = FALSE), collapse = "\n") (`expected`). lines(actual)[66:72] vs lines(expected)[66:72] " \"test_case_results\": [" " {" " \"passed\": false," - " \"error\": \"length(y) (`actual`) not equal to 3 (`expected`).\\n\\n `actual`: 2.0\\n`expected`: 3.0\"," + " \"error\": \"length(y) (`actual`) not equal to 3 (`expected`).\\n\\n `actual`: 2\\n`expected`: 3\"," " \"test_case\": {" " \"name\": \"q3-1\"," " \"code\": \"{\\n testthat::expect_equal(length(y), 3)\\n}\"," Backtrace: ▆ 1. └─ottr (local) run_test(...) at test_integration.R:33:3 2. └─testthat::expect_equal(...) at test_integration.R:17:5 [ FAIL 2 | WARN 0 | SKIP 0 | PASS 211 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.5.0
Check: tests
Result: ERROR Running 'testthat.R' [6s] 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(ottr) > > test_check("ottr") [ FAIL 2 | WARN 0 | SKIP 0 | PASS 211 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test_integration.R:17:5'): components integrate correctly ───────── as.character(...) (`actual`) not equal to paste(readLines(expected_json_path, warn = FALSE), collapse = "\n") (`expected`). lines(actual)[48:54] vs lines(expected)[48:54] " }," " {" " \"passed\": false," - " \"error\": \"square(2.5) (`actual`) not equal to 6.25 (`expected`).\\n\\n `actual`: 1.0\\n`expected`: 6.2\"," + " \"error\": \"square(2.5) (`actual`) not equal to 6.25 (`expected`).\\n\\n `actual`: 1\\n`expected`: 6\"," " \"test_case\": {" " \"name\": \"q2-2\"," " \"code\": \"{\\n testthat::expect_equal(square(2.5), 6.25)\\n}\"," Backtrace: ▆ 1. └─ottr (local) run_test(...) at test_integration.R:30:3 2. └─testthat::expect_equal(...) at test_integration.R:17:5 ── Failure ('test_integration.R:17:5'): components integrate correctly ───────── as.character(...) (`actual`) not equal to paste(readLines(expected_json_path, warn = FALSE), collapse = "\n") (`expected`). lines(actual)[66:72] vs lines(expected)[66:72] " \"test_case_results\": [" " {" " \"passed\": false," - " \"error\": \"length(y) (`actual`) not equal to 3 (`expected`).\\n\\n `actual`: 2.0\\n`expected`: 3.0\"," + " \"error\": \"length(y) (`actual`) not equal to 3 (`expected`).\\n\\n `actual`: 2\\n`expected`: 3\"," " \"test_case\": {" " \"name\": \"q3-1\"," " \"code\": \"{\\n testthat::expect_equal(length(y), 3)\\n}\"," Backtrace: ▆ 1. └─ottr (local) run_test(...) at test_integration.R:33:3 2. └─testthat::expect_equal(...) at test_integration.R:17:5 [ FAIL 2 | WARN 0 | SKIP 0 | PASS 211 ] Error: Test failures Execution halted Flavor: r-devel-windows-x86_64

Version: 1.5.0
Check: tests
Result: ERROR Running ‘testthat.R’ [4s/7s] 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(ottr) > > test_check("ottr") [ FAIL 2 | WARN 0 | SKIP 0 | PASS 211 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test_integration.R:17:5'): components integrate correctly ───────── as.character(...) (`actual`) not equal to paste(readLines(expected_json_path, warn = FALSE), collapse = "\n") (`expected`). lines(actual)[48:54] vs lines(expected)[48:54] " }," " {" " \"passed\": false," - " \"error\": \"square(2.5) (`actual`) not equal to 6.25 (`expected`).\\n\\n `actual`: 1.0\\n`expected`: 6.2\"," + " \"error\": \"square(2.5) (`actual`) not equal to 6.25 (`expected`).\\n\\n `actual`: 1\\n`expected`: 6\"," " \"test_case\": {" " \"name\": \"q2-2\"," " \"code\": \"{\\n testthat::expect_equal(square(2.5), 6.25)\\n}\"," Backtrace: ▆ 1. └─ottr (local) run_test(...) at test_integration.R:30:3 2. └─testthat::expect_equal(...) at test_integration.R:17:5 ── Failure ('test_integration.R:17:5'): components integrate correctly ───────── as.character(...) (`actual`) not equal to paste(readLines(expected_json_path, warn = FALSE), collapse = "\n") (`expected`). lines(actual)[66:72] vs lines(expected)[66:72] " \"test_case_results\": [" " {" " \"passed\": false," - " \"error\": \"length(y) (`actual`) not equal to 3 (`expected`).\\n\\n `actual`: 2.0\\n`expected`: 3.0\"," + " \"error\": \"length(y) (`actual`) not equal to 3 (`expected`).\\n\\n `actual`: 2\\n`expected`: 3\"," " \"test_case\": {" " \"name\": \"q3-1\"," " \"code\": \"{\\n testthat::expect_equal(length(y), 3)\\n}\"," Backtrace: ▆ 1. └─ottr (local) run_test(...) at test_integration.R:33:3 2. └─testthat::expect_equal(...) at test_integration.R:17:5 [ FAIL 2 | WARN 0 | SKIP 0 | PASS 211 ] Error: Test failures Execution halted Flavor: r-release-linux-x86_64