Last updated on 2023-01-10 12:53:28 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.2 | 89.82 | 99.73 | 189.55 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.3.2 | 66.17 | 73.03 | 139.20 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.3.2 | 285.00 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.2 | 253.32 | OK | |||
r-devel-windows-x86_64 | 0.3.2 | 104.00 | 166.00 | 270.00 | OK | |
r-patched-linux-x86_64 | 0.3.2 | 55.25 | 95.15 | 150.40 | OK | |
r-release-linux-x86_64 | 0.3.2 | 55.72 | 92.35 | 148.07 | OK | |
r-release-macos-arm64 | 0.3.2 | 68.00 | OK | |||
r-release-macos-x86_64 | 0.3.2 | 105.00 | OK | |||
r-release-windows-x86_64 | 0.3.2 | 103.00 | 158.00 | 261.00 | OK | |
r-oldrel-macos-arm64 | 0.3.2 | 77.00 | OK | |||
r-oldrel-macos-x86_64 | 0.3.2 | 138.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 0.3.2 | 220.00 | 158.00 | 378.00 | ERROR |
Version: 0.3.2
Check: running examples for arch ‘i386’
Result: ERROR
Running examples in 'cort-Ex.R' failed
The error most likely occurred in:
> ### Name: Cort-Class
> ### Title: Cort copulas
> ### Aliases: Cort-Class Cort
>
> ### ** Examples
>
> (Cort(LifeCycleSavings[,1:3]))
Error in library.dynam(lib, package, package.lib) :
DLL 'purrr' not found: maybe not installed for this architecture?
Calls: Cort -> loadNamespace -> library.dynam
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64
Version: 0.3.2
Check: running tests for arch ‘i386’
Result: ERROR
Running 'spelling.R' [0s]
Running 'testthat.R' [4s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(cort)
>
> test_check("cort")
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 78 ]
== Failed tests ================================================================
-- Error ('test-Cort.R:3'): (code run outside of `test_that()`) ----------------
Error in `library.dynam(lib, package, package.lib)`: DLL 'purrr' not found: maybe not installed for this architecture?
Backtrace:
x
1. +-cort::Cort(LifeCycleSavings[, 1:3], verbose_lvl = 0) at test-Cort.R:3:0
2. \-base::loadNamespace(x)
3. \-base::library.dynam(lib, package, package.lib)
-- Error ('test-CortForest.R:4'): (code run outside of `test_that()`) ----------
Error: package 'purrr' is not installed for 'arch = i386'
Backtrace:
x
1. +-cort:::quiet(suppressWarnings(library(purrr))) at test-CortForest.R:4:0
2. | \-base::force(x)
3. +-base::suppressWarnings(library(purrr))
4. | \-base::withCallingHandlers(...)
5. \-base::library(purrr)
6. \-base (local) testRversion(pkgInfo, package, pkgpath)
-- Error ('test-vCopula.R:7'): (code run outside of `test_that()`) -------------
Error in `library.dynam(lib, package, package.lib)`: DLL 'purrr' not found: maybe not installed for this architecture?
Backtrace:
x
1. +-cort::Cort(LifeCycleSavings[1:20, 2:4], verbose_lvl = 0) at test-vCopula.R:7:0
2. \-base::loadNamespace(x)
3. \-base::library.dynam(lib, package, package.lib)
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 78 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64