Last updated on 2025-12-06 00:48:58 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1-2 | 1.63 | 45.82 | 47.45 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.1-2 | 1.84 | 31.49 | 33.33 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.1-2 | 75.83 | NOTE | |||
| r-devel-linux-x86_64-fedora-gcc | 1.1-2 | 70.29 | NOTE | |||
| r-devel-windows-x86_64 | 1.1-2 | 4.00 | 74.00 | 78.00 | OK | |
| r-patched-linux-x86_64 | 1.1-2 | 2.69 | 42.24 | 44.93 | OK | |
| r-release-linux-x86_64 | 1.1-2 | 2.68 | 43.11 | 45.79 | OK | |
| r-release-macos-arm64 | 1.1-2 | OK | ||||
| r-release-macos-x86_64 | 1.1-2 | 2.00 | 50.00 | 52.00 | OK | |
| r-release-windows-x86_64 | 1.1-2 | 5.00 | 72.00 | 77.00 | OK | |
| r-oldrel-macos-arm64 | 1.1-2 | OK | ||||
| r-oldrel-macos-x86_64 | 1.1-2 | 2.00 | 57.00 | 59.00 | OK | |
| r-oldrel-windows-x86_64 | 1.1-2 | 5.00 | 88.00 | 93.00 | OK |
Version: 1.1-2
Check: tests
Result: ERROR
Running ‘testthat.R’ [9s/10s]
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(RSDC)
>
> test_check("RSDC")
Saving _problems/test-rsdc-estimate-33.R
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 40 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• {Rsolnp} is not installed (1): 'test-minvar-maxdiv.R:29:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-rsdc-estimate.R:33:3'): rsdc_estimate(method='tvtp') returns coherent structure ──
Error in `DEoptim::DEoptim(fn = rsdc_likelihood, lower = bounds$lower, upper = bounds$upper, control = list(itermax = 500, NP = 10 * length(bounds$lower), strategy = 2, F = 0.8, CR = 0.9, trace = con$do_trace, parallelType = 1, parVar = c("rsdc_hamilton", "rsdc_likelihood", "plogis"), packages = c("mvtnorm"), reltol = 1e-08, steptol = 50), y = y_optim, exog = X_optim, K = K, N = N)`: the parallelly package is required for parallelType = 'parallel'
please install it via install.packages('parallelly')
Backtrace:
▆
1. └─RSDC::rsdc_estimate(method = "tvtp", residuals = y, N = 2, X = X) at test-rsdc-estimate.R:33:3
2. └─RSDC:::f_optim(...)
3. └─DEoptim::DEoptim(...)
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 40 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.1-2
Check: HTML version of manual
Result: NOTE
Skipping checking math rendering: package 'V8' unavailable
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.1-2
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘Rdpack’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc