CRAN Package Check Results for Package CruzPlot

Last updated on 2021-01-25 00:47:54 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.4.3 3.38 33.91 37.29 OK
r-devel-linux-x86_64-debian-gcc 1.4.3 2.69 27.23 29.92 OK
r-devel-linux-x86_64-fedora-clang 1.4.3 56.81 NOTE
r-devel-linux-x86_64-fedora-gcc 1.4.3 46.22 NOTE
r-devel-windows-ix86+x86_64 1.4.3 11.00 58.00 69.00 OK
r-patched-linux-x86_64 1.4.3 3.77 33.07 36.84 OK
r-patched-solaris-x86 1.4.3 69.80 NOTE
r-release-linux-x86_64 1.4.3 3.39 33.06 36.45 ERROR
r-release-macos-x86_64 1.4.3 NOTE
r-release-windows-ix86+x86_64 1.4.3 11.00 65.00 76.00 OK
r-oldrel-macos-x86_64 1.4.3 NOTE
r-oldrel-windows-ix86+x86_64 1.4.3 7.00 50.00 57.00 ERROR

Check Details

Version: 1.4.3
Check: dependencies in R code
Result: NOTE
    Namespaces in Imports field not imported from:
     ‘DT’ ‘dplyr’ ‘geosphere’ ‘mapdata’ ‘maps’ ‘marmap’ ‘shinydashboard’
     ‘shinyjs’ ‘stringr’ ‘swfscDAS’
     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-macos-x86_64, r-oldrel-macos-x86_64

Version: 1.4.3
Check: tests
Result: ERROR
     Running ‘testthat.R’ [3s/4s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(CruzPlot)
     >
     > test_check("CruzPlot")
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure (test-spatial.R:29:3): The url that marmap queries for bathy data exists ──
     httr::http_status(r)$category not identical to "Success".
     1/1 mismatches
     x[1]: "Client error"
     y[1]: "Success"
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 13 ]
     Error: Test failures
     Execution halted
Flavor: r-release-linux-x86_64

Version: 1.4.3
Check: tests
Result: ERROR
     Running 'testthat.R' [8s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(CruzPlot)
     >
     > test_check("CruzPlot")
     == Failed tests ================================================================
     -- Failure (test-spatial.R:29:3): The url that marmap queries for bathy data exists --
     httr::http_status(r)$category not identical to "Success".
     1/1 mismatches
     x[1]: "Client error"
     y[1]: "Success"
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 13 ]
     Error: Test failures
     Execution halted
Flavor: r-oldrel-windows-ix86+x86_64