CRAN Package Check Results for Package datarobot

Last updated on 2022-05-01 05:51:25 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.18.1 9.68 134.03 143.71 ERROR
r-devel-linux-x86_64-debian-gcc 2.18.1 9.64 94.41 104.05 ERROR
r-devel-linux-x86_64-fedora-clang 2.18.1 171.64 ERROR
r-devel-linux-x86_64-fedora-gcc 2.18.1 155.71 ERROR
r-devel-windows-x86_64 2.18.1 312.00 214.00 526.00 OK
r-patched-linux-x86_64 2.18.1 14.79 127.10 141.89 ERROR
r-release-linux-x86_64 2.18.1 12.43 125.30 137.73 ERROR
r-release-macos-arm64 2.18.1 97.00 OK
r-release-macos-x86_64 2.18.1 239.00 OK
r-release-windows-x86_64 2.18.1 329.00 216.00 545.00 OK
r-oldrel-macos-arm64 2.18.1 98.00 OK
r-oldrel-macos-x86_64 2.18.1 149.00 OK
r-oldrel-windows-ix86+x86_64 2.18.1 13.00 132.00 145.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-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: package dependencies
Result: NOTE
    Packages suggested but not available for checking: 'stubthat', 'doBy'
Flavor: r-devel-linux-x86_64-debian-gcc

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