Last updated on 2026-09-22 18:49:35 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1.1 | 15.32 | 567.70 | 583.02 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.1.1 | 13.17 | 411.10 | 424.27 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.1.1 | 12.00 | 356.11 | 368.11 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 1.1.1 | 12.00 | 364.07 | 376.07 | ERROR | |
| r-devel-windows-x86_64 | 1.1.1 | 18.00 | 156.00 | 174.00 | OK | |
| r-patched-linux-x86_64 | 1.1.1 | 15.37 | 558.27 | 573.64 | OK | |
| r-release-linux-x86_64 | 1.1.1 | 14.54 | 559.74 | 574.28 | OK | |
| r-release-macos-arm64 | 1.1.1 | 5.00 | 71.00 | 76.00 | OK | |
| r-release-macos-x86_64 | 1.1.1 | 11.00 | 197.00 | 208.00 | OK | |
| r-release-windows-x86_64 | 1.1.1 | 16.00 | 145.00 | 161.00 | OK | |
| r-oldrel-macos-arm64 | 1.1.1 | 5.00 | 75.00 | 80.00 | OK | |
| r-oldrel-macos-x86_64 | 1.1.1 | 10.00 | 200.00 | 210.00 | OK | |
| r-oldrel-windows-x86_64 | 1.1.1 | 21.00 | 185.00 | 206.00 | OK |
Version: 1.1.1
Check: examples
Result: ERROR
Running examples in ‘rjd3production-Ex.R’ failed
The error most likely occurred in:
> ### Name: translate-spec
> ### Title: Reverse Engineering of rjd3 Specifications
> ### Aliases: translate-spec rev_spec
>
> ### ** Examples
>
> ## Don't show:
> if (rjd3jars::check_java_version(silent = TRUE)) withAutoprint({ # examplesIf
+ ## End(Don't show)
+
+ spec_init <- rjd3x13::x13_spec("RSA3") |>
+ rjd3toolkit::set_basic(type = "All") |>
+ rjd3toolkit::set_automodel(enabled = FALSE)
+ code <- rev_spec(spec_init)
+ cat(code)
+ spec_rebuilt <- eval(parse(text = code))
+ ## Don't show:
+ }) # examplesIf
> spec_init <- rjd3toolkit::set_automodel(rjd3toolkit::set_basic(rjd3x13::x13_spec("RSA3"),
+ type = "All"), enabled = FALSE)
> code <- rev_spec(spec_init)
> cat(code)
rjd3x13::x13_spec() |>
rjd3x13::set_x11(
mode = "UNDEFINED",
bias = NA,
lsigma = 1.5,
usigma = 2.5,
fcasts = -1L,
bcasts = 0L,
seasonal.comp = TRUE,
henderson.filter = 0L,
seasonal.filter = "MSR",
calendar.sigma = "NONE",
exclude.forecast = FALSE
) |>
rjd3toolkit::set_automodel(
enabled = FALSE,
tsig = 1,
ubfinal = 1.05,
ub1 = 1.0309278350515465,
ub2 = 1.1363636363636365,
cancel = 0.1,
mixed = TRUE,
balanced = FALSE,
acceptdefault = FALSE,
ljungboxlimit = 0.95,
reducecv = 0.14286
) |>
rjd3toolkit::set_arima(
d = 1L,
bd = 1L,
q = 1L,
coef = c(0, 0),
coef.type = c("UNDEFINED", "UNDEFINED"),
bq = 1L
) |>
rjd3toolkit::set_transform(
adjust = "NONE",
aicdiff = -2,
outliers = FALSE,
fun = "AUTO"
) |>
rjd3toolkit::set_easter(
duration = 8L,
test = "NO",
enabled = FALSE
) |>
rjd3toolkit::set_basic(
preprocessing = TRUE,
preliminary.check = TRUE,
frequency = 0L,
type = "ALL",
d0 = NULL,
d1 = NULL,
n0 = 0L,
n1 = 0L
) |>
rjd3toolkit::set_estimate(
tol = 1e-07,
type = "ALL",
d0 = NULL,
d1 = NULL,
n0 = 0L,
n1 = 0L
) |>
rjd3toolkit::set_outlier(
method = "ADDONE",
maxiter = 30L,
lsrun = 0L,
d0 = NULL,
d1 = NULL,
n0 = 0L,
n1 = 0L,
outliers.type = c("AO", "LS", "TC"),
critical.value = numeric(3),
tc.rate = 0.7,
span.type = "ALL"
) |>
rjd3toolkit::set_tradingdays(
test = "NO",
autoadjust = FALSE,
calendar.name = "",
automatic = "UNUSED",
option = "NONE",
leapyear = "NONE",
stocktd = 0L,
uservariable = character(0)
) |>
rjd3toolkit::set_benchmarking(
enabled = FALSE,
target = "CALENDARADJUSTED",
lambda = 1,
rho = 1,
bias = "NONE",
forecast = FALSE
)> spec_rebuilt <- eval(parse(text = code))
Error in rjd3toolkit::set_basic(rjd3toolkit::set_easter(rjd3toolkit::set_transform(rjd3toolkit::set_arima(rjd3toolkit::set_automodel(rjd3x13::set_x11(rjd3x13::x13_spec(), :
unused argument (frequency = 0)
Calls: withAutoprint ... <Anonymous> -> <Anonymous> -> <Anonymous> -> <Anonymous>
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 1.1.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [57s/55s]
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/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library("testthat")
> library("rjd3production")
Attaching package: 'rjd3production'
The following object is masked from 'package:testthat':
compare
>
> test_check("rjd3production")
Saving _problems/test-translation-108.R
Saving _problems/test-translation-282.R
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 1100 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-translation.R:100:9'): rev_set_basic works ─────────────────────
Error in `rjd3toolkit::set_basic(rjd3x13::x13_spec("RSA3"), preprocessing = TRUE, preliminary.check = TRUE, frequency = 0L, type = "EXCLUDING", d0 = NULL, d1 = NULL, n0 = 11L, n1 = 18L)`: unused argument (frequency = 0)
Backtrace:
▆
1. └─base::eval(...) at test-translation.R:100:9
2. └─base::eval(...)
── Error ('test-translation.R:277:13'): rev_spec works ─────────────────────────
Error in `rjd3toolkit::set_basic(rjd3toolkit::set_easter(rjd3toolkit::set_transform(rjd3toolkit::set_arima(rjd3toolkit::set_automodel(rjd3x13::set_x11(rjd3toolkit::add_usrdefvar(rjd3toolkit::add_usrdefvar(rjd3toolkit::add_ramp(rjd3toolkit::add_outlier(rjd3x13::x13_spec(), type = c("LS", "TC"), date = c("2013-03-20", "2020-02-28"), name = c("LS1_rnd", "TC (2020-02-28)"), coef = c(0.0632388605171088, 0)), start = c("2011-07-24", "1987-05-14", "2014-02-10", "2004-08-31", "1978-04-28", "1994-02-28", "2012-03-19", "1974-07-19", "2011-04-20", "2005-08-22", "1979-02-23", "1987-04-02", "1975-04-16", "2003-02-19"), end = c("2014-12-04", "1988-07-06", "2014-12-10", "2007-02-13", "1981-07-22", "1994-09-15", "2014-03-16", "1979-09-20", "2013-03-16", "2007-08-25", "1980-01-03", "1992-03-15", "1979-06-02", "2006-10-15"), name = c(" ()", "Ramp3_rnd", "Ramp2_rnd", "Ramp12_rnd", "Ramp1_rnd", "Ramp4_rnd", "Ramp8_rnd", "Ramp5_rnd", "Ramp9_rnd", "Ramp10_rnd", "Ramp13_rnd", "Ramp7_rnd", "Ramp14_rnd", "Ramp6_rnd"), coef = c(-0.159602709660062, 0.371078328683156, 0, 0, 0, 0.795236404791241, -1.52472862661641, 0.32437994259861, -0.408266832429838, -0.865812159826178, 0, 0, -0.173646146890667, 0)), name = "gy0m", lag = 10L, coef = -0.408572461920261, regeffect = "Series", label = "a9k8r", group = "2ij"), name = "quy2", lag = 3L, coef = NULL, regeffect = "Series", label = "07z0q", group = "okr"), mode = "PSEUDOADDITIVE", bias = NA, lsigma = 2.57775955181569, usigma = 6.26512588001788, fcasts = 7L, bcasts = 21L, seasonal.comp = TRUE, henderson.filter = 41L, seasonal.filter = "S3X3", calendar.sigma = "SELECT", sigma.vector = 2L, exclude.forecast = FALSE), enabled = TRUE, tsig = 0.838774666544648, ubfinal = 1.05, ub1 = 1.03092783505155, ub2 = 1.13636363636364, cancel = 0.1, mixed = FALSE, balanced = FALSE, acceptdefault = FALSE, ljungboxlimit = 0.95, reducecv = 0.14286), d = 1L, bd = 0L, p = 0L, q = 1L, coef = 0, coef.type = "UNDEFINED", bp = 0L, bq = 0L), adjust = "NONE", aicdiff = -2, outliers = FALSE, fun = "LOG"), duration = 20L, test = "NO", enabled = FALSE), preprocessing = FALSE, preliminary.check = TRUE, frequency = 0L, type = "BETWEEN", d0 = "1993-03-15", d1 = "1998-08-30", n0 = 0L, n1 = 0L)`: unused argument (frequency = 0)
Backtrace:
▆
1. ├─base::suppressWarnings(...) at test-translation.R:275:9
2. │ └─base::withCallingHandlers(...)
3. ├─base::eval(expr = parse(text = rev_spec(spec_ref)), envir = .GlobalEnv) at test-translation.R:277:13
4. │ └─base::eval(expr = parse(text = rev_spec(spec_ref)), envir = .GlobalEnv)
5. ├─rjd3toolkit::set_benchmarking(...)
6. ├─rjd3toolkit::set_tradingdays(...)
7. ├─rjd3toolkit::set_outlier(...)
8. └─rjd3toolkit::set_estimate(...)
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 1100 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.1.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [60s/60s]
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/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library("testthat")
> library("rjd3production")
Attaching package: 'rjd3production'
The following object is masked from 'package:testthat':
compare
>
> test_check("rjd3production")
Saving _problems/test-translation-108.R
Saving _problems/test-translation-282.R
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 1100 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-translation.R:100:9'): rev_set_basic works ─────────────────────
Error in `rjd3toolkit::set_basic(rjd3x13::x13_spec("RSA3"), preprocessing = TRUE, preliminary.check = TRUE, frequency = 0L, type = "EXCLUDING", d0 = NULL, d1 = NULL, n0 = 11L, n1 = 18L)`: unused argument (frequency = 0)
Backtrace:
▆
1. └─base::eval(...) at test-translation.R:100:9
2. └─base::eval(...)
── Error ('test-translation.R:277:13'): rev_spec works ─────────────────────────
Error in `rjd3toolkit::set_basic(rjd3toolkit::set_easter(rjd3toolkit::set_transform(rjd3toolkit::set_arima(rjd3toolkit::set_automodel(rjd3x13::set_x11(rjd3toolkit::add_usrdefvar(rjd3toolkit::add_usrdefvar(rjd3toolkit::add_ramp(rjd3toolkit::add_outlier(rjd3x13::x13_spec(), type = c("LS", "TC"), date = c("2013-03-20", "2020-02-28"), name = c("LS1_rnd", "TC (2020-02-28)"), coef = c(0.0632388605171088, 0)), start = c("2011-07-24", "1987-05-14", "2014-02-10", "2004-08-31", "1978-04-28", "1994-02-28", "2012-03-19", "1974-07-19", "2011-04-20", "2005-08-22", "1979-02-23", "1987-04-02", "1975-04-16", "2003-02-19"), end = c("2014-12-04", "1988-07-06", "2014-12-10", "2007-02-13", "1981-07-22", "1994-09-15", "2014-03-16", "1979-09-20", "2013-03-16", "2007-08-25", "1980-01-03", "1992-03-15", "1979-06-02", "2006-10-15"), name = c(" ()", "Ramp3_rnd", "Ramp2_rnd", "Ramp12_rnd", "Ramp1_rnd", "Ramp4_rnd", "Ramp8_rnd", "Ramp5_rnd", "Ramp9_rnd", "Ramp10_rnd", "Ramp13_rnd", "Ramp7_rnd", "Ramp14_rnd", "Ramp6_rnd"), coef = c(-0.159602709660062, 0.371078328683156, 0, 0, 0, 0.795236404791241, -1.52472862661641, 0.32437994259861, -0.408266832429838, -0.865812159826178, 0, 0, -0.173646146890667, 0)), name = "gy0m", lag = 10L, coef = -0.408572461920261, regeffect = "Series", label = "a9k8r", group = "2ij"), name = "quy2", lag = 3L, coef = NULL, regeffect = "Series", label = "07z0q", group = "okr"), mode = "PSEUDOADDITIVE", bias = NA, lsigma = 2.57775955181569, usigma = 6.26512588001788, fcasts = 7L, bcasts = 21L, seasonal.comp = TRUE, henderson.filter = 41L, seasonal.filter = "S3X3", calendar.sigma = "SELECT", sigma.vector = 2L, exclude.forecast = FALSE), enabled = TRUE, tsig = 0.838774666544648, ubfinal = 1.05, ub1 = 1.03092783505155, ub2 = 1.13636363636364, cancel = 0.1, mixed = FALSE, balanced = FALSE, acceptdefault = FALSE, ljungboxlimit = 0.95, reducecv = 0.14286), d = 1L, bd = 0L, p = 0L, q = 1L, coef = 0, coef.type = "UNDEFINED", bp = 0L, bq = 0L), adjust = "NONE", aicdiff = -2, outliers = FALSE, fun = "LOG"), duration = 20L, test = "NO", enabled = FALSE), preprocessing = FALSE, preliminary.check = TRUE, frequency = 0L, type = "BETWEEN", d0 = "1993-03-15", d1 = "1998-08-30", n0 = 0L, n1 = 0L)`: unused argument (frequency = 0)
Backtrace:
▆
1. ├─base::suppressWarnings(...) at test-translation.R:275:9
2. │ └─base::withCallingHandlers(...)
3. ├─base::eval(expr = parse(text = rev_spec(spec_ref)), envir = .GlobalEnv) at test-translation.R:277:13
4. │ └─base::eval(expr = parse(text = rev_spec(spec_ref)), envir = .GlobalEnv)
5. ├─rjd3toolkit::set_benchmarking(...)
6. ├─rjd3toolkit::set_tradingdays(...)
7. ├─rjd3toolkit::set_outlier(...)
8. └─rjd3toolkit::set_estimate(...)
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 1100 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc