Last updated on 2019-11-26 00:52:12 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.1 | 4.73 | 50.85 | 55.58 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.1 | 4.27 | 38.50 | 42.77 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.1 | 62.03 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 61.67 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.1.1 | 26.00 | 76.00 | 102.00 | OK | |
r-devel-windows-ix86+x86_64-gcc8 | 0.1.1 | 15.00 | 59.00 | 74.00 | OK | |
r-patched-linux-x86_64 | 0.1.1 | 4.41 | 47.01 | 51.42 | OK | |
r-patched-solaris-x86 | 0.1.1 | 87.60 | NOTE | |||
r-release-linux-x86_64 | 0.1.1 | 4.74 | 48.64 | 53.38 | OK | |
r-release-windows-ix86+x86_64 | 0.1.1 | 17.00 | 56.00 | 73.00 | OK | |
r-release-osx-x86_64 | 0.1.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.1.1 | 6.00 | 53.00 | 59.00 | ERROR | |
r-oldrel-osx-x86_64 | 0.1.1 | ERROR |
Version: 0.1.1
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘raster’
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' [6s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(sobir)
>
> test_check("sobir")
-- 1. Failure: perm_area should calculate the no-data zone areas for each permut
bperm[7, 4] is not strictly less than 0.4. Difference: 0.0404
== testthat results ===========================================================
[ OK: 7 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 1 ]
1. Failure: perm_area should calculate the no-data zone areas for each permutation of the data simulated nsim times (@tests.R#41)
Error: testthat unit tests failed
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64
Version: 0.1.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [4s/4s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(sobir)
>
> test_check("sobir")
── 1. Failure: perm_area should calculate the no-data zone areas for each permut
bperm[7, 4] is not strictly less than 0.4. Difference: 0.0404
══ testthat results ═══════════════════════════════════════════════════════════
[ OK: 7 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 1 ]
1. Failure: perm_area should calculate the no-data zone areas for each permutation of the data simulated nsim times (@tests.R#41)
Error: testthat unit tests failed
Execution halted
Flavor: r-oldrel-osx-x86_64