CRAN Package Check Results for Maintainer ‘Thomas Trikalinos <thomas_trikalinos at brown.edu>’

Last updated on 2024-05-02 04:01:19 CEST.

Package ERROR OK
nhppp 1 12

Package nhppp

Current CRAN status: ERROR: 1, OK: 12

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