CRAN Package Check Results for Package taxadb

Last updated on 2021-11-01 00:49:55 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.3 7.59 77.10 84.69 OK
r-devel-linux-x86_64-debian-gcc 0.1.3 5.89 57.18 63.07 OK
r-devel-linux-x86_64-fedora-clang 0.1.3 110.13 NOTE
r-devel-linux-x86_64-fedora-gcc 0.1.3 96.55 ERROR
r-devel-windows-x86_64 0.1.3 12.00 82.00 94.00 OK
r-devel-windows-x86_64-gcc10-UCRT 0.1.3 ERROR
r-patched-linux-x86_64 0.1.3 6.62 73.53 80.15 OK
r-patched-solaris-x86 0.1.3 136.60 NOTE
r-release-linux-x86_64 0.1.3 6.70 73.53 80.23 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 12.00 73.00 85.00 OK
r-oldrel-macos-x86_64 0.1.3 NOTE
r-oldrel-windows-ix86+x86_64 0.1.3 14.00 90.00 104.00 OK

Additional issues

M1mac

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-gcc10-UCRT, r-patched-solaris-x86, 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’ [18s/26s]
    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"
     ══ 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"
     ══ 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-gcc10-UCRT