CRAN Package Check Results for Package kofdata

Last updated on 2021-03-04 08:49:58 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.4 2.76 32.55 35.31 ERROR
r-devel-linux-x86_64-debian-gcc 0.1.4 2.26 24.75 27.01 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.4 50.39 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.4 40.08 ERROR
r-devel-windows-ix86+x86_64 0.1.4 7.00 58.00 65.00 ERROR
r-patched-linux-x86_64 0.1.4 2.73 30.70 33.43 ERROR
r-patched-solaris-x86 0.1.4 62.20 ERROR
r-release-linux-x86_64 0.1.4 2.55 30.62 33.17 ERROR
r-release-macos-x86_64 0.1.4 OK
r-release-windows-ix86+x86_64 0.1.4 5.00 39.00 44.00 ERROR
r-oldrel-macos-x86_64 0.1.4 OK
r-oldrel-windows-ix86+x86_64 0.1.4 5.00 48.00 53.00 ERROR

Check Details

Version: 0.1.4
Check: examples
Result: ERROR
    Running examples in 'kofdata-Ex.R' failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: list_available_sets
    > ### Title: List Available Set Names and Their Description
    > ### Aliases: list_available_sets
    >
    > ### ** Examples
    >
    > list_available_sets()
    Error in (function (..., row.names = NULL, check.rows = FALSE, check.names = TRUE, :
     arguments imply differing number of rows: 1, 0
    Calls: list_available_sets ... as.data.frame -> as.data.frame.list -> do.call -> <Anonymous>
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.1.4
Check: tests
Result: ERROR
     Running 'testthat.R' [3s/5s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(kofdata)
     Loading required package: jsonlite
     Loading required package: httr
     >
     > test_check("kofdata")
     == Failed tests ================================================================
     -- Error (test_list_keys.R:5:3): list_keys_in_set works ------------------------
     Error: arguments imply differing number of rows: 1, 0
     Backtrace:
     x
     1. \-kofdata::list_available_sets() test_list_keys.R:5:2
     2. \-base::data.frame(...)
     3. +-base::as.data.frame(x[[i]], optional = TRUE, stringsAsFactors = stringsAsFactors)
     4. \-base::as.data.frame.list(x[[i]], optional = TRUE, stringsAsFactors = stringsAsFactors)
     5. +-base::do.call(data.frame, c(x, alis))
     6. \-(function (..., row.names = NULL, check.rows = FALSE, check.names = TRUE, ...
     -- Error (test_list_sets.R:5:3): list_available_sets works ---------------------
     Error: arguments imply differing number of rows: 1, 0
     Backtrace:
     x
     1. \-kofdata::list_available_sets() test_list_sets.R:5:2
     2. \-base::data.frame(...)
     3. +-base::as.data.frame(x[[i]], optional = TRUE, stringsAsFactors = stringsAsFactors)
     4. \-base::as.data.frame.list(x[[i]], optional = TRUE, stringsAsFactors = stringsAsFactors)
     5. +-base::do.call(data.frame, c(x, alis))
     6. \-(function (..., row.names = NULL, check.rows = FALSE, check.names = TRUE, ...
    
     [ FAIL 2 | WARN 0 | SKIP 0 | PASS 15 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.1.4
Check: tests
Result: ERROR
     Running ‘testthat.R’ [3s/4s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(kofdata)
     Loading required package: jsonlite
     Loading required package: httr
     >
     > test_check("kofdata")
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error (test_list_keys.R:5:3): list_keys_in_set works ────────────────────────
     Error: arguments imply differing number of rows: 1, 0
     Backtrace:
     █
     1. └─kofdata::list_available_sets() test_list_keys.R:5:2
     2. └─base::data.frame(...)
     3. ├─base::as.data.frame(x[[i]], optional = TRUE, stringsAsFactors = stringsAsFactors)
     4. └─base::as.data.frame.list(x[[i]], optional = TRUE, stringsAsFactors = stringsAsFactors)
     5. ├─base::do.call(data.frame, c(x, alis))
     6. └─(function (..., row.names = NULL, check.rows = FALSE, check.names = TRUE, ...
     ── Error (test_list_sets.R:5:3): list_available_sets works ─────────────────────
     Error: arguments imply differing number of rows: 1, 0
     Backtrace:
     █
     1. └─kofdata::list_available_sets() test_list_sets.R:5:2
     2. └─base::data.frame(...)
     3. ├─base::as.data.frame(x[[i]], optional = TRUE, stringsAsFactors = stringsAsFactors)
     4. └─base::as.data.frame.list(x[[i]], optional = TRUE, stringsAsFactors = stringsAsFactors)
     5. ├─base::do.call(data.frame, c(x, alis))
     6. └─(function (..., row.names = NULL, check.rows = FALSE, check.names = TRUE, ...
    
     [ FAIL 2 | WARN 0 | SKIP 0 | PASS 15 ]
     Error: Test failures
     Execution halted
Flavors: r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64

Version: 0.1.4
Check: examples
Result: ERROR
    Running examples in ‘kofdata-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: list_available_sets
    > ### Title: List Available Set Names and Their Description
    > ### Aliases: list_available_sets
    >
    > ### ** Examples
    >
    > list_available_sets()
    Error in (function (..., row.names = NULL, check.rows = FALSE, check.names = TRUE, :
     arguments imply differing number of rows: 1, 0
    Calls: list_available_sets ... as.data.frame -> as.data.frame.list -> do.call -> <Anonymous>
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-patched-solaris-x86, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64

Version: 0.1.4
Check: tests
Result: ERROR
     Running ‘testthat.R’
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(kofdata)
     Loading required package: jsonlite
     Loading required package: httr
     >
     > test_check("kofdata")
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error (test_list_keys.R:5:3): list_keys_in_set works ────────────────────────
     Error: arguments imply differing number of rows: 1, 0
     Backtrace:
     █
     1. └─kofdata::list_available_sets() test_list_keys.R:5:2
     2. └─base::data.frame(...)
     3. ├─base::as.data.frame(x[[i]], optional = TRUE, stringsAsFactors = stringsAsFactors)
     4. └─base::as.data.frame.list(x[[i]], optional = TRUE, stringsAsFactors = stringsAsFactors)
     5. ├─base::do.call(data.frame, c(x, alis))
     6. └─(function (..., row.names = NULL, check.rows = FALSE, check.names = TRUE, ...
     ── Error (test_list_sets.R:5:3): list_available_sets works ─────────────────────
     Error: arguments imply differing number of rows: 1, 0
     Backtrace:
     █
     1. └─kofdata::list_available_sets() test_list_sets.R:5:2
     2. └─base::data.frame(...)
     3. ├─base::as.data.frame(x[[i]], optional = TRUE, stringsAsFactors = stringsAsFactors)
     4. └─base::as.data.frame.list(x[[i]], optional = TRUE, stringsAsFactors = stringsAsFactors)
     5. ├─base::do.call(data.frame, c(x, alis))
     6. └─(function (..., row.names = NULL, check.rows = FALSE, check.names = TRUE, ...
    
     [ FAIL 2 | WARN 0 | SKIP 0 | PASS 15 ]
     Error: Test failures
     Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.1.4
Check: tests
Result: ERROR
     Running 'testthat.R' [6s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(kofdata)
     Loading required package: jsonlite
     Loading required package: httr
     >
     > test_check("kofdata")
     == Failed tests ================================================================
     -- Error (test_list_keys.R:5:3): list_keys_in_set works ------------------------
     Error: arguments imply differing number of rows: 1, 0
     Backtrace:
     x
     1. \-kofdata::list_available_sets() test_list_keys.R:5:2
     2. \-base::data.frame(...)
     3. +-base::as.data.frame(x[[i]], optional = TRUE, stringsAsFactors = stringsAsFactors)
     4. \-base::as.data.frame.list(x[[i]], optional = TRUE, stringsAsFactors = stringsAsFactors)
     5. +-base::do.call(data.frame, c(x, alis))
     6. \-(function (..., row.names = NULL, check.rows = FALSE, check.names = TRUE, ...
     -- Error (test_list_sets.R:5:3): list_available_sets works ---------------------
     Error: arguments imply differing number of rows: 1, 0
     Backtrace:
     x
     1. \-kofdata::list_available_sets() test_list_sets.R:5:2
     2. \-base::data.frame(...)
     3. +-base::as.data.frame(x[[i]], optional = TRUE, stringsAsFactors = stringsAsFactors)
     4. \-base::as.data.frame.list(x[[i]], optional = TRUE, stringsAsFactors = stringsAsFactors)
     5. +-base::do.call(data.frame, c(x, alis))
     6. \-(function (..., row.names = NULL, check.rows = FALSE, check.names = TRUE, ...
    
     [ FAIL 2 | WARN 0 | SKIP 0 | PASS 15 ]
     Error: Test failures
     Execution halted
Flavors: r-devel-windows-ix86+x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64

Version: 0.1.4
Check: tests
Result: ERROR
     Running ‘testthat.R’ [7s/19s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(kofdata)
     Loading required package: jsonlite
     Loading required package: httr
     >
     > test_check("kofdata")
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error (test_list_keys.R:5:3): list_keys_in_set works ────────────────────────
     Error: arguments imply differing number of rows: 1, 0
     Backtrace:
     █
     1. └─kofdata::list_available_sets() test_list_keys.R:5:2
     2. └─base::data.frame(...)
     3. ├─base::as.data.frame(x[[i]], optional = TRUE, stringsAsFactors = stringsAsFactors)
     4. └─base::as.data.frame.list(x[[i]], optional = TRUE, stringsAsFactors = stringsAsFactors)
     5. ├─base::do.call(data.frame, c(x, alis))
     6. └─(function (..., row.names = NULL, check.rows = FALSE, check.names = TRUE, ...
     ── Error (test_list_sets.R:5:3): list_available_sets works ─────────────────────
     Error: arguments imply differing number of rows: 1, 0
     Backtrace:
     █
     1. └─kofdata::list_available_sets() test_list_sets.R:5:2
     2. └─base::data.frame(...)
     3. ├─base::as.data.frame(x[[i]], optional = TRUE, stringsAsFactors = stringsAsFactors)
     4. └─base::as.data.frame.list(x[[i]], optional = TRUE, stringsAsFactors = stringsAsFactors)
     5. ├─base::do.call(data.frame, c(x, alis))
     6. └─(function (..., row.names = NULL, check.rows = FALSE, check.names = TRUE, ...
    
     [ FAIL 2 | WARN 0 | SKIP 0 | PASS 15 ]
     Error: Test failures
     Execution halted
Flavor: r-patched-solaris-x86

Version: 0.1.4
Check: tests
Result: ERROR
     Running ‘testthat.R’ [3s/5s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(kofdata)
     Loading required package: jsonlite
     Loading required package: httr
     >
     > test_check("kofdata")
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error (test_list_keys.R:5:3): list_keys_in_set works ────────────────────────
     Error: arguments imply differing number of rows: 1, 0
     Backtrace:
     █
     1. └─kofdata::list_available_sets() test_list_keys.R:5:2
     2. └─base::data.frame(...)
     3. ├─base::as.data.frame(x[[i]], optional = TRUE, stringsAsFactors = stringsAsFactors)
     4. └─base::as.data.frame.list(x[[i]], optional = TRUE, stringsAsFactors = stringsAsFactors)
     5. ├─base::do.call(data.frame, c(x, alis))
     6. └─(function (..., row.names = NULL, check.rows = FALSE, check.names = TRUE, ...
     ── Error (test_list_sets.R:5:3): list_available_sets works ─────────────────────
     Error: arguments imply differing number of rows: 1, 0
     Backtrace:
     █
     1. └─kofdata::list_available_sets() test_list_sets.R:5:2
     2. └─base::data.frame(...)
     3. ├─base::as.data.frame(x[[i]], optional = TRUE, stringsAsFactors = stringsAsFactors)
     4. └─base::as.data.frame.list(x[[i]], optional = TRUE, stringsAsFactors = stringsAsFactors)
     5. ├─base::do.call(data.frame, c(x, alis))
     6. └─(function (..., row.names = NULL, check.rows = FALSE, check.names = TRUE, ...
    
     [ FAIL 2 | WARN 0 | SKIP 0 | PASS 15 ]
     Error: Test failures
     Execution halted
Flavor: r-release-linux-x86_64