CRAN Package Check Results for Package datarobot

Last updated on 2022-04-24 03:52:23 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.18.1 11.09 135.81 146.90 ERROR
r-devel-linux-x86_64-debian-gcc 2.18.1 7.44 99.87 107.31 ERROR
r-devel-linux-x86_64-fedora-clang 2.18.1 174.23 ERROR
r-devel-linux-x86_64-fedora-gcc 2.18.1 155.71 ERROR
r-patched-linux-x86_64 2.18.1 11.78 129.85 141.63 ERROR
r-release-linux-x86_64 2.18.1 9.50 134.82 144.32 ERROR
r-release-macos-arm64 2.18.1 OK
r-release-macos-x86_64 2.18.1 OK
r-release-windows-x86_64 2.18.1 272.00 212.00 484.00 OK
r-oldrel-macos-arm64 2.18.1 OK
r-oldrel-macos-x86_64 2.18.1 OK
r-oldrel-windows-ix86+x86_64 2.18.1 19.00 172.00 191.00 OK

Additional issues

noSuggests

Check Details

Version: 2.18.1
Check: package dependencies
Result: NOTE
    Package suggested but not available for checking: 'stubthat'
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-patched-linux-x86_64, r-release-linux-x86_64

Version: 2.18.1
Check: tests
Result: ERROR
     Running 'testthat.R' [2s/2s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(datarobot)
     Did not connect to DataRobot on package startup. Use `ConnectToDataRobot`.
     To connect by default on startup, you can put a config file at: /home/hornik/.config/datarobot/drconfig.yaml
     >
     > test_check("datarobot")
     [ FAIL 5 | WARN 0 | SKIP 0 | PASS 0 ]
    
     == Failed tests ================================================================
     -- Error (test-CreateGroupPartition.R:2:1): (code run outside of `test_that()`) --
     <packageNotFoundError/error/condition>
     Error in `library(stubthat)`: there is no package called 'stubthat'
     Backtrace:
     x
     1. \-base::library(stubthat) at test-CreateGroupPartition.R:2:0
     -- Error (test-CreateRandomPartition.R:2:1): (code run outside of `test_that()`) --
     <packageNotFoundError/error/condition>
     Error in `library(stubthat)`: there is no package called 'stubthat'
     Backtrace:
     x
     1. \-base::library(stubthat) at test-CreateRandomPartition.R:2:0
     -- Error (test-CreateStratifiedPartition.R:2:1): (code run outside of `test_that()`) --
     <packageNotFoundError/error/condition>
     Error in `library(stubthat)`: there is no package called 'stubthat'
     Backtrace:
     x
     1. \-base::library(stubthat) at test-CreateStratifiedPartition.R:2:0
     -- Error (test-CreateUserPartition.R:2:1): (code run outside of `test_that()`) --
     <packageNotFoundError/error/condition>
     Error in `library(stubthat)`: there is no package called 'stubthat'
     Backtrace:
     x
     1. \-base::library(stubthat) at test-CreateUserPartition.R:2:0
     -- Error (test-StartAutopilot.R:1:1): (code run outside of `test_that()`) ------
     <packageNotFoundError/error/condition>
     Error in `library(stubthat)`: there is no package called 'stubthat'
     Backtrace:
     x
     1. \-base::library(stubthat) at test-StartAutopilot.R:1:0
    
     [ FAIL 5 | WARN 0 | SKIP 0 | PASS 0 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-clang

Version: 2.18.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [1s/2s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(datarobot)
     Did not connect to DataRobot on package startup. Use `ConnectToDataRobot`.
     To connect by default on startup, you can put a config file at: /home/hornik/.config/datarobot/drconfig.yaml
     >
     > test_check("datarobot")
     [ FAIL 5 | WARN 0 | SKIP 0 | PASS 0 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error (test-CreateGroupPartition.R:2:1): (code run outside of `test_that()`) ──
     <packageNotFoundError/error/condition>
     Error in `library(stubthat)`: there is no package called 'stubthat'
     Backtrace:
     ▆
     1. └─base::library(stubthat) at test-CreateGroupPartition.R:2:0
     ── Error (test-CreateRandomPartition.R:2:1): (code run outside of `test_that()`) ──
     <packageNotFoundError/error/condition>
     Error in `library(stubthat)`: there is no package called 'stubthat'
     Backtrace:
     ▆
     1. └─base::library(stubthat) at test-CreateRandomPartition.R:2:0
     ── Error (test-CreateStratifiedPartition.R:2:1): (code run outside of `test_that()`) ──
     <packageNotFoundError/error/condition>
     Error in `library(stubthat)`: there is no package called 'stubthat'
     Backtrace:
     ▆
     1. └─base::library(stubthat) at test-CreateStratifiedPartition.R:2:0
     ── Error (test-CreateUserPartition.R:2:1): (code run outside of `test_that()`) ──
     <packageNotFoundError/error/condition>
     Error in `library(stubthat)`: there is no package called 'stubthat'
     Backtrace:
     ▆
     1. └─base::library(stubthat) at test-CreateUserPartition.R:2:0
     ── Error (test-StartAutopilot.R:1:1): (code run outside of `test_that()`) ──────
     <packageNotFoundError/error/condition>
     Error in `library(stubthat)`: there is no package called 'stubthat'
     Backtrace:
     ▆
     1. └─base::library(stubthat) at test-StartAutopilot.R:1:0
    
     [ FAIL 5 | WARN 0 | SKIP 0 | PASS 0 ]
     Error: Test failures
     Execution halted
Flavors: r-devel-linux-x86_64-debian-gcc, r-release-linux-x86_64

Version: 2.18.1
Check: tests
Result: ERROR
     Running ‘testthat.R’
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(datarobot)
     Did not connect to DataRobot on package startup. Use `ConnectToDataRobot`.
     To connect by default on startup, you can put a config file at: /data/gannet/ripley/.config/datarobot/drconfig.yaml
     >
     > test_check("datarobot")
     [ FAIL 5 | WARN 0 | SKIP 0 | PASS 0 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error (test-CreateGroupPartition.R:2:1): (code run outside of `test_that()`) ──
     <packageNotFoundError/error/condition>
     Error in `library(stubthat)`: there is no package called 'stubthat'
     Backtrace:
     ▆
     1. └─base::library(stubthat) at test-CreateGroupPartition.R:2:0
     ── Error (test-CreateRandomPartition.R:2:1): (code run outside of `test_that()`) ──
     <packageNotFoundError/error/condition>
     Error in `library(stubthat)`: there is no package called 'stubthat'
     Backtrace:
     ▆
     1. └─base::library(stubthat) at test-CreateRandomPartition.R:2:0
     ── Error (test-CreateStratifiedPartition.R:2:1): (code run outside of `test_that()`) ──
     <packageNotFoundError/error/condition>
     Error in `library(stubthat)`: there is no package called 'stubthat'
     Backtrace:
     ▆
     1. └─base::library(stubthat) at test-CreateStratifiedPartition.R:2:0
     ── Error (test-CreateUserPartition.R:2:1): (code run outside of `test_that()`) ──
     <packageNotFoundError/error/condition>
     Error in `library(stubthat)`: there is no package called 'stubthat'
     Backtrace:
     ▆
     1. └─base::library(stubthat) at test-CreateUserPartition.R:2:0
     ── Error (test-StartAutopilot.R:1:1): (code run outside of `test_that()`) ──────
     <packageNotFoundError/error/condition>
     Error in `library(stubthat)`: there is no package called 'stubthat'
     Backtrace:
     ▆
     1. └─base::library(stubthat) at test-StartAutopilot.R:1:0
    
     [ FAIL 5 | WARN 0 | SKIP 0 | PASS 0 ]
     Error: Test failures
     Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 2.18.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [2s/2s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(datarobot)
     Did not connect to DataRobot on package startup. Use `ConnectToDataRobot`.
     To connect by default on startup, you can put a config file at: /home/hornik/.config/datarobot/drconfig.yaml
     >
     > test_check("datarobot")
     [ FAIL 5 | WARN 0 | SKIP 0 | PASS 0 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error (test-CreateGroupPartition.R:2:1): (code run outside of `test_that()`) ──
     <packageNotFoundError/error/condition>
     Error in `library(stubthat)`: there is no package called 'stubthat'
     Backtrace:
     ▆
     1. └─base::library(stubthat) at test-CreateGroupPartition.R:2:0
     ── Error (test-CreateRandomPartition.R:2:1): (code run outside of `test_that()`) ──
     <packageNotFoundError/error/condition>
     Error in `library(stubthat)`: there is no package called 'stubthat'
     Backtrace:
     ▆
     1. └─base::library(stubthat) at test-CreateRandomPartition.R:2:0
     ── Error (test-CreateStratifiedPartition.R:2:1): (code run outside of `test_that()`) ──
     <packageNotFoundError/error/condition>
     Error in `library(stubthat)`: there is no package called 'stubthat'
     Backtrace:
     ▆
     1. └─base::library(stubthat) at test-CreateStratifiedPartition.R:2:0
     ── Error (test-CreateUserPartition.R:2:1): (code run outside of `test_that()`) ──
     <packageNotFoundError/error/condition>
     Error in `library(stubthat)`: there is no package called 'stubthat'
     Backtrace:
     ▆
     1. └─base::library(stubthat) at test-CreateUserPartition.R:2:0
     ── Error (test-StartAutopilot.R:1:1): (code run outside of `test_that()`) ──────
     <packageNotFoundError/error/condition>
     Error in `library(stubthat)`: there is no package called 'stubthat'
     Backtrace:
     ▆
     1. └─base::library(stubthat) at test-StartAutopilot.R:1:0
    
     [ FAIL 5 | WARN 0 | SKIP 0 | PASS 0 ]
     Error: Test failures
     Execution halted
Flavor: r-patched-linux-x86_64