CRAN Package Check Results for Package RStoolbox

Last updated on 2023-01-25 04:51:47 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.0 179.31 624.36 803.67 ERROR
r-devel-linux-x86_64-debian-gcc 0.3.0 139.67 458.39 598.06 ERROR
r-devel-linux-x86_64-fedora-clang 0.3.0 1017.11 ERROR
r-devel-linux-x86_64-fedora-gcc 0.3.0 954.26 ERROR
r-devel-windows-x86_64 0.3.0 227.00 697.00 924.00 ERROR
r-patched-linux-x86_64 0.3.0 149.11 611.53 760.64 ERROR
r-release-linux-x86_64 0.3.0 105.75 617.39 723.14 ERROR
r-release-macos-arm64 0.3.0 216.00 NOTE
r-release-macos-x86_64 0.3.0 370.00 NOTE
r-release-windows-x86_64 0.3.0 242.00 679.00 921.00 ERROR
r-oldrel-macos-arm64 0.3.0 173.00 NOTE
r-oldrel-macos-x86_64 0.3.0 275.00 NOTE
r-oldrel-windows-ix86+x86_64 0.3.0 260.00 18.00 278.00 ERROR

Check Details

Version: 0.3.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [151s/224s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(RStoolbox)
     >
     > Sys.setenv("R_TESTS" = "") ## needed to pass R CMD check: https://github.com/hadley/testthat/issues/144
     >
     > test_check("RStoolbox")
     [ FAIL 3 | WARN 0 | SKIP 11 | PASS 566 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • On CRAN (11)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure ('test-multicore.R:21'): .paraRasterFun is equal to predict, calc, overlay, Both single and multicore. ──
     overlay: multicore not equal to overlay(r, fun = f).
     Attributes: < Component "srs": Lengths (0, 1) differ (string compare on first 0) >
     ── Failure ('test-multicore.R:21'): .paraRasterFun is equal to predict, calc, overlay, Both single and multicore. ──
     overlay: multicore not equal to overlay(r, fun = f).
     Attributes: < Component "srs": Lengths (0, 1) differ (string compare on first 0) >
     ── Error ('test-superClass.R:142'): terra inputs ───────────────────────────────
     Error in `superClass(rast(lsat), trainData = poly, nSamples = 50, responseCol = "class",
     model = "pls", tuneGrid = data.frame(ncomp = 3), tuneLength = 1,
     trainPartition = 0.7, predict = FALSE)`: img, trainData and valData (if provided) must have the same projection
     Backtrace:
     ▆
     1. ├─testthat::expect_is(...) at test-superClass.R:142:12
     2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. └─RStoolbox::superClass(...)
    
     [ FAIL 3 | WARN 0 | SKIP 11 | PASS 566 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.3.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [114s/236s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(RStoolbox)
     >
     > Sys.setenv("R_TESTS" = "") ## needed to pass R CMD check: https://github.com/hadley/testthat/issues/144
     >
     > test_check("RStoolbox")
     [ FAIL 3 | WARN 0 | SKIP 11 | PASS 566 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • On CRAN (11)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure ('test-multicore.R:21'): .paraRasterFun is equal to predict, calc, overlay, Both single and multicore. ──
     overlay: multicore not equal to overlay(r, fun = f).
     Attributes: < Component "srs": Lengths (0, 1) differ (string compare on first 0) >
     ── Failure ('test-multicore.R:21'): .paraRasterFun is equal to predict, calc, overlay, Both single and multicore. ──
     overlay: multicore not equal to overlay(r, fun = f).
     Attributes: < Component "srs": Lengths (0, 1) differ (string compare on first 0) >
     ── Error ('test-superClass.R:142'): terra inputs ───────────────────────────────
     Error in `superClass(rast(lsat), trainData = poly, nSamples = 50, responseCol = "class",
     model = "pls", tuneGrid = data.frame(ncomp = 3), tuneLength = 1,
     trainPartition = 0.7, predict = FALSE)`: img, trainData and valData (if provided) must have the same projection
     Backtrace:
     ▆
     1. ├─testthat::expect_is(...) at test-superClass.R:142:12
     2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. └─RStoolbox::superClass(...)
    
     [ FAIL 3 | WARN 0 | SKIP 11 | PASS 566 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.3.0
Check: dependencies in R code
Result: NOTE
    Namespace in Imports field not imported from: ‘rgdal’
     All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Version: 0.3.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [177s/290s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(RStoolbox)
     >
     > Sys.setenv("R_TESTS" = "") ## needed to pass R CMD check: https://github.com/hadley/testthat/issues/144
     >
     > test_check("RStoolbox")
     [ FAIL 3 | WARN 0 | SKIP 11 | PASS 566 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • On CRAN (11)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure ('test-multicore.R:21'): .paraRasterFun is equal to predict, calc, overlay, Both single and multicore. ──
     overlay: multicore not equal to overlay(r, fun = f).
     Attributes: < Component "srs": Lengths (0, 1) differ (string compare on first 0) >
     ── Failure ('test-multicore.R:21'): .paraRasterFun is equal to predict, calc, overlay, Both single and multicore. ──
     overlay: multicore not equal to overlay(r, fun = f).
     Attributes: < Component "srs": Lengths (0, 1) differ (string compare on first 0) >
     ── Error ('test-superClass.R:142'): terra inputs ───────────────────────────────
     Error in `superClass(rast(lsat), trainData = poly, nSamples = 50, responseCol = "class",
     model = "pls", tuneGrid = data.frame(ncomp = 3), tuneLength = 1,
     trainPartition = 0.7, predict = FALSE)`: img, trainData and valData (if provided) must have the same projection
     Backtrace:
     ▆
     1. ├─testthat::expect_is(...) at test-superClass.R:142:12
     2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. └─RStoolbox::superClass(...)
    
     [ FAIL 3 | WARN 0 | SKIP 11 | PASS 566 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.3.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [175s/289s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(RStoolbox)
     >
     > Sys.setenv("R_TESTS" = "") ## needed to pass R CMD check: https://github.com/hadley/testthat/issues/144
     >
     > test_check("RStoolbox")
     [ FAIL 3 | WARN 0 | SKIP 11 | PASS 566 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • On CRAN (11)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure ('test-multicore.R:21'): .paraRasterFun is equal to predict, calc, overlay, Both single and multicore. ──
     overlay: multicore not equal to overlay(r, fun = f).
     Attributes: < Component "srs": Lengths (0, 1) differ (string compare on first 0) >
     ── Failure ('test-multicore.R:21'): .paraRasterFun is equal to predict, calc, overlay, Both single and multicore. ──
     overlay: multicore not equal to overlay(r, fun = f).
     Attributes: < Component "srs": Lengths (0, 1) differ (string compare on first 0) >
     ── Error ('test-superClass.R:142'): terra inputs ───────────────────────────────
     Error in `superClass(rast(lsat), trainData = poly, nSamples = 50, responseCol = "class",
     model = "pls", tuneGrid = data.frame(ncomp = 3), tuneLength = 1,
     trainPartition = 0.7, predict = FALSE)`: img, trainData and valData (if provided) must have the same projection
     Backtrace:
     ▆
     1. ├─testthat::expect_is(...) at test-superClass.R:142:12
     2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. └─RStoolbox::superClass(...)
    
     [ FAIL 3 | WARN 0 | SKIP 11 | PASS 566 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.3.0
Check: tests
Result: ERROR
     Running 'testthat.R' [192s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(RStoolbox)
     >
     > Sys.setenv("R_TESTS" = "") ## needed to pass R CMD check: https://github.com/hadley/testthat/issues/144
     >
     > test_check("RStoolbox")
     Error in x$.self$finalize() : attempt to apply non-function
     Error in x$.self$finalize() : attempt to apply non-function
     [ FAIL 2 | WARN 0 | SKIP 11 | PASS 555 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • On CRAN (11)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure ('test-multicore.R:21'): .paraRasterFun is equal to predict, calc, overlay, Both single and multicore. ──
     overlay: multicore not equal to overlay(r, fun = f).
     Attributes: < Component "srs": Lengths (0, 1) differ (string compare on first 0) >
     ── Error ('test-superClass.R:142'): terra inputs ───────────────────────────────
     Error in `superClass(rast(lsat), trainData = poly, nSamples = 50, responseCol = "class",
     model = "pls", tuneGrid = data.frame(ncomp = 3), tuneLength = 1,
     trainPartition = 0.7, predict = FALSE)`: img, trainData and valData (if provided) must have the same projection
     Backtrace:
     ▆
     1. ├─testthat::expect_is(...) at test-superClass.R:142:12
     2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. └─RStoolbox::superClass(...)
    
     [ FAIL 2 | WARN 0 | SKIP 11 | PASS 555 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-windows-x86_64

Version: 0.3.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [148s/230s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(RStoolbox)
     >
     > Sys.setenv("R_TESTS" = "") ## needed to pass R CMD check: https://github.com/hadley/testthat/issues/144
     >
     > test_check("RStoolbox")
     [ FAIL 3 | WARN 0 | SKIP 11 | PASS 566 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • On CRAN (11)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure ('test-multicore.R:21'): .paraRasterFun is equal to predict, calc, overlay, Both single and multicore. ──
     overlay: multicore not equal to overlay(r, fun = f).
     Attributes: < Component "srs": Lengths (0, 1) differ (string compare on first 0) >
     ── Failure ('test-multicore.R:21'): .paraRasterFun is equal to predict, calc, overlay, Both single and multicore. ──
     overlay: multicore not equal to overlay(r, fun = f).
     Attributes: < Component "srs": Lengths (0, 1) differ (string compare on first 0) >
     ── Error ('test-superClass.R:142'): terra inputs ───────────────────────────────
     Error in `superClass(rast(lsat), trainData = poly, nSamples = 50, responseCol = "class",
     model = "pls", tuneGrid = data.frame(ncomp = 3), tuneLength = 1,
     trainPartition = 0.7, predict = FALSE)`: img, trainData and valData (if provided) must have the same projection
     Backtrace:
     ▆
     1. ├─testthat::expect_is(...) at test-superClass.R:142:12
     2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. └─RStoolbox::superClass(...)
    
     [ FAIL 3 | WARN 0 | SKIP 11 | PASS 566 ]
     Error: Test failures
     Execution halted
Flavor: r-patched-linux-x86_64

Version: 0.3.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [146s/226s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(RStoolbox)
     >
     > Sys.setenv("R_TESTS" = "") ## needed to pass R CMD check: https://github.com/hadley/testthat/issues/144
     >
     > test_check("RStoolbox")
     [ FAIL 3 | WARN 0 | SKIP 11 | PASS 566 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • On CRAN (11)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure ('test-multicore.R:21'): .paraRasterFun is equal to predict, calc, overlay, Both single and multicore. ──
     overlay: multicore not equal to overlay(r, fun = f).
     Attributes: < Component "srs": Lengths (0, 1) differ (string compare on first 0) >
     ── Failure ('test-multicore.R:21'): .paraRasterFun is equal to predict, calc, overlay, Both single and multicore. ──
     overlay: multicore not equal to overlay(r, fun = f).
     Attributes: < Component "srs": Lengths (0, 1) differ (string compare on first 0) >
     ── Error ('test-superClass.R:142'): terra inputs ───────────────────────────────
     Error in `superClass(rast(lsat), trainData = poly, nSamples = 50, responseCol = "class",
     model = "pls", tuneGrid = data.frame(ncomp = 3), tuneLength = 1,
     trainPartition = 0.7, predict = FALSE)`: img, trainData and valData (if provided) must have the same projection
     Backtrace:
     ▆
     1. ├─testthat::expect_is(...) at test-superClass.R:142:12
     2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. └─RStoolbox::superClass(...)
    
     [ FAIL 3 | WARN 0 | SKIP 11 | PASS 566 ]
     Error: Test failures
     Execution halted
Flavor: r-release-linux-x86_64

Version: 0.3.0
Check: installed package size
Result: NOTE
     installed size is 5.5Mb
     sub-directories of 1Mb or more:
     libs 4.0Mb
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Version: 0.3.0
Check: tests
Result: ERROR
     Running 'testthat.R' [188s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(RStoolbox)
     >
     > Sys.setenv("R_TESTS" = "") ## needed to pass R CMD check: https://github.com/hadley/testthat/issues/144
     >
     > test_check("RStoolbox")
     [ FAIL 2 | WARN 0 | SKIP 11 | PASS 555 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • On CRAN (11)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure ('test-multicore.R:21'): .paraRasterFun is equal to predict, calc, overlay, Both single and multicore. ──
     overlay: multicore not equal to overlay(r, fun = f).
     Attributes: < Component "srs": Lengths (0, 1) differ (string compare on first 0) >
     ── Error ('test-superClass.R:142'): terra inputs ───────────────────────────────
     Error in `superClass(rast(lsat), trainData = poly, nSamples = 50, responseCol = "class",
     model = "pls", tuneGrid = data.frame(ncomp = 3), tuneLength = 1,
     trainPartition = 0.7, predict = FALSE)`: img, trainData and valData (if provided) must have the same projection
     Backtrace:
     ▆
     1. ├─testthat::expect_is(...) at test-superClass.R:142:12
     2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. └─RStoolbox::superClass(...)
    
     [ FAIL 2 | WARN 0 | SKIP 11 | PASS 555 ]
     Error: Test failures
     Execution halted
Flavor: r-release-windows-x86_64

Version: 0.3.0
Check: whether package can be installed
Result: ERROR
    Installation failed.
Flavor: r-oldrel-windows-ix86+x86_64