CRAN Package Check Results for Package GauPro

Last updated on 2024-09-01 01:48:16 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.12 189.12 254.26 443.38 ERROR
r-devel-linux-x86_64-debian-gcc 0.2.12 123.73 157.61 281.34 ERROR
r-devel-linux-x86_64-fedora-clang 0.2.12 858.27 ERROR
r-devel-linux-x86_64-fedora-gcc 0.2.12 871.90 ERROR
r-devel-windows-x86_64 0.2.12 191.00 269.00 460.00 NOTE
r-patched-linux-x86_64 0.2.12 183.52 237.06 420.58 ERROR
r-release-linux-x86_64 0.2.12 177.78 240.17 417.95 ERROR
r-release-macos-arm64 0.2.12 215.00 NOTE
r-release-macos-x86_64 0.2.12 442.00 NOTE
r-release-windows-x86_64 0.2.12 191.00 272.00 463.00 OK
r-oldrel-macos-arm64 0.2.12 183.00 NOTE
r-oldrel-macos-x86_64 0.2.12 413.00 NOTE
r-oldrel-windows-x86_64 0.2.12 232.00 367.00 599.00 OK

Additional issues

noSuggests

Check Details

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

Version: 0.2.12
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: Cubic.Rd: R6Class Exponential.Rd: R6Class FactorKernel.Rd: R6Class GauPro_Gauss.Rd: R6Class GauPro_Gauss_LOO.Rd: R6Class GauPro_base.Rd: R6Class GauPro_kernel.Rd: R6Class GauPro_kernel_beta.Rd: R6Class GauPro_kernel_model.Rd: R6Class GauPro_kernel_model_LOO.Rd: R6Class GauPro_trend.Rd: R6Class Gaussian.Rd: R6Class GowerFactorKernel.Rd: R6Class IgnoreIndsKernel.Rd: R6Class LatentFactorKernel.Rd: R6Class Matern32.Rd: R6Class Matern52.Rd: R6Class OrderedFactorKernel.Rd: R6Class Periodic.Rd: R6Class PowerExp.Rd: R6Class RatQuad.Rd: R6Class Triangle.Rd: R6Class White.Rd: R6Class kernel_product.Rd: R6Class kernel_sum.Rd: R6Class trend_0.Rd: R6Class trend_LM.Rd: R6Class trend_c.Rd: R6Class Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64

Version: 0.2.12
Check: tests
Result: ERROR Running ‘testthat.R’ [154s/185s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(GauPro) > > test_check("GauPro") [ FAIL 10 | WARN 0 | SKIP 0 | PASS 3079 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test_kernel_model_and_kernels.R:419:7'): Cts kernels 2D ─────────── `gp$plot2D()` threw an error. Message: there is no package called 'ContourFunctions' Class: packageNotFoundError/error/condition Backtrace: ▆ 1. ├─testthat::expect_error(gp$plot2D(), NA) at test_kernel_model_and_kernels.R:419:7 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. ├─gp$plot2D() 7. └─base::loadNamespace(x) 8. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 9. └─base (local) withOneRestart(expr, restarts[[1L]]) 10. └─base (local) doWithOneRestart(return(expr), restart) ── Failure ('test_kernel_model_and_kernels.R:420:24'): Cts kernels 2D ────────── Expected `{ ... }` to run without any errors. ℹ Actually got a <packageNotFoundError> with text: there is no package called 'ContourFunctions' ── Failure ('test_kernel_model_and_kernels.R:421:7'): Cts kernels 2D ─────────── Expected `gp$plot2D(se = T, n = 5, horizontal = F)` to run without any errors. ℹ Actually got a <packageNotFoundError> with text: there is no package called 'ContourFunctions' ── Failure ('test_kernel_model_and_kernels.R:422:7'): Cts kernels 2D ─────────── Expected `gp$plot2D(se = T, n = 5, mean = F)` to run without any errors. ℹ Actually got a <packageNotFoundError> with text: there is no package called 'ContourFunctions' ── Failure ('test_kernel_model_and_kernels.R:426:7'): Cts kernels 2D ─────────── `plot(gp)` threw an error. Message: there is no package called 'ContourFunctions' Class: packageNotFoundError/error/condition Backtrace: ▆ 1. ├─testthat::expect_error(plot(gp), NA) at test_kernel_model_and_kernels.R:426:7 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. ├─base::plot(gp) 7. ├─R6:::plot.R6(gp) 8. │ └─x$plot(...) 9. │ └─self$plot2D(...) 10. └─base::loadNamespace(x) 11. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 12. └─base (local) withOneRestart(expr, restarts[[1L]]) 13. └─base (local) doWithOneRestart(return(expr), restart) ── Failure ('test_kernel_model_and_kernels.R:419:7'): Cts kernels 2D ─────────── `gp$plot2D()` threw an error. Message: there is no package called 'ContourFunctions' Class: packageNotFoundError/error/condition Backtrace: ▆ 1. ├─testthat::expect_error(gp$plot2D(), NA) at test_kernel_model_and_kernels.R:419:7 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. ├─gp$plot2D() 7. └─base::loadNamespace(x) 8. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 9. └─base (local) withOneRestart(expr, restarts[[1L]]) 10. └─base (local) doWithOneRestart(return(expr), restart) ── Failure ('test_kernel_model_and_kernels.R:420:24'): Cts kernels 2D ────────── Expected `{ ... }` to run without any errors. ℹ Actually got a <packageNotFoundError> with text: there is no package called 'ContourFunctions' ── Failure ('test_kernel_model_and_kernels.R:421:7'): Cts kernels 2D ─────────── Expected `gp$plot2D(se = T, n = 5, horizontal = F)` to run without any errors. ℹ Actually got a <packageNotFoundError> with text: there is no package called 'ContourFunctions' ── Failure ('test_kernel_model_and_kernels.R:422:7'): Cts kernels 2D ─────────── Expected `gp$plot2D(se = T, n = 5, mean = F)` to run without any errors. ℹ Actually got a <packageNotFoundError> with text: there is no package called 'ContourFunctions' ── Failure ('test_kernel_model_and_kernels.R:426:7'): Cts kernels 2D ─────────── `plot(gp)` threw an error. Message: there is no package called 'ContourFunctions' Class: packageNotFoundError/error/condition Backtrace: ▆ 1. ├─testthat::expect_error(plot(gp), NA) at test_kernel_model_and_kernels.R:426:7 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. ├─base::plot(gp) 7. ├─R6:::plot.R6(gp) 8. │ └─x$plot(...) 9. │ └─self$plot2D(...) 10. └─base::loadNamespace(x) 11. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 12. └─base (local) withOneRestart(expr, restarts[[1L]]) 13. └─base (local) doWithOneRestart(return(expr), restart) [ FAIL 10 | WARN 0 | SKIP 0 | PASS 3079 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.2.12
Check: tests
Result: ERROR Running ‘testthat.R’ [91s/105s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(GauPro) > > test_check("GauPro") warning: solve(): system is singular; attempting approx solution Error : solve(): solution not found warning: solve(): system is singular; attempting approx solution Error : solve(): solution not found [ FAIL 12 | WARN 0 | SKIP 0 | PASS 3080 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test_kernel_model_and_kernels.R:215:7'): Cts kernels 1D ─────────── 5 Cubic gpvmatches 4 / 39 seed = 984758 is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test_kernel_model_and_kernels.R:215:7'): Cts kernels 1D ─────────── 17 Cubic gpvmatches 4 / 39 seed = 984758 is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test_kernel_model_and_kernels.R:419:7'): Cts kernels 2D ─────────── `gp$plot2D()` threw an error. Message: there is no package called 'ContourFunctions' Class: packageNotFoundError/error/condition Backtrace: ▆ 1. ├─testthat::expect_error(gp$plot2D(), NA) at test_kernel_model_and_kernels.R:419:7 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. ├─gp$plot2D() 7. └─base::loadNamespace(x) 8. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 9. └─base (local) withOneRestart(expr, restarts[[1L]]) 10. └─base (local) doWithOneRestart(return(expr), restart) ── Failure ('test_kernel_model_and_kernels.R:420:24'): Cts kernels 2D ────────── Expected `{ ... }` to run without any errors. ℹ Actually got a <packageNotFoundError> with text: there is no package called 'ContourFunctions' ── Failure ('test_kernel_model_and_kernels.R:421:7'): Cts kernels 2D ─────────── Expected `gp$plot2D(se = T, n = 5, horizontal = F)` to run without any errors. ℹ Actually got a <packageNotFoundError> with text: there is no package called 'ContourFunctions' ── Failure ('test_kernel_model_and_kernels.R:422:7'): Cts kernels 2D ─────────── Expected `gp$plot2D(se = T, n = 5, mean = F)` to run without any errors. ℹ Actually got a <packageNotFoundError> with text: there is no package called 'ContourFunctions' ── Failure ('test_kernel_model_and_kernels.R:426:7'): Cts kernels 2D ─────────── `plot(gp)` threw an error. Message: there is no package called 'ContourFunctions' Class: packageNotFoundError/error/condition Backtrace: ▆ 1. ├─testthat::expect_error(plot(gp), NA) at test_kernel_model_and_kernels.R:426:7 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. ├─base::plot(gp) 7. ├─R6:::plot.R6(gp) 8. │ └─x$plot(...) 9. │ └─self$plot2D(...) 10. └─base::loadNamespace(x) 11. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 12. └─base (local) withOneRestart(expr, restarts[[1L]]) 13. └─base (local) doWithOneRestart(return(expr), restart) ── Failure ('test_kernel_model_and_kernels.R:419:7'): Cts kernels 2D ─────────── `gp$plot2D()` threw an error. Message: there is no package called 'ContourFunctions' Class: packageNotFoundError/error/condition Backtrace: ▆ 1. ├─testthat::expect_error(gp$plot2D(), NA) at test_kernel_model_and_kernels.R:419:7 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. ├─gp$plot2D() 7. └─base::loadNamespace(x) 8. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 9. └─base (local) withOneRestart(expr, restarts[[1L]]) 10. └─base (local) doWithOneRestart(return(expr), restart) ── Failure ('test_kernel_model_and_kernels.R:420:24'): Cts kernels 2D ────────── Expected `{ ... }` to run without any errors. ℹ Actually got a <packageNotFoundError> with text: there is no package called 'ContourFunctions' ── Failure ('test_kernel_model_and_kernels.R:421:7'): Cts kernels 2D ─────────── Expected `gp$plot2D(se = T, n = 5, horizontal = F)` to run without any errors. ℹ Actually got a <packageNotFoundError> with text: there is no package called 'ContourFunctions' ── Failure ('test_kernel_model_and_kernels.R:422:7'): Cts kernels 2D ─────────── Expected `gp$plot2D(se = T, n = 5, mean = F)` to run without any errors. ℹ Actually got a <packageNotFoundError> with text: there is no package called 'ContourFunctions' ── Failure ('test_kernel_model_and_kernels.R:426:7'): Cts kernels 2D ─────────── `plot(gp)` threw an error. Message: there is no package called 'ContourFunctions' Class: packageNotFoundError/error/condition Backtrace: ▆ 1. ├─testthat::expect_error(plot(gp), NA) at test_kernel_model_and_kernels.R:426:7 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. ├─base::plot(gp) 7. ├─R6:::plot.R6(gp) 8. │ └─x$plot(...) 9. │ └─self$plot2D(...) 10. └─base::loadNamespace(x) 11. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 12. └─base (local) withOneRestart(expr, restarts[[1L]]) 13. └─base (local) doWithOneRestart(return(expr), restart) [ FAIL 12 | WARN 0 | SKIP 0 | PASS 3080 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.2.12
Check: tests
Result: ERROR Running ‘testthat.R’ [4m/13m] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(GauPro) > > test_check("GauPro") Increasing nugget to get invertibility from 4.69341e-06 to 9.38682e-06 [ FAIL 10 | WARN 3 | SKIP 0 | PASS 3086 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test_kernel_model_and_kernels.R:419:7'): Cts kernels 2D ─────────── `gp$plot2D()` threw an error. Message: there is no package called 'ContourFunctions' Class: packageNotFoundError/error/condition Backtrace: ▆ 1. ├─testthat::expect_error(gp$plot2D(), NA) at test_kernel_model_and_kernels.R:419:7 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. ├─gp$plot2D() 7. └─base::loadNamespace(x) 8. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 9. └─base (local) withOneRestart(expr, restarts[[1L]]) 10. └─base (local) doWithOneRestart(return(expr), restart) ── Failure ('test_kernel_model_and_kernels.R:420:24'): Cts kernels 2D ────────── Expected `{ ... }` to run without any errors. ℹ Actually got a <packageNotFoundError> with text: there is no package called 'ContourFunctions' ── Failure ('test_kernel_model_and_kernels.R:421:7'): Cts kernels 2D ─────────── Expected `gp$plot2D(se = T, n = 5, horizontal = F)` to run without any errors. ℹ Actually got a <packageNotFoundError> with text: there is no package called 'ContourFunctions' ── Failure ('test_kernel_model_and_kernels.R:422:7'): Cts kernels 2D ─────────── Expected `gp$plot2D(se = T, n = 5, mean = F)` to run without any errors. ℹ Actually got a <packageNotFoundError> with text: there is no package called 'ContourFunctions' ── Failure ('test_kernel_model_and_kernels.R:426:7'): Cts kernels 2D ─────────── `plot(gp)` threw an error. Message: there is no package called 'ContourFunctions' Class: packageNotFoundError/error/condition Backtrace: ▆ 1. ├─testthat::expect_error(plot(gp), NA) at test_kernel_model_and_kernels.R:426:7 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. ├─base::plot(gp) 7. ├─R6:::plot.R6(gp) 8. │ └─x$plot(...) 9. │ └─self$plot2D(...) 10. └─base::loadNamespace(x) 11. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 12. └─base (local) withOneRestart(expr, restarts[[1L]]) 13. └─base (local) doWithOneRestart(return(expr), restart) ── Failure ('test_kernel_model_and_kernels.R:419:7'): Cts kernels 2D ─────────── `gp$plot2D()` threw an error. Message: there is no package called 'ContourFunctions' Class: packageNotFoundError/error/condition Backtrace: ▆ 1. ├─testthat::expect_error(gp$plot2D(), NA) at test_kernel_model_and_kernels.R:419:7 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. ├─gp$plot2D() 7. └─base::loadNamespace(x) 8. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 9. └─base (local) withOneRestart(expr, restarts[[1L]]) 10. └─base (local) doWithOneRestart(return(expr), restart) ── Failure ('test_kernel_model_and_kernels.R:420:24'): Cts kernels 2D ────────── Expected `{ ... }` to run without any errors. ℹ Actually got a <packageNotFoundError> with text: there is no package called 'ContourFunctions' ── Failure ('test_kernel_model_and_kernels.R:421:7'): Cts kernels 2D ─────────── Expected `gp$plot2D(se = T, n = 5, horizontal = F)` to run without any errors. ℹ Actually got a <packageNotFoundError> with text: there is no package called 'ContourFunctions' ── Failure ('test_kernel_model_and_kernels.R:422:7'): Cts kernels 2D ─────────── Expected `gp$plot2D(se = T, n = 5, mean = F)` to run without any errors. ℹ Actually got a <packageNotFoundError> with text: there is no package called 'ContourFunctions' ── Failure ('test_kernel_model_and_kernels.R:426:7'): Cts kernels 2D ─────────── `plot(gp)` threw an error. Message: there is no package called 'ContourFunctions' Class: packageNotFoundError/error/condition Backtrace: ▆ 1. ├─testthat::expect_error(plot(gp), NA) at test_kernel_model_and_kernels.R:426:7 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. ├─base::plot(gp) 7. ├─R6:::plot.R6(gp) 8. │ └─x$plot(...) 9. │ └─self$plot2D(...) 10. └─base::loadNamespace(x) 11. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 12. └─base (local) withOneRestart(expr, restarts[[1L]]) 13. └─base (local) doWithOneRestart(return(expr), restart) [ FAIL 10 | WARN 3 | SKIP 0 | PASS 3086 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.2.12
Check: tests
Result: ERROR Running ‘testthat.R’ [271s/404s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(GauPro) > > test_check("GauPro") warning: solve(): system is singular; attempting approx solution Error : solve(): solution not found [ FAIL 10 | WARN 0 | SKIP 0 | PASS 3077 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test_kernel_model_and_kernels.R:419:7'): Cts kernels 2D ─────────── `gp$plot2D()` threw an error. Message: there is no package called 'ContourFunctions' Class: packageNotFoundError/error/condition Backtrace: ▆ 1. ├─testthat::expect_error(gp$plot2D(), NA) at test_kernel_model_and_kernels.R:419:7 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. ├─gp$plot2D() 7. └─base::loadNamespace(x) 8. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 9. └─base (local) withOneRestart(expr, restarts[[1L]]) 10. └─base (local) doWithOneRestart(return(expr), restart) ── Failure ('test_kernel_model_and_kernels.R:420:24'): Cts kernels 2D ────────── Expected `{ ... }` to run without any errors. ℹ Actually got a <packageNotFoundError> with text: there is no package called 'ContourFunctions' ── Failure ('test_kernel_model_and_kernels.R:421:7'): Cts kernels 2D ─────────── Expected `gp$plot2D(se = T, n = 5, horizontal = F)` to run without any errors. ℹ Actually got a <packageNotFoundError> with text: there is no package called 'ContourFunctions' ── Failure ('test_kernel_model_and_kernels.R:422:7'): Cts kernels 2D ─────────── Expected `gp$plot2D(se = T, n = 5, mean = F)` to run without any errors. ℹ Actually got a <packageNotFoundError> with text: there is no package called 'ContourFunctions' ── Failure ('test_kernel_model_and_kernels.R:426:7'): Cts kernels 2D ─────────── `plot(gp)` threw an error. Message: there is no package called 'ContourFunctions' Class: packageNotFoundError/error/condition Backtrace: ▆ 1. ├─testthat::expect_error(plot(gp), NA) at test_kernel_model_and_kernels.R:426:7 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. ├─base::plot(gp) 7. ├─R6:::plot.R6(gp) 8. │ └─x$plot(...) 9. │ └─self$plot2D(...) 10. └─base::loadNamespace(x) 11. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 12. └─base (local) withOneRestart(expr, restarts[[1L]]) 13. └─base (local) doWithOneRestart(return(expr), restart) ── Failure ('test_kernel_model_and_kernels.R:419:7'): Cts kernels 2D ─────────── `gp$plot2D()` threw an error. Message: there is no package called 'ContourFunctions' Class: packageNotFoundError/error/condition Backtrace: ▆ 1. ├─testthat::expect_error(gp$plot2D(), NA) at test_kernel_model_and_kernels.R:419:7 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. ├─gp$plot2D() 7. └─base::loadNamespace(x) 8. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 9. └─base (local) withOneRestart(expr, restarts[[1L]]) 10. └─base (local) doWithOneRestart(return(expr), restart) ── Failure ('test_kernel_model_and_kernels.R:420:24'): Cts kernels 2D ────────── Expected `{ ... }` to run without any errors. ℹ Actually got a <packageNotFoundError> with text: there is no package called 'ContourFunctions' ── Failure ('test_kernel_model_and_kernels.R:421:7'): Cts kernels 2D ─────────── Expected `gp$plot2D(se = T, n = 5, horizontal = F)` to run without any errors. ℹ Actually got a <packageNotFoundError> with text: there is no package called 'ContourFunctions' ── Failure ('test_kernel_model_and_kernels.R:422:7'): Cts kernels 2D ─────────── Expected `gp$plot2D(se = T, n = 5, mean = F)` to run without any errors. ℹ Actually got a <packageNotFoundError> with text: there is no package called 'ContourFunctions' ── Failure ('test_kernel_model_and_kernels.R:426:7'): Cts kernels 2D ─────────── `plot(gp)` threw an error. Message: there is no package called 'ContourFunctions' Class: packageNotFoundError/error/condition Backtrace: ▆ 1. ├─testthat::expect_error(plot(gp), NA) at test_kernel_model_and_kernels.R:426:7 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. ├─base::plot(gp) 7. ├─R6:::plot.R6(gp) 8. │ └─x$plot(...) 9. │ └─self$plot2D(...) 10. └─base::loadNamespace(x) 11. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 12. └─base (local) withOneRestart(expr, restarts[[1L]]) 13. └─base (local) doWithOneRestart(return(expr), restart) [ FAIL 10 | WARN 0 | SKIP 0 | PASS 3077 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.2.12
Check: tests
Result: ERROR Running ‘testthat.R’ [143s/176s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(GauPro) > > test_check("GauPro") [ FAIL 10 | WARN 0 | SKIP 0 | PASS 3079 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test_kernel_model_and_kernels.R:419:7'): Cts kernels 2D ─────────── `gp$plot2D()` threw an error. Message: there is no package called 'ContourFunctions' Class: packageNotFoundError/error/condition Backtrace: ▆ 1. ├─testthat::expect_error(gp$plot2D(), NA) at test_kernel_model_and_kernels.R:419:7 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. ├─gp$plot2D() 7. └─base::loadNamespace(x) 8. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 9. └─base (local) withOneRestart(expr, restarts[[1L]]) 10. └─base (local) doWithOneRestart(return(expr), restart) ── Failure ('test_kernel_model_and_kernels.R:420:24'): Cts kernels 2D ────────── Expected `{ ... }` to run without any errors. ℹ Actually got a <packageNotFoundError> with text: there is no package called 'ContourFunctions' ── Failure ('test_kernel_model_and_kernels.R:421:7'): Cts kernels 2D ─────────── Expected `gp$plot2D(se = T, n = 5, horizontal = F)` to run without any errors. ℹ Actually got a <packageNotFoundError> with text: there is no package called 'ContourFunctions' ── Failure ('test_kernel_model_and_kernels.R:422:7'): Cts kernels 2D ─────────── Expected `gp$plot2D(se = T, n = 5, mean = F)` to run without any errors. ℹ Actually got a <packageNotFoundError> with text: there is no package called 'ContourFunctions' ── Failure ('test_kernel_model_and_kernels.R:426:7'): Cts kernels 2D ─────────── `plot(gp)` threw an error. Message: there is no package called 'ContourFunctions' Class: packageNotFoundError/error/condition Backtrace: ▆ 1. ├─testthat::expect_error(plot(gp), NA) at test_kernel_model_and_kernels.R:426:7 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. ├─base::plot(gp) 7. ├─R6:::plot.R6(gp) 8. │ └─x$plot(...) 9. │ └─self$plot2D(...) 10. └─base::loadNamespace(x) 11. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 12. └─base (local) withOneRestart(expr, restarts[[1L]]) 13. └─base (local) doWithOneRestart(return(expr), restart) ── Failure ('test_kernel_model_and_kernels.R:419:7'): Cts kernels 2D ─────────── `gp$plot2D()` threw an error. Message: there is no package called 'ContourFunctions' Class: packageNotFoundError/error/condition Backtrace: ▆ 1. ├─testthat::expect_error(gp$plot2D(), NA) at test_kernel_model_and_kernels.R:419:7 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. ├─gp$plot2D() 7. └─base::loadNamespace(x) 8. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 9. └─base (local) withOneRestart(expr, restarts[[1L]]) 10. └─base (local) doWithOneRestart(return(expr), restart) ── Failure ('test_kernel_model_and_kernels.R:420:24'): Cts kernels 2D ────────── Expected `{ ... }` to run without any errors. ℹ Actually got a <packageNotFoundError> with text: there is no package called 'ContourFunctions' ── Failure ('test_kernel_model_and_kernels.R:421:7'): Cts kernels 2D ─────────── Expected `gp$plot2D(se = T, n = 5, horizontal = F)` to run without any errors. ℹ Actually got a <packageNotFoundError> with text: there is no package called 'ContourFunctions' ── Failure ('test_kernel_model_and_kernels.R:422:7'): Cts kernels 2D ─────────── Expected `gp$plot2D(se = T, n = 5, mean = F)` to run without any errors. ℹ Actually got a <packageNotFoundError> with text: there is no package called 'ContourFunctions' ── Failure ('test_kernel_model_and_kernels.R:426:7'): Cts kernels 2D ─────────── `plot(gp)` threw an error. Message: there is no package called 'ContourFunctions' Class: packageNotFoundError/error/condition Backtrace: ▆ 1. ├─testthat::expect_error(plot(gp), NA) at test_kernel_model_and_kernels.R:426:7 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. ├─base::plot(gp) 7. ├─R6:::plot.R6(gp) 8. │ └─x$plot(...) 9. │ └─self$plot2D(...) 10. └─base::loadNamespace(x) 11. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 12. └─base (local) withOneRestart(expr, restarts[[1L]]) 13. └─base (local) doWithOneRestart(return(expr), restart) [ FAIL 10 | WARN 0 | SKIP 0 | PASS 3079 ] Error: Test failures Execution halted Flavor: r-patched-linux-x86_64

Version: 0.2.12
Check: tests
Result: ERROR Running ‘testthat.R’ [147s/187s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(GauPro) > > test_check("GauPro") Increasing nugget to get invertibility from 4.275621e-06 to 8.551242e-06 Increasing nugget to get invertibility from 4e-06 to 8e-06 [ FAIL 12 | WARN 7 | SKIP 0 | PASS 3084 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test_kernel_model_and_kernels.R:419:7'): Cts kernels 2D ─────────── `gp$plot2D()` threw an error. Message: there is no package called 'ContourFunctions' Class: packageNotFoundError/error/condition Backtrace: ▆ 1. ├─testthat::expect_error(gp$plot2D(), NA) at test_kernel_model_and_kernels.R:419:7 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. ├─gp$plot2D() 7. └─base::loadNamespace(x) 8. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 9. └─base (local) withOneRestart(expr, restarts[[1L]]) 10. └─base (local) doWithOneRestart(return(expr), restart) ── Failure ('test_kernel_model_and_kernels.R:420:24'): Cts kernels 2D ────────── Expected `{ ... }` to run without any errors. ℹ Actually got a <packageNotFoundError> with text: there is no package called 'ContourFunctions' ── Failure ('test_kernel_model_and_kernels.R:421:7'): Cts kernels 2D ─────────── Expected `gp$plot2D(se = T, n = 5, horizontal = F)` to run without any errors. ℹ Actually got a <packageNotFoundError> with text: there is no package called 'ContourFunctions' ── Failure ('test_kernel_model_and_kernels.R:422:7'): Cts kernels 2D ─────────── Expected `gp$plot2D(se = T, n = 5, mean = F)` to run without any errors. ℹ Actually got a <packageNotFoundError> with text: there is no package called 'ContourFunctions' ── Failure ('test_kernel_model_and_kernels.R:426:7'): Cts kernels 2D ─────────── `plot(gp)` threw an error. Message: there is no package called 'ContourFunctions' Class: packageNotFoundError/error/condition Backtrace: ▆ 1. ├─testthat::expect_error(plot(gp), NA) at test_kernel_model_and_kernels.R:426:7 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. ├─base::plot(gp) 7. ├─R6:::plot.R6(gp) 8. │ └─x$plot(...) 9. │ └─self$plot2D(...) 10. └─base::loadNamespace(x) 11. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 12. └─base (local) withOneRestart(expr, restarts[[1L]]) 13. └─base (local) doWithOneRestart(return(expr), restart) ── Failure ('test_kernel_model_and_kernels.R:419:7'): Cts kernels 2D ─────────── `gp$plot2D()` threw an error. Message: there is no package called 'ContourFunctions' Class: packageNotFoundError/error/condition Backtrace: ▆ 1. ├─testthat::expect_error(gp$plot2D(), NA) at test_kernel_model_and_kernels.R:419:7 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. ├─gp$plot2D() 7. └─base::loadNamespace(x) 8. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 9. └─base (local) withOneRestart(expr, restarts[[1L]]) 10. └─base (local) doWithOneRestart(return(expr), restart) ── Failure ('test_kernel_model_and_kernels.R:420:24'): Cts kernels 2D ────────── Expected `{ ... }` to run without any errors. ℹ Actually got a <packageNotFoundError> with text: there is no package called 'ContourFunctions' ── Failure ('test_kernel_model_and_kernels.R:421:7'): Cts kernels 2D ─────────── Expected `gp$plot2D(se = T, n = 5, horizontal = F)` to run without any errors. ℹ Actually got a <packageNotFoundError> with text: there is no package called 'ContourFunctions' ── Failure ('test_kernel_model_and_kernels.R:422:7'): Cts kernels 2D ─────────── Expected `gp$plot2D(se = T, n = 5, mean = F)` to run without any errors. ℹ Actually got a <packageNotFoundError> with text: there is no package called 'ContourFunctions' ── Failure ('test_kernel_model_and_kernels.R:426:7'): Cts kernels 2D ─────────── `plot(gp)` threw an error. Message: there is no package called 'ContourFunctions' Class: packageNotFoundError/error/condition Backtrace: ▆ 1. ├─testthat::expect_error(plot(gp), NA) at test_kernel_model_and_kernels.R:426:7 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. ├─base::plot(gp) 7. ├─R6:::plot.R6(gp) 8. │ └─x$plot(...) 9. │ └─self$plot2D(...) 10. └─base::loadNamespace(x) 11. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 12. └─base (local) withOneRestart(expr, restarts[[1L]]) 13. └─base (local) doWithOneRestart(return(expr), restart) ── Failure ('test_kernel_model_and_kernels.R:703:7'): Factor kernels ─────────── `predict(gp, 1:3, se.fit = T)` generated warnings: * Negative s2 predictions are being set to 1.34304220208225e-07 (2 values, min=-9.1367290947636e-07) bad pred in OrderedFactorKernel ── Failure ('test_kernel_model_and_kernels.R:744:5'): Factor kernels ─────────── `df` not equal to dfg$fn. 1/1 mismatches [1] 1.35e+09 - 1.35e+09 == 41.1 [ FAIL 12 | WARN 7 | SKIP 0 | PASS 3084 ] Error: Test failures Execution halted Flavor: r-release-linux-x86_64

Version: 0.2.12
Check: installed package size
Result: NOTE installed size is 9.1Mb sub-directories of 1Mb or more: R 2.1Mb libs 6.3Mb Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64