CRAN Package Check Results for Package GauPro

Last updated on 2024-09-07 15:48:57 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.12 177.90 249.43 427.33 ERROR
r-devel-linux-x86_64-debian-gcc 0.2.12 119.41 160.10 279.51 ERROR
r-devel-linux-x86_64-fedora-clang 0.2.12 833.23 ERROR
r-devel-linux-x86_64-fedora-gcc 0.2.12 847.58 ERROR
r-devel-windows-x86_64 0.2.12 200.00 277.00 477.00 NOTE
r-patched-linux-x86_64 0.2.12 179.91 233.74 413.65 ERROR
r-release-linux-x86_64 0.2.12 178.14 238.03 416.17 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 193.00 286.00 479.00 ERROR
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 348.00 580.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-clang, 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’ [150s/200s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(GauPro) > > test_check("GauPro") Increasing nugget to get invertibility from 5.3785e-06 to 1.0757e-05 [ FAIL 10 | WARN 3 | SKIP 0 | PASS 3076 ] ══ 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 3076 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.2.12
Check: tests
Result: ERROR Running ‘testthat.R’ [93s/112s] 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-gcc

Version: 0.2.12
Check: tests
Result: ERROR Running ‘testthat.R’ [254s/490s] 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-fedora-clang

Version: 0.2.12
Check: tests
Result: ERROR Running ‘testthat.R’ [244s/464s] 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 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) [ FAIL 10 | WARN 0 | SKIP 0 | PASS 3084 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.2.12
Check: tests
Result: ERROR Running ‘testthat.R’ [140s/172s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(GauPro) > > test_check("GauPro") Increasing nugget to get invertibility from 4e-06 to 8e-06 [ FAIL 10 | WARN 1 | SKIP 0 | PASS 3074 ] ══ 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 1 | SKIP 0 | PASS 3074 ] Error: Test failures Execution halted Flavor: r-patched-linux-x86_64

Version: 0.2.12
Check: tests
Result: ERROR Running ‘testthat.R’ [145s/177s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(GauPro) > > test_check("GauPro") [ FAIL 10 | WARN 0 | SKIP 0 | PASS 3083 ] ══ 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 3083 ] 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

Version: 0.2.12
Check: tests
Result: ERROR Running 'testthat.R' [125s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(GauPro) > > test_check("GauPro") Increasing nugget to get invertibility from 5.251386e-06 to 1.050277e-05 [ FAIL 1 | WARN 3 | SKIP 0 | PASS 3082 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test_kernel_model_and_kernels.R:215:7'): Cts kernels 1D ─────────── 11 Product gpvmatches 13 / 39 seed = 478576 is not TRUE `actual`: FALSE `expected`: TRUE [ FAIL 1 | WARN 3 | SKIP 0 | PASS 3082 ] Error: Test failures Execution halted Flavor: r-release-windows-x86_64