Last updated on 2025-02-18 02:50:52 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.3 | 402.66 | 222.28 | 624.94 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0.3 | 360.98 | 152.99 | 513.97 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0.3 | 964.62 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.3 | 2106.77 | ERROR | |||
r-devel-macos-arm64 | 1.0.3 | 368.00 | OK | |||
r-devel-macos-x86_64 | 1.0.3 | 793.00 | NOTE | |||
r-devel-windows-x86_64 | 1.0.3 | 390.00 | 294.00 | 684.00 | NOTE | |
r-patched-linux-x86_64 | 1.0.3 | 523.27 | 211.48 | 734.75 | OK | |
r-release-linux-x86_64 | 1.0.3 | 515.82 | 213.29 | 729.11 | OK | |
r-release-macos-arm64 | 1.0.3 | 306.00 | NOTE | |||
r-release-macos-x86_64 | 1.0.3 | 407.00 | NOTE | |||
r-release-windows-x86_64 | 1.0.3 | 405.00 | 298.00 | 703.00 | NOTE | |
r-oldrel-macos-arm64 | 1.0.3 | 316.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.0.3 | 472.00 | NOTE | |||
r-oldrel-windows-x86_64 | 1.0.3 | 499.00 | 366.00 | 865.00 | NOTE |
Version: 1.0.3
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.1.0 because package code uses the pipe
|> or function shorthand \(...) syntax added in R 4.1.0.
File(s) using such syntax:
‘benchmark.R’ ‘print.R’
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-devel-macos-x86_64, r-devel-windows-x86_64
Version: 1.0.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [374s/377s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(tsgarch)
Loading required package: tsmethods
>
> test_check("tsgarch")
Error: nlopt_add_equality_mconstraint returned NLOPT_INVALID_ARGS.
Error: nlopt_add_equality_mconstraint returned NLOPT_INVALID_ARGS.
Error: nlopt_add_equality_mconstraint returned NLOPT_INVALID_ARGS.
Error: nlopt_add_equality_mconstraint returned NLOPT_INVALID_ARGS.
[ FAIL 4 | WARN 4 | SKIP 0 | PASS 133 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-benchmarks.R:8:5'): fcp laurent ──────────────────────────────
all(b$lre$coefficient > 4) is not TRUE
`actual`: FALSE
`expected`: TRUE
── Failure ('test-estimation.R:145:5'): estimate: igarch(1,1) ──────────────────
as.numeric(logLik(mod)) (`actual`) not equal to -1082.6435 (`expected`).
`actual`: -Inf
`expected`: -1082.6
── Failure ('test-estimation.R:165:5'): estimate: igarch(2,1)-partially fixed parameters ──
persistence(mod) (`actual`) not equal to 1 (`expected`).
`actual`: 0.985
`expected`: 1.000
── Failure ('test-estimation.R:166:5'): estimate: igarch(2,1)-partially fixed parameters ──
as.numeric(logLik(mod)) (`actual`) not equal to -1088.12 (`expected`).
`actual`: -Inf
`expected`: -1088.1
[ FAIL 4 | WARN 4 | SKIP 0 | PASS 133 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.0.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [13m/13m]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(tsgarch)
Loading required package: tsmethods
>
> test_check("tsgarch")
Error: nlopt_add_equality_mconstraint returned NLOPT_INVALID_ARGS.
Error: nlopt_add_equality_mconstraint returned NLOPT_INVALID_ARGS.
Error: nlopt_add_equality_mconstraint returned NLOPT_INVALID_ARGS.
Error: nlopt_add_equality_mconstraint returned NLOPT_INVALID_ARGS.
[ FAIL 4 | WARN 2 | SKIP 0 | PASS 133 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-benchmarks.R:8:5'): fcp laurent ──────────────────────────────
all(b$lre$coefficient > 4) is not TRUE
`actual`: FALSE
`expected`: TRUE
── Failure ('test-estimation.R:145:5'): estimate: igarch(1,1) ──────────────────
as.numeric(logLik(mod)) (`actual`) not equal to -1082.6435 (`expected`).
`actual`: -Inf
`expected`: -1082.6
── Failure ('test-estimation.R:165:5'): estimate: igarch(2,1)-partially fixed parameters ──
persistence(mod) (`actual`) not equal to 1 (`expected`).
`actual`: 0.985
`expected`: 1.000
── Failure ('test-estimation.R:166:5'): estimate: igarch(2,1)-partially fixed parameters ──
as.numeric(logLik(mod)) (`actual`) not equal to -1088.12 (`expected`).
`actual`: -Inf
`expected`: -1088.1
[ FAIL 4 | WARN 2 | SKIP 0 | PASS 133 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 1.0.3
Check: installed package size
Result: NOTE
installed size is 138.4Mb
sub-directories of 1Mb or more:
libs 137.3Mb
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64