CRAN Package Check Results for Package xlm

Last updated on 2019-02-10 07:47:12 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.1 4.48 40.64 45.12 ERROR
r-devel-linux-x86_64-debian-gcc 0.1.1 3.83 27.73 31.56 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.1 47.57 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.1 46.29 ERROR
r-devel-windows-ix86+x86_64 0.1.1 7.00 92.00 99.00 ERROR
r-patched-linux-x86_64 0.1.1 4.19 32.59 36.78 ERROR
r-patched-solaris-x86 0.1.1 61.30 ERROR
r-release-linux-x86_64 0.1.1 3.70 32.03 35.73 ERROR
r-release-windows-ix86+x86_64 0.1.1 10.00 104.00 114.00 ERROR
r-release-osx-x86_64 0.1.1 NOTE
r-oldrel-windows-ix86+x86_64 0.1.1 8.00 74.00 82.00 ERROR
r-oldrel-osx-x86_64 0.1.1 NOTE

Check Details

Version: 0.1.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [8s/21s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(xlm)
     >
     > test_check("xlm")
     ── 1. Failure: Error handling for bad public key. (@test-getEffects_Account.R#32
     `getEffects_Account(invalid_pk, domain = domain, data.table = FALSE)` did not throw an error.
    
     ── 2. Failure: Error handling for bad public key. (@test-getOffers_Account.R#34)
     exists("_links", a4) isn't true.
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     OK: 271 SKIPPED: 0 FAILED: 2
     1. Failure: Error handling for bad public key. (@test-getEffects_Account.R#32)
     2. Failure: Error handling for bad public key. (@test-getOffers_Account.R#34)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.1.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [4s/26s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(xlm)
     >
     > test_check("xlm")
     ── 1. Failure: Error handling for bad public key. (@test-getEffects_Account.R#32
     `getEffects_Account(invalid_pk, domain = domain, data.table = FALSE)` did not throw an error.
    
     ── 2. Failure: Error handling for bad public key. (@test-getOffers_Account.R#34)
     exists("_links", a4) isn't true.
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     OK: 271 SKIPPED: 0 FAILED: 2
     1. Failure: Error handling for bad public key. (@test-getEffects_Account.R#32)
     2. Failure: Error handling for bad public key. (@test-getOffers_Account.R#34)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.1
Check: dependencies in R code
Result: NOTE
    Namespaces in Imports field not imported from:
     ‘methods’ ‘stats’
     All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-osx-x86_64, r-oldrel-osx-x86_64

Version: 0.1.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [5s/20s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(xlm)
     >
     > test_check("xlm")
     OMP: Warning #96: Cannot form a team with 24 threads, using 2 instead.
     OMP: Hint Consider unsetting KMP_DEVICE_THREAD_LIMIT (KMP_ALL_THREADS), KMP_TEAMS_THREAD_LIMIT, and OMP_THREAD_LIMIT (if any are set).
     ── 1. Failure: Error handling for bad public key. (@test-getEffects_Account.R#32
     `getEffects_Account(invalid_pk, domain = domain, data.table = FALSE)` did not throw an error.
    
     ── 2. Failure: Error handling for bad public key. (@test-getOffers_Account.R#34)
     exists("_links", a4) isn't true.
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     OK: 271 SKIPPED: 0 FAILED: 2
     1. Failure: Error handling for bad public key. (@test-getEffects_Account.R#32)
     2. Failure: Error handling for bad public key. (@test-getOffers_Account.R#34)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.1.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [4s/26s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(xlm)
     >
     > test_check("xlm")
     ── 1. Failure: Error handling for bad public key. (@test-getEffects_Account.R#32
     `getEffects_Account(invalid_pk, domain = domain, data.table = FALSE)` did not throw an error.
    
     ── 2. Error: The first 20 ledgers from the network can be pulled. (@test-getLedg
     column or argument 3 is NULL
     1: getLedgers(n, domain = domain) at testthat/test-getLedgers.R:7
     2: listToDF(response)
     3: lapply(records_no_links, function(record) {
     find_nested_structures = sapply(record, length)
     if (all(find_nested_structures == 1) || is_trade_agg)
     return(NULL)
     inds = which(find_nested_structures > 1)
     return(data.table(id = ifelse(is.null(record$id), record$asset_code, record$id),
     field = rep(names(record)[inds], find_nested_structures[inds]), value = unlist(record[inds])))
     })
     4: FUN(X[[i]], ...)
     5: data.table(id = ifelse(is.null(record$id), record$asset_code, record$id), field = rep(names(record)[inds],
     find_nested_structures[inds]), value = unlist(record[inds]))
     6: stop("column or argument ", i, " is NULL")
    
     ── 3. Failure: Error handling for bad public key. (@test-getOffers_Account.R#34)
     exists("_links", a4) isn't true.
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     OK: 267 SKIPPED: 0 FAILED: 3
     1. Failure: Error handling for bad public key. (@test-getEffects_Account.R#32)
     2. Error: The first 20 ledgers from the network can be pulled. (@test-getLedgers.R#7)
     3. Failure: Error handling for bad public key. (@test-getOffers_Account.R#34)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.1.1
Check: tests
Result: ERROR
     Running 'testthat.R' [25s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(xlm)
     >
     > test_check("xlm")
     -- 1. Failure: Error handling for bad public key. (@test-getEffects_Account.R#32
     `getEffects_Account(invalid_pk, domain = domain, data.table = FALSE)` did not throw an error.
    
     -- 2. Failure: Error handling for bad public key. (@test-getOffers_Account.R#34)
     exists("_links", a4) isn't true.
    
     == testthat results ===========================================================
     OK: 271 SKIPPED: 0 FAILED: 2
     1. Failure: Error handling for bad public key. (@test-getEffects_Account.R#32)
     2. Failure: Error handling for bad public key. (@test-getOffers_Account.R#34)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-windows-ix86+x86_64

Version: 0.1.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [5s/21s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(xlm)
     >
     > test_check("xlm")
     ── 1. Failure: Error handling for bad public key. (@test-getEffects_Account.R#32
     `getEffects_Account(invalid_pk, domain = domain, data.table = FALSE)` did not throw an error.
    
     ── 2. Failure: Error handling for bad public key. (@test-getOffers_Account.R#34)
     exists("_links", a4) isn't true.
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     OK: 271 SKIPPED: 0 FAILED: 2
     1. Failure: Error handling for bad public key. (@test-getEffects_Account.R#32)
     2. Failure: Error handling for bad public key. (@test-getOffers_Account.R#34)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-patched-linux-x86_64

Version: 0.1.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [4s/44s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(xlm)
     >
     > test_check("xlm")
     ── 1. Failure: Error handling for bad public key. (@test-getEffects_Account.R#32
     `getEffects_Account(invalid_pk, domain = domain, data.table = FALSE)` did not throw an error.
    
     ── 2. Failure: Error handling for bad public key. (@test-getOffers_Account.R#34)
     exists("_links", a4) isn't true.
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     OK: 271 SKIPPED: 0 FAILED: 2
     1. Failure: Error handling for bad public key. (@test-getEffects_Account.R#32)
     2. Failure: Error handling for bad public key. (@test-getOffers_Account.R#34)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-patched-solaris-x86

Version: 0.1.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [4s/29s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(xlm)
     >
     > test_check("xlm")
     ── 1. Failure: Error handling for bad public key. (@test-getEffects_Account.R#32
     `getEffects_Account(invalid_pk, domain = domain, data.table = FALSE)` did not throw an error.
    
     ── 2. Failure: Error handling for bad public key. (@test-getOffers_Account.R#34)
     exists("_links", a4) isn't true.
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     OK: 271 SKIPPED: 0 FAILED: 2
     1. Failure: Error handling for bad public key. (@test-getEffects_Account.R#32)
     2. Failure: Error handling for bad public key. (@test-getOffers_Account.R#34)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-release-linux-x86_64

Version: 0.1.1
Check: tests
Result: ERROR
     Running 'testthat.R' [30s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(xlm)
     >
     > test_check("xlm")
     -- 1. Failure: Error handling for bad public key. (@test-getEffects_Account.R#32
     `getEffects_Account(invalid_pk, domain = domain, data.table = FALSE)` did not throw an error.
    
     -- 2. Failure: Error handling for bad public key. (@test-getOffers_Account.R#34)
     exists("_links", a4) isn't true.
    
     == testthat results ===========================================================
     OK: 271 SKIPPED: 0 FAILED: 2
     1. Failure: Error handling for bad public key. (@test-getEffects_Account.R#32)
     2. Failure: Error handling for bad public key. (@test-getOffers_Account.R#34)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-release-windows-ix86+x86_64

Version: 0.1.1
Check: tests
Result: ERROR
     Running 'testthat.R' [24s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(xlm)
     >
     > test_check("xlm")
     -- 1. Failure: Error handling for bad public key. (@test-getEffects_Account.R#32
     `getEffects_Account(invalid_pk, domain = domain, data.table = FALSE)` did not throw an error.
    
     -- 2. Failure: Error handling for bad public key. (@test-getOffers_Account.R#34)
     exists("_links", a4) isn't true.
    
     == testthat results ===========================================================
     OK: 271 SKIPPED: 0 FAILED: 2
     1. Failure: Error handling for bad public key. (@test-getEffects_Account.R#32)
     2. Failure: Error handling for bad public key. (@test-getOffers_Account.R#34)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-oldrel-windows-ix86+x86_64