CRAN Package Check Results for Package taxadb

Last updated on 2022-02-28 05:53:50 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.3 9.00 94.11 103.11 OK
r-devel-linux-x86_64-debian-gcc 0.1.3 6.01 70.31 76.32 OK
r-devel-linux-x86_64-fedora-clang 0.1.3 119.95 NOTE
r-devel-linux-x86_64-fedora-gcc 0.1.3 115.83 ERROR
r-devel-windows-x86_64-new-UL 0.1.3 41.00 118.00 159.00 OK
r-devel-windows-x86_64-new-TK 0.1.3 ERROR
r-patched-linux-x86_64 0.1.3 7.11 87.66 94.77 OK
r-release-linux-x86_64 0.1.3 6.93 87.06 93.99 OK
r-release-macos-arm64 0.1.3 NOTE
r-release-macos-x86_64 0.1.3 NOTE
r-release-windows-ix86+x86_64 0.1.3 18.00 104.00 122.00 OK
r-oldrel-macos-x86_64 0.1.3 NOTE
r-oldrel-windows-ix86+x86_64 0.1.3 19.00 102.00 121.00 OK

Check Details

Version: 0.1.3
Check: dependencies in R code
Result: NOTE
    Namespaces in Imports field not imported from:
     ‘RSQLite’ ‘duckdb’ ‘memoise’
     All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64-new-TK, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-x86_64

Version: 0.1.3
Check: tests
Result: ERROR
     Running ‘spelling.R’
     Running ‘testthat.R’ [22s/58s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(taxadb)
     >
     > #Sys.setenv(TAXADB_DRIVER="MonetDBLite")
     > test_check("taxadb")
     [1] "Testing using backend duckdb_connection"
     [ FAIL 3 | WARN 4 | SKIP 4 | PASS 67 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • On CRAN (3)
     • testing all of COL is slow, using unit-test instead... (1)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure (test-get_ids.R:7:3): we can use get_ids options ────────────────────
     `bare` not identical to "180092".
     1/1 mismatches
     x[1]: NA
     y[1]: "180092"
     ── Failure (test-get_ids.R:12:3): we can use get_ids options ───────────────────
     `some_ids` not identical to c("ITIS:180092", "ITIS:944156").
     2/2 mismatches
     x[1]: NA
     y[1]: "ITIS:180092"
    
     x[2]: NA
     y[2]: "ITIS:944156"
     ── Failure (test-get_ids.R:14:3): we can use get_ids options ───────────────────
     "http://www.itis.gov/servlet/SingleRpt/SingleRpt?search_topic=TSN&search_value=180092" not identical to `uri`.
     Types not compatible: character is not logical
    
     [ FAIL 3 | WARN 4 | SKIP 4 | PASS 67 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.1.3
Check: tests
Result: ERROR
     Running 'spelling.R'
     Running 'testthat.R'
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(taxadb)
     >
     > #Sys.setenv(TAXADB_DRIVER="MonetDBLite")
     > test_check("taxadb")
     [1] "Testing using backend duckdb_connection"
     [ FAIL 3 | WARN 4 | SKIP 4 | PASS 67 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • On CRAN (3)
     • testing all of COL is slow, using unit-test instead... (1)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure (test-get_ids.R:7:3): we can use get_ids options ────────────────────
     `bare` not identical to "180092".
     1/1 mismatches
     x[1]: NA
     y[1]: "180092"
     ── Failure (test-get_ids.R:12:3): we can use get_ids options ───────────────────
     `some_ids` not identical to c("ITIS:180092", "ITIS:944156").
     2/2 mismatches
     x[1]: NA
     y[1]: "ITIS:180092"
    
     x[2]: NA
     y[2]: "ITIS:944156"
     ── Failure (test-get_ids.R:14:3): we can use get_ids options ───────────────────
     "http://www.itis.gov/servlet/SingleRpt/SingleRpt?search_topic=TSN&search_value=180092" not identical to `uri`.
     Types not compatible: character is not logical
    
     [ FAIL 3 | WARN 4 | SKIP 4 | PASS 67 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-windows-x86_64-new-TK