CRAN Package Check Results for Package recurse

Last updated on 2023-10-30 06:00:52 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.2 21.06 91.85 112.91 ERROR
r-devel-linux-x86_64-debian-gcc 1.1.2 17.58 68.91 86.49 ERROR
r-devel-linux-x86_64-fedora-clang 1.1.2 151.62 ERROR
r-devel-linux-x86_64-fedora-gcc 1.1.2 159.35 ERROR
r-devel-windows-x86_64 1.1.2 21.00 108.00 129.00 NOTE
r-patched-linux-x86_64 1.1.2 27.07 88.53 115.60 ERROR
r-release-linux-x86_64 1.1.2 21.71 89.68 111.39 ERROR
r-release-macos-arm64 1.1.2 46.00 NOTE
r-release-macos-x86_64 1.1.2 76.00 NOTE
r-release-windows-x86_64 1.1.2 22.00 135.00 157.00 NOTE
r-oldrel-macos-arm64 1.1.2 42.00 OK
r-oldrel-macos-x86_64 1.1.2 60.00 OK
r-oldrel-windows-x86_64 1.1.2 26.00 133.00 159.00 OK

Additional issues

noSuggests

Check Details

Version: 1.1.2
Check: package dependencies
Result: NOTE
    Package suggested but not available for checking: ‘rgeos’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 1.1.2
Check: C++ specification
Result: NOTE
     Specified C++11: please drop specification unless essential
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64

Version: 1.1.2
Check: examples
Result: ERROR
    Running examples in ‘recurse-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: getRecursionsInPolygon.Move
    > ### Title: Calculates recursion information from the trajectory inside a
    > ### polygon
    > ### Aliases: getRecursionsInPolygon.Move getRecursionsInPolygon
    > ### getRecursionsInPolygon.data.frame getRecursionsInPolygon.MoveStack
    >
    > ### ** Examples
    >
    > data(track)
    > poly = sp::SpatialPolygons( list(
    + sp::Polygons( list(sp::Polygon(cbind(c(4,6,6,3,4),c(1,2,4,3,1)))), ID = 1 )
    + ))
    > revisits = getRecursionsInPolygon(track, poly)
    Error: rgeos package needed for this function to work. Please install it.
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 1.1.2
Check: tests
Result: ERROR
     Running ‘testthat.R’ [16s/19s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(recurse)
     >
     > test_check("recurse")
     [ FAIL 1 | WARN 0 | SKIP 1 | PASS 144 ]
    
     ══ Skipped tests (1) ═══════════════════════════════════════════════════════════
     • empty test (1): 'test_recurse.R:97:1'
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test_recurse.R:188:6'): polygon ─────────────────────────────────────
     Error: rgeos package needed for this function to work. Please install it.
     Backtrace:
     ▆
     1. ├─testthat::expect_equal(...) at test_recurse.R:188:19
     2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. ├─recurse::getRecursionsInPolygon(track, poly)
     5. └─recurse:::getRecursionsInPolygon.data.frame(track, poly)
    
     [ FAIL 1 | WARN 0 | SKIP 1 | PASS 144 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.1.2
Check: re-building of vignette outputs
Result: ERROR
    Error(s) in re-building vignettes:
     ...
    --- re-building ‘recurse.Rmd’ using rmarkdown
    
    Quitting from lines 178-179 [unnamed-chunk-13] (recurse.Rmd)
    Error: processing vignette 'recurse.Rmd' failed with diagnostics:
    rgeos package needed for this function to work. Please install it.
    --- failed re-building ‘recurse.Rmd’
    
    SUMMARY: processing the following file failed:
     ‘recurse.Rmd’
    
    Error: Vignette re-building failed.
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 1.1.2
Check: tests
Result: ERROR
     Running ‘testthat.R’ [12s/18s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(recurse)
     >
     > test_check("recurse")
     [ FAIL 1 | WARN 0 | SKIP 1 | PASS 144 ]
    
     ══ Skipped tests (1) ═══════════════════════════════════════════════════════════
     • empty test (1): 'test_recurse.R:97:1'
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test_recurse.R:188:6'): polygon ─────────────────────────────────────
     Error: rgeos package needed for this function to work. Please install it.
     Backtrace:
     ▆
     1. ├─testthat::expect_equal(...) at test_recurse.R:188:19
     2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. ├─recurse::getRecursionsInPolygon(track, poly)
     5. └─recurse:::getRecursionsInPolygon.data.frame(track, poly)
    
     [ FAIL 1 | WARN 0 | SKIP 1 | PASS 144 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.1.2
Check: examples
Result: ERROR
    Running examples in ‘recurse-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: getRecursionsInPolygon.Move
    > ### Title: Calculates recursion information from the trajectory inside a
    > ### polygon
    > ### Aliases: getRecursionsInPolygon.Move getRecursionsInPolygon
    > ### getRecursionsInPolygon.data.frame getRecursionsInPolygon.MoveStack
    >
    > ### ** Examples
    >
    > data(track)
    > poly = sp::SpatialPolygons( list(
    + sp::Polygons( list(sp::Polygon(cbind(c(4,6,6,3,4),c(1,2,4,3,1)))), ID = 1 )
    + ))
    > revisits = getRecursionsInPolygon(track, poly)
    Error: rgeos package needed for this function to work. Please install it.
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 1.1.2
Check: tests
Result: ERROR
     Running ‘testthat.R’ [18s/24s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(recurse)
     >
     > test_check("recurse")
     [ FAIL 1 | WARN 0 | SKIP 1 | PASS 144 ]
    
     ══ Skipped tests (1) ═══════════════════════════════════════════════════════════
     • empty test (1): 'test_recurse.R:97:1'
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test_recurse.R:188:6'): polygon ─────────────────────────────────────
     Error: rgeos package needed for this function to work. Please install it.
     Backtrace:
     ▆
     1. ├─testthat::expect_equal(...) at test_recurse.R:188:19
     2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. ├─recurse::getRecursionsInPolygon(track, poly)
     5. └─recurse:::getRecursionsInPolygon.data.frame(track, poly)
    
     [ FAIL 1 | WARN 0 | SKIP 1 | PASS 144 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.1.2
Check: re-building of vignette outputs
Result: ERROR
    Error(s) in re-building vignettes:
    --- re-building ‘recurse.Rmd’ using rmarkdown
    
    Quitting from lines 178-179 [unnamed-chunk-13] (recurse.Rmd)
    Error: processing vignette 'recurse.Rmd' failed with diagnostics:
    rgeos package needed for this function to work. Please install it.
    --- failed re-building ‘recurse.Rmd’
    
    SUMMARY: processing the following file failed:
     ‘recurse.Rmd’
    
    Error: Vignette re-building failed.
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 1.1.2
Check: tests
Result: ERROR
     Running ‘testthat.R’ [19s/21s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(recurse)
     >
     > test_check("recurse")
     [ FAIL 1 | WARN 0 | SKIP 1 | PASS 144 ]
    
     ══ Skipped tests (1) ═══════════════════════════════════════════════════════════
     • empty test (1): 'test_recurse.R:97:1'
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test_recurse.R:188:6'): polygon ─────────────────────────────────────
     Error: rgeos package needed for this function to work. Please install it.
     Backtrace:
     ▆
     1. ├─testthat::expect_equal(...) at test_recurse.R:188:19
     2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. ├─recurse::getRecursionsInPolygon(track, poly)
     5. └─recurse:::getRecursionsInPolygon.data.frame(track, poly)
    
     [ FAIL 1 | WARN 0 | SKIP 1 | PASS 144 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 1.1.2
Check: tests
Result: ERROR
     Running ‘testthat.R’ [15s/16s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(recurse)
     >
     > test_check("recurse")
     [ FAIL 1 | WARN 0 | SKIP 1 | PASS 144 ]
    
     ══ Skipped tests (1) ═══════════════════════════════════════════════════════════
     • empty test (1): 'test_recurse.R:97:1'
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test_recurse.R:188:6'): polygon ─────────────────────────────────────
     Error: rgeos package needed for this function to work. Please install it.
     Backtrace:
     ▆
     1. ├─testthat::expect_equal(...) at test_recurse.R:188:19
     2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. ├─recurse::getRecursionsInPolygon(track, poly)
     5. └─recurse:::getRecursionsInPolygon.data.frame(track, poly)
    
     [ FAIL 1 | WARN 0 | SKIP 1 | PASS 144 ]
     Error: Test failures
     Execution halted
Flavor: r-patched-linux-x86_64

Version: 1.1.2
Check: tests
Result: ERROR
     Running ‘testthat.R’ [15s/18s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(recurse)
     >
     > test_check("recurse")
     [ FAIL 1 | WARN 0 | SKIP 1 | PASS 144 ]
    
     ══ Skipped tests (1) ═══════════════════════════════════════════════════════════
     • empty test (1): 'test_recurse.R:97:1'
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test_recurse.R:188:6'): polygon ─────────────────────────────────────
     Error: rgeos package needed for this function to work. Please install it.
     Backtrace:
     ▆
     1. ├─testthat::expect_equal(...) at test_recurse.R:188:19
     2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. ├─recurse::getRecursionsInPolygon(track, poly)
     5. └─recurse:::getRecursionsInPolygon.data.frame(track, poly)
    
     [ FAIL 1 | WARN 0 | SKIP 1 | PASS 144 ]
     Error: Test failures
     Execution halted
Flavor: r-release-linux-x86_64