CRAN Package Check Results for Package polished

Last updated on 2023-01-24 10:51:34 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.7.0 11.11 98.73 109.84 ERROR
r-devel-linux-x86_64-debian-gcc 0.7.0 7.80 72.81 80.61 ERROR
r-devel-linux-x86_64-fedora-clang 0.7.0 142.57 ERROR
r-devel-linux-x86_64-fedora-gcc 0.7.0 143.46 ERROR
r-patched-linux-x86_64 0.7.0 8.35 95.74 104.09 ERROR
r-release-linux-x86_64 0.7.0 12.33 93.02 105.35 ERROR
r-release-macos-arm64 0.7.0 63.00 OK
r-release-macos-x86_64 0.7.0 74.00 OK
r-release-windows-x86_64 0.7.0 101.00 143.00 244.00 ERROR
r-oldrel-macos-arm64 0.7.0 67.00 OK
r-oldrel-macos-x86_64 0.7.0 85.00 OK
r-oldrel-windows-ix86+x86_64 0.7.0 6.00 18.00 24.00 ERROR

Check Details

Version: 0.7.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [6s/23s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(polished)
     > library(httr)
     >
     > test_check("polished")
     Polished API request failed
     Status Code: 400
     Polished API request failed
     Status Code: 400
     Polished API request failed
     Status Code: 500
     Polished API request failed
     Status Code: 400
     Polished API request failed
     Status Code: 400
     Polished API request failed
     Status Code: 400
     Polished API request failed
     Status Code: 405
     [ FAIL 5 | WARN 0 | SKIP 0 | PASS 89 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-api-03-app-users.R:27'): a user can be added/invited to an app - by email ──
     Error: argument "app_uid" is missing, with no default
     Backtrace:
     ▆
     1. └─polished::add_app_user(app_uid = test_app$uid, email = test_user$email) at test-api-03-app-users.R:27:2
     2. └─polished::polished_api_res(resp)
     ── Failure ('test-api-03-app-users.R:70'): can get an app user - by email ──────
     nrow(api_res$content) (`actual`) not equal to 1L (`expected`).
    
     `actual`: 0
     `expected`: 1
     ── Failure ('test-api-03-app-users.R:80'): can get an app user - by user_uid ───
     nrow(api_res$content) (`actual`) not equal to 1L (`expected`).
    
     `actual`: 0
     `expected`: 1
     ── Error ('test-api-03-app-users.R:105'): can update a user ────────────────────
     Error: `user_uid`, `app_uid`, and `is_admin` all cannot be `NULL`
     Backtrace:
     ▆
     1. └─polished::update_app_user(...) at test-api-03-app-users.R:105:2
     2. └─polished::polished_api_res(resp)
     ── Error ('test-api-03-app-users.R:115'): can delete a user ────────────────────
     Error: both `user_uid` and `app_uid` cannot be `NULL`
     Backtrace:
     ▆
     1. └─polished::delete_app_user(user_uid = test_user$uid, app_uid = test_app$uid) at test-api-03-app-users.R:115:2
     2. └─polished::polished_api_res(resp)
    
     [ FAIL 5 | WARN 0 | SKIP 0 | PASS 89 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.7.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [5s/24s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(polished)
     > library(httr)
     >
     > test_check("polished")
     Polished API request failed
     Status Code: 400
     Polished API request failed
     Status Code: 400
     Polished API request failed
     Status Code: 500
     Polished API request failed
     Status Code: 400
     Polished API request failed
     Status Code: 400
     Polished API request failed
     Status Code: 400
     Polished API request failed
     Status Code: 405
     [ FAIL 5 | WARN 0 | SKIP 0 | PASS 89 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-api-03-app-users.R:27'): a user can be added/invited to an app - by email ──
     Error: argument "app_uid" is missing, with no default
     Backtrace:
     ▆
     1. └─polished::add_app_user(app_uid = test_app$uid, email = test_user$email) at test-api-03-app-users.R:27:2
     2. └─polished::polished_api_res(resp)
     ── Failure ('test-api-03-app-users.R:70'): can get an app user - by email ──────
     nrow(api_res$content) (`actual`) not equal to 1L (`expected`).
    
     `actual`: 0
     `expected`: 1
     ── Failure ('test-api-03-app-users.R:80'): can get an app user - by user_uid ───
     nrow(api_res$content) (`actual`) not equal to 1L (`expected`).
    
     `actual`: 0
     `expected`: 1
     ── Error ('test-api-03-app-users.R:105'): can update a user ────────────────────
     Error: `user_uid`, `app_uid`, and `is_admin` all cannot be `NULL`
     Backtrace:
     ▆
     1. └─polished::update_app_user(...) at test-api-03-app-users.R:105:2
     2. └─polished::polished_api_res(resp)
     ── Error ('test-api-03-app-users.R:115'): can delete a user ────────────────────
     Error: both `user_uid` and `app_uid` cannot be `NULL`
     Backtrace:
     ▆
     1. └─polished::delete_app_user(user_uid = test_user$uid, app_uid = test_app$uid) at test-api-03-app-users.R:115:2
     2. └─polished::polished_api_res(resp)
    
     [ FAIL 5 | WARN 0 | SKIP 0 | PASS 89 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.7.0
Check: package dependencies
Result: NOTE
    Imports includes 24 non-default packages.
    Importing from so many packages makes the package vulnerable to any of
    them becoming unavailable. Move as many as possible to Suggests and
    use conditionally.
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.7.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [7s/29s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(polished)
     > library(httr)
     >
     > test_check("polished")
     Polished API request failed
     Status Code: 400
     Polished API request failed
     Status Code: 400
     Polished API request failed
     Status Code: 500
     Polished API request failed
     Status Code: 400
     Polished API request failed
     Status Code: 400
     Polished API request failed
     Status Code: 400
     Polished API request failed
     Status Code: 405
     [ FAIL 5 | WARN 0 | SKIP 0 | PASS 89 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-api-03-app-users.R:27'): a user can be added/invited to an app - by email ──
     Error: argument "app_uid" is missing, with no default
     Backtrace:
     ▆
     1. └─polished::add_app_user(app_uid = test_app$uid, email = test_user$email) at test-api-03-app-users.R:27:2
     2. └─polished::polished_api_res(resp)
     ── Failure ('test-api-03-app-users.R:70'): can get an app user - by email ──────
     nrow(api_res$content) (`actual`) not equal to 1L (`expected`).
    
     `actual`: 0
     `expected`: 1
     ── Failure ('test-api-03-app-users.R:80'): can get an app user - by user_uid ───
     nrow(api_res$content) (`actual`) not equal to 1L (`expected`).
    
     `actual`: 0
     `expected`: 1
     ── Error ('test-api-03-app-users.R:105'): can update a user ────────────────────
     Error: `user_uid`, `app_uid`, and `is_admin` all cannot be `NULL`
     Backtrace:
     ▆
     1. └─polished::update_app_user(...) at test-api-03-app-users.R:105:2
     2. └─polished::polished_api_res(resp)
     ── Error ('test-api-03-app-users.R:115'): can delete a user ────────────────────
     Error: both `user_uid` and `app_uid` cannot be `NULL`
     Backtrace:
     ▆
     1. └─polished::delete_app_user(user_uid = test_user$uid, app_uid = test_app$uid) at test-api-03-app-users.R:115:2
     2. └─polished::polished_api_res(resp)
    
     [ FAIL 5 | WARN 0 | SKIP 0 | PASS 89 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.7.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [7s/22s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(polished)
     > library(httr)
     >
     > test_check("polished")
     Polished API request failed
     Status Code: 400
     Polished API request failed
     Status Code: 400
     Polished API request failed
     Status Code: 500
     Polished API request failed
     Status Code: 400
     Polished API request failed
     Status Code: 400
     Polished API request failed
     Status Code: 400
     Polished API request failed
     Status Code: 405
     [ FAIL 5 | WARN 0 | SKIP 0 | PASS 89 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-api-03-app-users.R:27'): a user can be added/invited to an app - by email ──
     Error: argument "app_uid" is missing, with no default
     Backtrace:
     ▆
     1. └─polished::add_app_user(app_uid = test_app$uid, email = test_user$email) at test-api-03-app-users.R:27:2
     2. └─polished::polished_api_res(resp)
     ── Failure ('test-api-03-app-users.R:70'): can get an app user - by email ──────
     nrow(api_res$content) (`actual`) not equal to 1L (`expected`).
    
     `actual`: 0
     `expected`: 1
     ── Failure ('test-api-03-app-users.R:80'): can get an app user - by user_uid ───
     nrow(api_res$content) (`actual`) not equal to 1L (`expected`).
    
     `actual`: 0
     `expected`: 1
     ── Error ('test-api-03-app-users.R:105'): can update a user ────────────────────
     Error: `user_uid`, `app_uid`, and `is_admin` all cannot be `NULL`
     Backtrace:
     ▆
     1. └─polished::update_app_user(...) at test-api-03-app-users.R:105:2
     2. └─polished::polished_api_res(resp)
     ── Error ('test-api-03-app-users.R:115'): can delete a user ────────────────────
     Error: both `user_uid` and `app_uid` cannot be `NULL`
     Backtrace:
     ▆
     1. └─polished::delete_app_user(user_uid = test_user$uid, app_uid = test_app$uid) at test-api-03-app-users.R:115:2
     2. └─polished::polished_api_res(resp)
    
     [ FAIL 5 | WARN 0 | SKIP 0 | PASS 89 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.7.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [6s/28s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(polished)
     > library(httr)
     >
     > test_check("polished")
     Polished API request failed
     Status Code: 400
     Polished API request failed
     Status Code: 400
     Polished API request failed
     Status Code: 500
     Polished API request failed
     Status Code: 400
     Polished API request failed
     Status Code: 400
     Polished API request failed
     Status Code: 400
     Polished API request failed
     Status Code: 405
     [ FAIL 5 | WARN 0 | SKIP 0 | PASS 89 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-api-03-app-users.R:27'): a user can be added/invited to an app - by email ──
     Error: argument "app_uid" is missing, with no default
     Backtrace:
     ▆
     1. └─polished::add_app_user(app_uid = test_app$uid, email = test_user$email) at test-api-03-app-users.R:27:2
     2. └─polished::polished_api_res(resp)
     ── Failure ('test-api-03-app-users.R:70'): can get an app user - by email ──────
     nrow(api_res$content) (`actual`) not equal to 1L (`expected`).
    
     `actual`: 0
     `expected`: 1
     ── Failure ('test-api-03-app-users.R:80'): can get an app user - by user_uid ───
     nrow(api_res$content) (`actual`) not equal to 1L (`expected`).
    
     `actual`: 0
     `expected`: 1
     ── Error ('test-api-03-app-users.R:105'): can update a user ────────────────────
     Error: `user_uid`, `app_uid`, and `is_admin` all cannot be `NULL`
     Backtrace:
     ▆
     1. └─polished::update_app_user(...) at test-api-03-app-users.R:105:2
     2. └─polished::polished_api_res(resp)
     ── Error ('test-api-03-app-users.R:115'): can delete a user ────────────────────
     Error: both `user_uid` and `app_uid` cannot be `NULL`
     Backtrace:
     ▆
     1. └─polished::delete_app_user(user_uid = test_user$uid, app_uid = test_app$uid) at test-api-03-app-users.R:115:2
     2. └─polished::polished_api_res(resp)
    
     [ FAIL 5 | WARN 0 | SKIP 0 | PASS 89 ]
     Error: Test failures
     Execution halted
Flavor: r-patched-linux-x86_64

Version: 0.7.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [6s/22s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(polished)
     > library(httr)
     >
     > test_check("polished")
     Polished API request failed
     Status Code: 400
     Polished API request failed
     Status Code: 400
     Polished API request failed
     Status Code: 500
     Polished API request failed
     Status Code: 400
     Polished API request failed
     Status Code: 400
     Polished API request failed
     Status Code: 400
     Polished API request failed
     Status Code: 405
     [ FAIL 5 | WARN 0 | SKIP 0 | PASS 89 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-api-03-app-users.R:27'): a user can be added/invited to an app - by email ──
     Error: argument "app_uid" is missing, with no default
     Backtrace:
     ▆
     1. └─polished::add_app_user(app_uid = test_app$uid, email = test_user$email) at test-api-03-app-users.R:27:2
     2. └─polished::polished_api_res(resp)
     ── Failure ('test-api-03-app-users.R:70'): can get an app user - by email ──────
     nrow(api_res$content) (`actual`) not equal to 1L (`expected`).
    
     `actual`: 0
     `expected`: 1
     ── Failure ('test-api-03-app-users.R:80'): can get an app user - by user_uid ───
     nrow(api_res$content) (`actual`) not equal to 1L (`expected`).
    
     `actual`: 0
     `expected`: 1
     ── Error ('test-api-03-app-users.R:105'): can update a user ────────────────────
     Error: `user_uid`, `app_uid`, and `is_admin` all cannot be `NULL`
     Backtrace:
     ▆
     1. └─polished::update_app_user(...) at test-api-03-app-users.R:105:2
     2. └─polished::polished_api_res(resp)
     ── Error ('test-api-03-app-users.R:115'): can delete a user ────────────────────
     Error: both `user_uid` and `app_uid` cannot be `NULL`
     Backtrace:
     ▆
     1. └─polished::delete_app_user(user_uid = test_user$uid, app_uid = test_app$uid) at test-api-03-app-users.R:115:2
     2. └─polished::polished_api_res(resp)
    
     [ FAIL 5 | WARN 0 | SKIP 0 | PASS 89 ]
     Error: Test failures
     Execution halted
Flavor: r-release-linux-x86_64

Version: 0.7.0
Check: tests
Result: ERROR
     Running 'testthat.R' [20s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(polished)
     > library(httr)
     >
     > test_check("polished")
     Polished API request failed
     Status Code: 400
     Polished API request failed
     Status Code: 400
     Polished API request failed
     Status Code: 500
     Polished API request failed
     Status Code: 400
     Polished API request failed
     Status Code: 400
     Polished API request failed
     Status Code: 400
     Polished API request failed
     Status Code: 405
     [ FAIL 5 | WARN 0 | SKIP 0 | PASS 89 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-api-03-app-users.R:27'): a user can be added/invited to an app - by email ──
     Error: argument "app_uid" is missing, with no default
     Backtrace:
     ▆
     1. └─polished::add_app_user(app_uid = test_app$uid, email = test_user$email) at test-api-03-app-users.R:27:2
     2. └─polished::polished_api_res(resp)
     ── Failure ('test-api-03-app-users.R:70'): can get an app user - by email ──────
     nrow(api_res$content) (`actual`) not equal to 1L (`expected`).
    
     `actual`: 0
     `expected`: 1
     ── Failure ('test-api-03-app-users.R:80'): can get an app user - by user_uid ───
     nrow(api_res$content) (`actual`) not equal to 1L (`expected`).
    
     `actual`: 0
     `expected`: 1
     ── Error ('test-api-03-app-users.R:105'): can update a user ────────────────────
     Error: `user_uid`, `app_uid`, and `is_admin` all cannot be `NULL`
     Backtrace:
     ▆
     1. └─polished::update_app_user(...) at test-api-03-app-users.R:105:2
     2. └─polished::polished_api_res(resp)
     ── Error ('test-api-03-app-users.R:115'): can delete a user ────────────────────
     Error: both `user_uid` and `app_uid` cannot be `NULL`
     Backtrace:
     ▆
     1. └─polished::delete_app_user(user_uid = test_user$uid, app_uid = test_app$uid) at test-api-03-app-users.R:115:2
     2. └─polished::polished_api_res(resp)
    
     [ FAIL 5 | WARN 0 | SKIP 0 | PASS 89 ]
     Error: Test failures
     Execution halted
Flavor: r-release-windows-x86_64

Version: 0.7.0
Check: whether package can be installed
Result: ERROR
    Installation failed.
Flavor: r-oldrel-windows-ix86+x86_64