Last updated on 2024-09-10 07:49:47 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.12 | 184.90 | 252.97 | 437.87 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.2.12 | 122.79 | 158.95 | 281.74 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.2.12 | 833.23 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.12 | 829.46 | ERROR | |||
r-devel-windows-x86_64 | 0.2.12 | 194.00 | 274.00 | 468.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 | 177.37 | 236.49 | 413.86 | 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 | 265.00 | 458.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 | 236.00 | 347.00 | 583.00 | OK |
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’ [154s/190s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(GauPro)
>
> test_check("GauPro")
Error : chol(): decomposition failed
[ FAIL 10 | WARN 0 | SKIP 0 | PASS 3082 ]
══ 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 3082 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.2.12
Check: tests
Result: ERROR
Running ‘testthat.R’ [90s/115s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(GauPro)
>
> test_check("GauPro")
[ FAIL 10 | WARN 0 | SKIP 0 | PASS 3080 ]
══ 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 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’ [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’ [257s/377s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(GauPro)
>
> test_check("GauPro")
[ FAIL 10 | WARN 0 | SKIP 0 | PASS 3075 ]
══ 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 3075 ]
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’ [143s/185s]
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 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 0 | SKIP 0 | PASS 3074 ]
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' [110s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(GauPro)
>
> test_check("GauPro")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 3077 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_kernel_model_and_kernels.R:1335:3'): Wide range Z ────────────
mean(abs((e1$Z - e1$pred(e1$X))/e1$Z)) is not strictly less than 0.1. Difference: 0.667
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 3077 ]
Error: Test failures
Execution halted
Flavor: r-release-windows-x86_64