CRAN Package Check Results for Package NLMR

Last updated on 2022-03-05 09:51:33 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1 36.30 111.84 148.14 ERROR
r-devel-linux-x86_64-debian-gcc 1.1 21.26 84.24 105.50 ERROR
r-devel-linux-x86_64-fedora-clang 1.1 188.46 ERROR
r-devel-linux-x86_64-fedora-gcc 1.1 3783.14 ERROR
r-devel-windows-x86_64-new-UL 1.1 60.00 159.00 219.00 ERROR
r-devel-windows-x86_64-new-TK 1.1 ERROR
r-patched-linux-x86_64 1.1 29.84 105.71 135.55 ERROR
r-release-linux-x86_64 1.1 31.89 103.88 135.77 ERROR
r-release-macos-arm64 1.1 NOTE
r-release-macos-x86_64 1.1 NOTE
r-release-windows-ix86+x86_64 1.1 84.00 192.00 276.00 ERROR
r-oldrel-macos-x86_64 1.1 NOTE
r-oldrel-windows-ix86+x86_64 1.1 83.00 200.00 283.00 ERROR

Check Details

Version: 1.1
Check: dependencies in R code
Result: WARN
    Missing or unexported objects:
     'spatstat.core::rLGCP' 'spatstat.core::rMosaicField'
     'spatstat.core::rSSI' 'spatstat.core::rpoislinetess'
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64-new-UL, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-windows-ix86+x86_64

Version: 1.1
Check: examples
Result: ERROR
    Running examples in 'NLMR-Ex.R' failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: nlm_mosaicfield
    > ### Title: nlm_mosaicfield
    > ### Aliases: nlm_mosaicfield
    >
    > ### ** Examples
    >
    >
    > # simulate mosaic random field
    > mosaic_field <- nlm_mosaicfield(ncol = 100,
    + nrow = 200,
    + n = NA,
    + infinit = TRUE,
    + collect = FALSE)
    Error: 'rLGCP' is not an exported object from 'namespace:spatstat.core'
    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
Check: tests
Result: ERROR
     Running 'testthat.R' [24s/29s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(NLMR)
     >
     > test_check("NLMR")
     [ FAIL 2 | WARN 3 | SKIP 0 | PASS 56 ]
    
     == Failed tests ================================================================
     -- Error (test_mosaicfield.R:4:1): (code run outside of `test_that()`) ---------
     Error: 'rMosaicField' is not an exported object from 'namespace:spatstat.core'
     Backtrace:
     x
     1. \-NLMR::nlm_mosaicfield(...) at test_mosaicfield.R:4:0
     -- Error (test_mosaicgibbs.R:4:1): (code run outside of `test_that()`) ---------
     Error: 'rSSI' is not an exported object from 'namespace:spatstat.core'
     Backtrace:
     x
     1. \-NLMR::nlm_mosaicgibbs(...) at test_mosaicgibbs.R:4:0
    
     [ FAIL 2 | WARN 3 | SKIP 0 | PASS 56 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [19s/32s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(NLMR)
     >
     > test_check("NLMR")
     [ FAIL 2 | WARN 3 | SKIP 0 | PASS 56 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error (test_mosaicfield.R:4:1): (code run outside of `test_that()`) ─────────
     Error: 'rMosaicField' is not an exported object from 'namespace:spatstat.core'
     Backtrace:
     ▆
     1. └─NLMR::nlm_mosaicfield(...) at test_mosaicfield.R:4:0
     ── Error (test_mosaicgibbs.R:4:1): (code run outside of `test_that()`) ─────────
     Error: 'rSSI' is not an exported object from 'namespace:spatstat.core'
     Backtrace:
     ▆
     1. └─NLMR::nlm_mosaicgibbs(...) at test_mosaicgibbs.R:4:0
    
     [ FAIL 2 | WARN 3 | SKIP 0 | PASS 56 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.1
Check: dependencies in R code
Result: WARN
    Namespace in Imports field not imported from: ‘igraph’
     All declared Imports should be used.
    Missing or unexported objects:
     ‘spatstat.core::rLGCP’ ‘spatstat.core::rMosaicField’
     ‘spatstat.core::rSSI’ ‘spatstat.core::rpoislinetess’
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64-new-TK

Version: 1.1
Check: examples
Result: ERROR
    Running examples in ‘NLMR-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: nlm_mosaicfield
    > ### Title: nlm_mosaicfield
    > ### Aliases: nlm_mosaicfield
    >
    > ### ** Examples
    >
    >
    > # simulate mosaic random field
    > mosaic_field <- nlm_mosaicfield(ncol = 100,
    + nrow = 200,
    + n = NA,
    + infinit = TRUE,
    + collect = FALSE)
    Error: 'rLGCP' is not an exported object from 'namespace:spatstat.core'
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-windows-x86_64-new-UL, r-devel-windows-x86_64-new-TK

Version: 1.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [28s/33s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(NLMR)
     >
     > test_check("NLMR")
     [ FAIL 2 | WARN 3 | SKIP 0 | PASS 56 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error (test_mosaicfield.R:4:1): (code run outside of `test_that()`) ─────────
     Error: 'rMosaicField' is not an exported object from 'namespace:spatstat.core'
     Backtrace:
     ▆
     1. └─NLMR::nlm_mosaicfield(...) at test_mosaicfield.R:4:0
     ── Error (test_mosaicgibbs.R:4:1): (code run outside of `test_that()`) ─────────
     Error: 'rSSI' is not an exported object from 'namespace:spatstat.core'
     Backtrace:
     ▆
     1. └─NLMR::nlm_mosaicgibbs(...) at test_mosaicgibbs.R:4:0
    
     [ FAIL 2 | WARN 3 | SKIP 0 | PASS 56 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.1
Check: examples
Result: ERROR
    Running examples in ‘NLMR-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: nlm_fbm
    > ### Title: nlm_fbm
    > ### Aliases: nlm_fbm
    >
    > ### ** Examples
    >
    > # simulate fractional brownian motion
    > fbm_raster <- nlm_fbm(ncol = 20, nrow = 30, fract_dim = 0.8)
Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 1.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [31m/22m]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(NLMR)
     >
     > test_check("NLMR")
Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 1.1
Check: re-building of vignette outputs
Result: ERROR
    Error(s) in re-building vignettes:
    --- re-building ‘getstarted.Rmd’ using rmarkdown
Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 1.1
Check: tests
Result: ERROR
     Running 'testthat.R' [23s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(NLMR)
     >
     > test_check("NLMR")
     [ FAIL 2 | WARN 3 | SKIP 0 | PASS 56 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error (test_mosaicfield.R:4:1): (code run outside of `test_that()`) ─────────
     Error: 'rMosaicField' is not an exported object from 'namespace:spatstat.core'
     Backtrace:
     ▆
     1. └─NLMR::nlm_mosaicfield(...) at test_mosaicfield.R:4:0
     ── Error (test_mosaicgibbs.R:4:1): (code run outside of `test_that()`) ─────────
     Error: 'rSSI' is not an exported object from 'namespace:spatstat.core'
     Backtrace:
     ▆
     1. └─NLMR::nlm_mosaicgibbs(...) at test_mosaicgibbs.R:4:0
    
     [ FAIL 2 | WARN 3 | SKIP 0 | PASS 56 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-windows-x86_64-new-UL

Version: 1.1
Check: tests
Result: ERROR
     Running 'testthat.R'
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(NLMR)
     >
     > test_check("NLMR")
     [ FAIL 2 | WARN 3 | SKIP 0 | PASS 56 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error (test_mosaicfield.R:4:1): (code run outside of `test_that()`) ─────────
     Error: 'rMosaicField' is not an exported object from 'namespace:spatstat.core'
     Backtrace:
     ▆
     1. └─NLMR::nlm_mosaicfield(...) at test_mosaicfield.R:4:0
     ── Error (test_mosaicgibbs.R:4:1): (code run outside of `test_that()`) ─────────
     Error: 'rSSI' is not an exported object from 'namespace:spatstat.core'
     Backtrace:
     ▆
     1. └─NLMR::nlm_mosaicgibbs(...) at test_mosaicgibbs.R:4:0
    
     [ FAIL 2 | WARN 3 | SKIP 0 | PASS 56 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-windows-x86_64-new-TK

Version: 1.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [23s/28s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(NLMR)
     >
     > test_check("NLMR")
     [ FAIL 2 | WARN 3 | SKIP 0 | PASS 56 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error (test_mosaicfield.R:4:1): (code run outside of `test_that()`) ─────────
     Error: 'rMosaicField' is not an exported object from 'namespace:spatstat.core'
     Backtrace:
     ▆
     1. └─NLMR::nlm_mosaicfield(...) at test_mosaicfield.R:4:0
     ── Error (test_mosaicgibbs.R:4:1): (code run outside of `test_that()`) ─────────
     Error: 'rSSI' is not an exported object from 'namespace:spatstat.core'
     Backtrace:
     ▆
     1. └─NLMR::nlm_mosaicgibbs(...) at test_mosaicgibbs.R:4:0
    
     [ FAIL 2 | WARN 3 | SKIP 0 | PASS 56 ]
     Error: Test failures
     Execution halted
Flavor: r-patched-linux-x86_64

Version: 1.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [22s/27s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(NLMR)
     >
     > test_check("NLMR")
     [ FAIL 2 | WARN 3 | SKIP 0 | PASS 56 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error (test_mosaicfield.R:4:1): (code run outside of `test_that()`) ─────────
     Error: 'rMosaicField' is not an exported object from 'namespace:spatstat.core'
     Backtrace:
     ▆
     1. └─NLMR::nlm_mosaicfield(...) at test_mosaicfield.R:4:0
     ── Error (test_mosaicgibbs.R:4:1): (code run outside of `test_that()`) ─────────
     Error: 'rSSI' is not an exported object from 'namespace:spatstat.core'
     Backtrace:
     ▆
     1. └─NLMR::nlm_mosaicgibbs(...) at test_mosaicgibbs.R:4:0
    
     [ FAIL 2 | WARN 3 | SKIP 0 | PASS 56 ]
     Error: Test failures
     Execution halted
Flavor: r-release-linux-x86_64

Version: 1.1
Check: dependencies in R code
Result: NOTE
    Namespace in Imports field not imported from: ‘igraph’
     All declared Imports should be used.
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-x86_64

Version: 1.1
Check: running examples for arch ‘i386’
Result: ERROR
    Running examples in 'NLMR-Ex.R' failed
    The error most likely occurred in:
    
    > ### Name: nlm_mosaicfield
    > ### Title: nlm_mosaicfield
    > ### Aliases: nlm_mosaicfield
    >
    > ### ** Examples
    >
    >
    > # simulate mosaic random field
    > mosaic_field <- nlm_mosaicfield(ncol = 100,
    + nrow = 200,
    + n = NA,
    + infinit = TRUE,
    + collect = FALSE)
    Error: 'rLGCP' is not an exported object from 'namespace:spatstat.core'
    Execution halted
Flavors: r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64

Version: 1.1
Check: running examples for arch ‘x64’
Result: ERROR
    Running examples in 'NLMR-Ex.R' failed
    The error most likely occurred in:
    
    > ### Name: nlm_mosaicfield
    > ### Title: nlm_mosaicfield
    > ### Aliases: nlm_mosaicfield
    >
    > ### ** Examples
    >
    >
    > # simulate mosaic random field
    > mosaic_field <- nlm_mosaicfield(ncol = 100,
    + nrow = 200,
    + n = NA,
    + infinit = TRUE,
    + collect = FALSE)
    Error: 'rLGCP' is not an exported object from 'namespace:spatstat.core'
    Execution halted
Flavors: r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64

Version: 1.1
Check: running tests for arch ‘i386’
Result: ERROR
     Running 'testthat.R' [23s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(NLMR)
     >
     > test_check("NLMR")
     [ FAIL 2 | WARN 3 | SKIP 0 | PASS 56 ]
    
     == Failed tests ================================================================
     -- Error (test_mosaicfield.R:4:1): (code run outside of `test_that()`) ---------
     Error: 'rMosaicField' is not an exported object from 'namespace:spatstat.core'
     Backtrace:
     x
     1. \-NLMR::nlm_mosaicfield(...) at test_mosaicfield.R:4:0
     -- Error (test_mosaicgibbs.R:4:1): (code run outside of `test_that()`) ---------
     Error: 'rSSI' is not an exported object from 'namespace:spatstat.core'
     Backtrace:
     x
     1. \-NLMR::nlm_mosaicgibbs(...) at test_mosaicgibbs.R:4:0
    
     [ FAIL 2 | WARN 3 | SKIP 0 | PASS 56 ]
     Error: Test failures
     Execution halted
Flavor: r-release-windows-ix86+x86_64

Version: 1.1
Check: running tests for arch ‘x64’
Result: ERROR
     Running 'testthat.R' [26s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(NLMR)
     >
     > test_check("NLMR")
     [ FAIL 2 | WARN 3 | SKIP 0 | PASS 56 ]
    
     == Failed tests ================================================================
     -- Error (test_mosaicfield.R:4:1): (code run outside of `test_that()`) ---------
     Error: 'rMosaicField' is not an exported object from 'namespace:spatstat.core'
     Backtrace:
     x
     1. \-NLMR::nlm_mosaicfield(...) at test_mosaicfield.R:4:0
     -- Error (test_mosaicgibbs.R:4:1): (code run outside of `test_that()`) ---------
     Error: 'rSSI' is not an exported object from 'namespace:spatstat.core'
     Backtrace:
     x
     1. \-NLMR::nlm_mosaicgibbs(...) at test_mosaicgibbs.R:4:0
    
     [ FAIL 2 | WARN 3 | SKIP 0 | PASS 56 ]
     Error: Test failures
     Execution halted
Flavor: r-release-windows-ix86+x86_64

Version: 1.1
Check: dependencies in R code
Result: NOTE
    Missing or unexported objects:
     'spatstat.core::rLGCP' 'spatstat.core::rMosaicField'
     'spatstat.core::rSSI' 'spatstat.core::rpoislinetess'
Flavor: r-oldrel-windows-ix86+x86_64

Version: 1.1
Check: running tests for arch ‘i386’
Result: ERROR
     Running 'testthat.R' [25s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(NLMR)
     >
     > test_check("NLMR")
     [ FAIL 2 | WARN 3 | SKIP 0 | PASS 56 ]
    
     == Failed tests ================================================================
     -- Error (test_mosaicfield.R:4:1): (code run outside of `test_that()`) ---------
     Error: 'rMosaicField' is not an exported object from 'namespace:spatstat.core'
     Backtrace:
     x
     1. \-NLMR::nlm_mosaicfield(...) at test_mosaicfield.R:4:0
     2. \-spatstat.core::rMosaicField
     3. \-base::getExportedValue(pkg, name)
     -- Error (test_mosaicgibbs.R:4:1): (code run outside of `test_that()`) ---------
     Error: 'rSSI' is not an exported object from 'namespace:spatstat.core'
     Backtrace:
     x
     1. \-NLMR::nlm_mosaicgibbs(...) at test_mosaicgibbs.R:4:0
     2. \-spatstat.core::rSSI
     3. \-base::getExportedValue(pkg, name)
    
     [ FAIL 2 | WARN 3 | SKIP 0 | PASS 56 ]
     Error: Test failures
     Execution halted
Flavor: r-oldrel-windows-ix86+x86_64

Version: 1.1
Check: running tests for arch ‘x64’
Result: ERROR
     Running 'testthat.R' [28s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(NLMR)
     >
     > test_check("NLMR")
     [ FAIL 2 | WARN 3 | SKIP 0 | PASS 56 ]
    
     == Failed tests ================================================================
     -- Error (test_mosaicfield.R:4:1): (code run outside of `test_that()`) ---------
     Error: 'rMosaicField' is not an exported object from 'namespace:spatstat.core'
     Backtrace:
     x
     1. \-NLMR::nlm_mosaicfield(...) at test_mosaicfield.R:4:0
     2. \-spatstat.core::rMosaicField
     3. \-base::getExportedValue(pkg, name)
     -- Error (test_mosaicgibbs.R:4:1): (code run outside of `test_that()`) ---------
     Error: 'rSSI' is not an exported object from 'namespace:spatstat.core'
     Backtrace:
     x
     1. \-NLMR::nlm_mosaicgibbs(...) at test_mosaicgibbs.R:4:0
     2. \-spatstat.core::rSSI
     3. \-base::getExportedValue(pkg, name)
    
     [ FAIL 2 | WARN 3 | SKIP 0 | PASS 56 ]
     Error: Test failures
     Execution halted
Flavor: r-oldrel-windows-ix86+x86_64