CRAN Package Check Results for Package RStoolbox

Last updated on 2024-03-28 17:49:41 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.4.0 182.66 598.90 781.56 OK
r-devel-linux-x86_64-debian-gcc 0.4.0 143.67 424.83 568.50 OK
r-devel-linux-x86_64-fedora-clang 0.4.0 998.45 OK
r-devel-linux-x86_64-fedora-gcc 0.4.0 961.96 OK
r-devel-windows-x86_64 0.4.0 141.00 308.00 449.00 ERROR
r-patched-linux-x86_64 0.4.0 124.33 566.08 690.41 OK
r-release-linux-x86_64 0.4.0 126.59 571.12 697.71 OK
r-release-macos-arm64 0.4.0 205.00 NOTE
r-release-macos-x86_64 0.4.0 443.00 NOTE
r-release-windows-x86_64 0.4.0 183.00 538.00 721.00 OK
r-oldrel-macos-arm64 0.4.0 222.00 NOTE
r-oldrel-windows-x86_64 0.4.0 181.00 504.00 685.00 OK

Check Details

Version: 0.4.0
Check: examples
Result: ERROR Running examples in 'RStoolbox-Ex.R' failed The error most likely occurred in: > ### Name: getValidation > ### Title: Extract validation results from superClass objects > ### Aliases: getValidation > > ### ** Examples > > library(pls) Attaching package: 'pls' The following object is masked from 'package:stats': loadings > ## Fit classifier (splitting training into 70% training data, 30% validation data) > train <- readRDS(system.file("external/trainingPoints.rds", package="RStoolbox")) > SC <- superClass(rlogo, trainData = train, responseCol = "class", + model="pls", trainPartition = 0.7) Loading required package: ggplot2 Loading required package: lattice Attaching package: 'caret' The following object is masked from 'package:pls': R2 Flavor: r-devel-windows-x86_64

Version: 0.4.0
Check: tests
Result: ERROR Running 'testthat.R' [18s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(RStoolbox) This is version 0.4.0 of RStoolbox ____ __ ____ / __ \_____/ /_____ ____ / / /_ ____ _ __ / /_/ / ___/ __/ __ \/ __ \/ / __ \/ __ \| |/_/ / _, _(__ ) /_/ /_/ / /_/ / / /_/ / /_/ /> < /_/ |_/____/\__/\____/\____/_/_.___/\____/_/|_| > > Sys.setenv("R_TESTS" = "") ## needed to pass R CMD check: https://github.com/hadley/testthat/issues/144 > > test_check("RStoolbox") Flavor: r-devel-windows-x86_64

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