CRAN Package Check Results for Package dsims

Last updated on 2022-04-01 05:56:55 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.1 28.46 315.90 344.36 OK
r-devel-linux-x86_64-debian-gcc 0.2.2 21.80 229.72 251.52 OK
r-devel-linux-x86_64-fedora-clang 0.2.2 394.03 ERROR
r-devel-linux-x86_64-fedora-gcc 0.2.2 371.27 ERROR
r-devel-windows-x86_64-new-UL 0.2.1 41.00 276.00 317.00 OK
r-patched-linux-x86_64 0.2.1 34.75 288.64 323.39 OK
r-release-linux-x86_64 0.2.1 25.28 273.58 298.86 OK
r-release-macos-arm64 0.2.1 ERROR
r-release-macos-x86_64 0.2.1 OK
r-release-windows-ix86+x86_64 0.2.2 41.00 274.00 315.00 OK
r-oldrel-macos-x86_64 0.2.1 OK
r-oldrel-windows-ix86+x86_64 0.2.2 41.00 284.00 325.00 OK

Check Details

Version: 0.2.2
Check: tests
Result: ERROR
     Running ‘test-that.R’ [86s/126s]
    Running the tests in ‘tests/test-that.R’ failed.
    Complete output:
     > library(testthat)
     > library(dsims)
     Loading required package: dssd
     >
     > test_check("dsims", filter = "check_.*")
     [ FAIL 1 | WARN 4 | SKIP 0 | PASS 52 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error (test-check_BasicSegmentedLine.R:51:3): Test creation and data generation ──
     Error in `h(simpleError(msg, call))`: error in evaluating the argument 'object' in selecting a method for function 'run.survey': object 'survey' not found
     Backtrace:
     ▆
     1. ├─dsims::run.simulation(sim, counter = FALSE) at test-check_BasicSegmentedLine.R:51:2
     2. │ └─dsims:::single.sim.loop(...)
     3. │ └─dsims::run.survey(object = survey, region = simulation@design@region)
     4. └─base::.handleSimpleError(...)
     5. └─base h(simpleError(msg, call))
    
     [ FAIL 1 | WARN 4 | SKIP 0 | PASS 52 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.2.2
Check: tests
Result: ERROR
     Running ‘test-that.R’ [81s/82s]
    Running the tests in ‘tests/test-that.R’ failed.
    Complete output:
     > library(testthat)
     > library(dsims)
     Loading required package: dssd
     >
     > test_check("dsims", filter = "check_.*")
     [ FAIL 1 | WARN 4 | SKIP 0 | PASS 52 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error (test-check_BasicSegmentedLine.R:51:3): Test creation and data generation ──
     Error in `h(simpleError(msg, call))`: error in evaluating the argument 'object' in selecting a method for function 'run.survey': object 'survey' not found
     Backtrace:
     ▆
     1. ├─dsims::run.simulation(sim, counter = FALSE) at test-check_BasicSegmentedLine.R:51:2
     2. │ └─dsims:::single.sim.loop(...)
     3. │ └─dsims::run.survey(object = survey, region = simulation@design@region)
     4. └─base::.handleSimpleError(...)
     5. └─base h(simpleError(msg, call))
    
     [ FAIL 1 | WARN 4 | SKIP 0 | PASS 52 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.2.1
Check: whether package can be installed
Result: ERROR
    Installation failed.
Flavor: r-release-macos-arm64