CRAN Package Check Results for Package nhppp

Last updated on 2024-05-02 04:00:27 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.3 3.16 118.44 121.60 ERROR
r-devel-linux-x86_64-debian-gcc 0.1.3 3.51 82.24 85.75 OK
r-devel-linux-x86_64-fedora-clang 0.1.3 142.51 OK
r-devel-linux-x86_64-fedora-gcc 0.1.3 139.82 OK
r-devel-windows-x86_64 0.1.3 4.00 101.00 105.00 OK
r-patched-linux-x86_64 0.1.3 5.74 111.61 117.35 OK
r-release-linux-x86_64 0.1.3 2.70 110.97 113.67 OK
r-release-macos-arm64 0.1.3 38.00 OK
r-release-macos-x86_64 0.1.3 178.00 OK
r-release-windows-x86_64 0.1.3 5.00 100.00 105.00 OK
r-oldrel-macos-arm64 0.1.3 46.00 OK
r-oldrel-macos-x86_64 0.1.3 103.00 OK
r-oldrel-windows-x86_64 0.1.3 6.00 121.00 127.00 OK

Check Details

Version: 0.1.3
Check: tests
Result: ERROR Running ‘testthat.R’ [80s/91s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(nhppp) > > test_check("nhppp") [ FAIL 1 | WARN 0 | SKIP 0 | PASS 703 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-draw_cumulative_intensity_orderstats.R:10:3'): draw_cumulative_intensity_orderstats() works ── `times` not identical to unique(times). Lengths differ: 20 is not 19 Backtrace: ▆ 1. └─nhppp:::check_ppp_sample_validity(times = df, t_min = 0, t_max = 10) at test-draw_cumulative_intensity_orderstats.R:10:3 2. └─testthat::expect_identical(times, unique(times)) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 703 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang