Last updated on 2024-12-18 19:49:26 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.5 | 13.38 | 76.72 | 90.10 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.1.5 | 8.79 | 55.54 | 64.33 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.1.5 | 150.54 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.5 | 145.65 | ERROR | |||
r-devel-windows-x86_64 | 1.1.5 | 15.00 | 96.00 | 111.00 | ERROR | |
r-patched-linux-x86_64 | 1.1.5 | 10.67 | 73.03 | 83.70 | ERROR | |
r-release-linux-x86_64 | 1.1.5 | 12.97 | 72.67 | 85.64 | ERROR | |
r-release-macos-arm64 | 1.1.5 | 50.00 | OK | |||
r-release-macos-x86_64 | 1.1.5 | 93.00 | OK | |||
r-release-windows-x86_64 | 1.1.5 | 17.00 | 125.00 | 142.00 | OK | |
r-oldrel-macos-arm64 | 1.1.5 | 55.00 | OK | |||
r-oldrel-macos-x86_64 | 1.1.5 | 89.00 | OK | |||
r-oldrel-windows-x86_64 | 1.1.5 | 19.00 | 114.00 | 133.00 | ERROR |
Version: 1.1.5
Check: Rd cross-references
Result: NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
Vine-class.Rd: copula-class
Vine-distribution.Rd: cubature
h-methods.Rd: copula-class
hinverse-methods.Rd: copula-class
vineFit.Rd: copula-class
vineOrder.Rd: solve_TSP
vineParameters.Rd: copula-class
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: 1.1.5
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/5s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library("testthat")
> library("vines")
Loading required package: copula
>
> test_check("vines", reporter = "summary")
h:
h: 1
hinverse:
hinverse: 2
══ Failed ══════════════════════════════════════════════════════════════════════
── 1. Error ('test-h.R:3:1'): (code run outside of `test_that()`) ──────────────
<getvarError/missingArgError/error/condition>
Error in `testthat:::test_code(new_desc, substitute(code), env = env)`: argument "reporter" is missing, with no default
Backtrace:
▆
1. └─vines:::test_that_for_each_copula(...) at test-h.R:3:1
2. └─testthat:::test_code(new_desc, substitute(code), env = env) at tests/testthat/helper-copulas.R:37:13
── 2. Error ('test-hinverse.R:3:1'): (code run outside of `test_that()`) ───────
<getvarError/missingArgError/error/condition>
Error in `testthat:::test_code(new_desc, substitute(code), env = env)`: argument "reporter" is missing, with no default
Backtrace:
▆
1. └─vines:::test_that_for_each_copula(...) at test-hinverse.R:3:1
2. └─testthat:::test_code(new_desc, substitute(code), env = env) at tests/testthat/helper-copulas.R:37:13
══ DONE ════════════════════════════════════════════════════════════════════════
No one is perfect!
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.1.5
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/3s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library("testthat")
> library("vines")
Loading required package: copula
>
> test_check("vines", reporter = "summary")
h:
h: 1
hinverse:
hinverse: 2
══ Failed ══════════════════════════════════════════════════════════════════════
── 1. Error ('test-h.R:3:1'): (code run outside of `test_that()`) ──────────────
<getvarError/missingArgError/error/condition>
Error in `testthat:::test_code(new_desc, substitute(code), env = env)`: argument "reporter" is missing, with no default
Backtrace:
▆
1. └─vines:::test_that_for_each_copula(...) at test-h.R:3:1
2. └─testthat:::test_code(new_desc, substitute(code), env = env) at tests/testthat/helper-copulas.R:37:13
── 2. Error ('test-hinverse.R:3:1'): (code run outside of `test_that()`) ───────
<getvarError/missingArgError/error/condition>
Error in `testthat:::test_code(new_desc, substitute(code), env = env)`: argument "reporter" is missing, with no default
Backtrace:
▆
1. └─vines:::test_that_for_each_copula(...) at test-hinverse.R:3:1
2. └─testthat:::test_code(new_desc, substitute(code), env = env) at tests/testthat/helper-copulas.R:37:13
══ DONE ════════════════════════════════════════════════════════════════════════
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.1.5
Check: compiled code
Result: NOTE
File ‘vines/libs/vines.so’:
Found no call to: ‘R_useDynamicSymbols’
It is good practice to register native routines and to disable symbol
search.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 1.1.5
Check: tests
Result: ERROR
Running ‘testthat.R’
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library("testthat")
> library("vines")
Loading required package: copula
>
> test_check("vines", reporter = "summary")
h:
h: 1
hinverse:
hinverse: 2
══ Failed ══════════════════════════════════════════════════════════════════════
── 1. Error ('test-h.R:3:1'): (code run outside of `test_that()`) ──────────────
<getvarError/missingArgError/error/condition>
Error in `testthat:::test_code(new_desc, substitute(code), env = env)`: argument "reporter" is missing, with no default
Backtrace:
▆
1. └─vines:::test_that_for_each_copula(...) at test-h.R:3:1
2. └─testthat:::test_code(new_desc, substitute(code), env = env) at tests/testthat/helper-copulas.R:37:13
── 2. Error ('test-hinverse.R:3:1'): (code run outside of `test_that()`) ───────
<getvarError/missingArgError/error/condition>
Error in `testthat:::test_code(new_desc, substitute(code), env = env)`: argument "reporter" is missing, with no default
Backtrace:
▆
1. └─vines:::test_that_for_each_copula(...) at test-hinverse.R:3:1
2. └─testthat:::test_code(new_desc, substitute(code), env = env) at tests/testthat/helper-copulas.R:37:13
══ DONE ════════════════════════════════════════════════════════════════════════
Error: Test failures
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 1.1.5
Check: tests
Result: ERROR
Running 'testthat.R' [3s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library("testthat")
> library("vines")
Loading required package: copula
>
> test_check("vines", reporter = "summary")
h:
h: 1
hinverse:
hinverse: 2
══ Failed ══════════════════════════════════════════════════════════════════════
── 1. Error ('test-h.R:3:1'): (code run outside of `test_that()`) ──────────────
<getvarError/missingArgError/error/condition>
Error in `testthat:::test_code(new_desc, substitute(code), env = env)`: argument "reporter" is missing, with no default
Backtrace:
▆
1. └─vines:::test_that_for_each_copula(...) at test-h.R:3:1
2. └─testthat:::test_code(new_desc, substitute(code), env = env) at D:\RCompile\CRANpkg\local\4.5\vines.Rcheck\tests\testthat\helper-copulas.R:37:13
── 2. Error ('test-hinverse.R:3:1'): (code run outside of `test_that()`) ───────
<getvarError/missingArgError/error/condition>
Error in `testthat:::test_code(new_desc, substitute(code), env = env)`: argument "reporter" is missing, with no default
Backtrace:
▆
1. └─vines:::test_that_for_each_copula(...) at test-hinverse.R:3:1
2. └─testthat:::test_code(new_desc, substitute(code), env = env) at D:\RCompile\CRANpkg\local\4.5\vines.Rcheck\tests\testthat\helper-copulas.R:37:13
══ DONE ════════════════════════════════════════════════════════════════════════
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64
Version: 1.1.5
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/4s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library("testthat")
> library("vines")
Loading required package: copula
>
> test_check("vines", reporter = "summary")
h:
h: 1
hinverse:
hinverse: 2
══ Failed ══════════════════════════════════════════════════════════════════════
── 1. Error ('test-h.R:3:1'): (code run outside of `test_that()`) ──────────────
Error in `testthat:::test_code(new_desc, substitute(code), env = env)`: argument "reporter" is missing, with no default
Backtrace:
▆
1. └─vines:::test_that_for_each_copula(...) at test-h.R:3:1
2. └─testthat:::test_code(new_desc, substitute(code), env = env) at tests/testthat/helper-copulas.R:37:13
── 2. Error ('test-hinverse.R:3:1'): (code run outside of `test_that()`) ───────
Error in `testthat:::test_code(new_desc, substitute(code), env = env)`: argument "reporter" is missing, with no default
Backtrace:
▆
1. └─vines:::test_that_for_each_copula(...) at test-hinverse.R:3:1
2. └─testthat:::test_code(new_desc, substitute(code), env = env) at tests/testthat/helper-copulas.R:37:13
══ DONE ════════════════════════════════════════════════════════════════════════
No one gets it right on their first try
Error: Test failures
Execution halted
Flavor: r-patched-linux-x86_64
Version: 1.1.5
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/4s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library("testthat")
> library("vines")
Loading required package: copula
>
> test_check("vines", reporter = "summary")
h:
h: 1
hinverse:
hinverse: 2
══ Failed ══════════════════════════════════════════════════════════════════════
── 1. Error ('test-h.R:3:1'): (code run outside of `test_that()`) ──────────────
Error in `testthat:::test_code(new_desc, substitute(code), env = env)`: argument "reporter" is missing, with no default
Backtrace:
▆
1. └─vines:::test_that_for_each_copula(...) at test-h.R:3:1
2. └─testthat:::test_code(new_desc, substitute(code), env = env) at tests/testthat/helper-copulas.R:37:13
── 2. Error ('test-hinverse.R:3:1'): (code run outside of `test_that()`) ───────
Error in `testthat:::test_code(new_desc, substitute(code), env = env)`: argument "reporter" is missing, with no default
Backtrace:
▆
1. └─vines:::test_that_for_each_copula(...) at test-hinverse.R:3:1
2. └─testthat:::test_code(new_desc, substitute(code), env = env) at tests/testthat/helper-copulas.R:37:13
══ DONE ════════════════════════════════════════════════════════════════════════
Don't worry, you'll get it.
Error: Test failures
Execution halted
Flavor: r-release-linux-x86_64
Version: 1.1.5
Check: tests
Result: ERROR
Running 'testthat.R' [4s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library("testthat")
> library("vines")
Loading required package: copula
>
> test_check("vines", reporter = "summary")
h:
h: 1
hinverse:
hinverse: 2
══ Failed ══════════════════════════════════════════════════════════════════════
── 1. Error ('test-h.R:3:1'): (code run outside of `test_that()`) ──────────────
Error in `testthat:::test_code(new_desc, substitute(code), env = env)`: argument "reporter" is missing, with no default
Backtrace:
▆
1. └─vines:::test_that_for_each_copula(...) at test-h.R:3:1
2. └─testthat:::test_code(new_desc, substitute(code), env = env) at D:\RCompile\CRANpkg\local\4.3\vines.Rcheck\tests\testthat\helper-copulas.R:37:13
── 2. Error ('test-hinverse.R:3:1'): (code run outside of `test_that()`) ───────
Error in `testthat:::test_code(new_desc, substitute(code), env = env)`: argument "reporter" is missing, with no default
Backtrace:
▆
1. └─vines:::test_that_for_each_copula(...) at test-hinverse.R:3:1
2. └─testthat:::test_code(new_desc, substitute(code), env = env) at D:\RCompile\CRANpkg\local\4.3\vines.Rcheck\tests\testthat\helper-copulas.R:37:13
══ DONE ════════════════════════════════════════════════════════════════════════
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-x86_64