Last updated on 2024-09-08 10:50:15 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.5.1 | 8.63 | 86.82 | 95.45 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.5.1 | 5.60 | 59.84 | 65.44 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.5.1 | 163.68 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.5.1 | 165.12 | OK | |||
r-devel-windows-x86_64 | 1.5.1 | 11.00 | 110.00 | 121.00 | OK | |
r-patched-linux-x86_64 | 1.5.1 | 8.67 | 81.75 | 90.42 | OK | |
r-release-linux-x86_64 | 1.5.1 | 7.54 | 80.61 | 88.15 | OK | |
r-release-macos-arm64 | 1.5.1 | 51.00 | OK | |||
r-release-macos-x86_64 | 1.5.1 | 91.00 | OK | |||
r-release-windows-x86_64 | 1.5.1 | 10.00 | 215.00 | 225.00 | ERROR | |
r-oldrel-macos-arm64 | 1.5.1 | 51.00 | OK | |||
r-oldrel-macos-x86_64 | 1.5.1 | 102.00 | OK | |||
r-oldrel-windows-x86_64 | 1.5.1 | 12.00 | 114.00 | 126.00 | OK |
Version: 1.5.1
Check: examples
Result: ERROR
Running examples in 'adea-Ex.R' failed
The error most likely occurred in:
> ### Name: cadea
> ### Title: Make a constrained ADEA analysis
> ### Aliases: cadea
>
> ### ** Examples
>
> data('cardealers4')
> input <- cardealers4[, c('Employees', 'Depreciation')]
> output <- cardealers4[, c('CarsSold', 'WorkOrders')]
>
> # Compute adea model
> model <- adea(input, output)
> model
Dealer A Dealer B Dealer C Dealer D Dealer E Dealer F
0.9915929 1.0000000 0.8928571 0.8653846 1.0000000 0.6515044
> # Dealer A Dealer B Dealer C Dealer D Dealer E Dealer F
> # 0.9915929 1.0000000 0.8928571 0.8653846 1.0000000 0.6515044
>
> # Get input variable loads
> model$loads$input
Employees Depreciation
0.6666667 1.3333333
> # Employees Depreciation
> # 0.6666667 1.3333333
> # Get output variable loads
> model$loads$output
CarsSold WorkOrders
1.1025075 0.8974925
> # CarsSold WorkOrders
> # 1.2663476 0.7336524
>
> # Compute a constrained adea model to force load between .8 and 1.5
> cmodel <- cadea(input, output, load.min = .8, load.max = 1.5)
Warning in download.file(url = url, destfile = dest, method = method, cacheOK = FALSE, :
URL 'http://roi.r-forge.r-project.org/db/SOLVERS.rds': Timeout of 60 seconds was reached
Error in .ROI_available_solvers(method) :
The requested URL 'http://roi.r-forge.r-project.org' was not found.
Calls: cadea ... ROI_available_solvers.NULL -> .ROI_available_solvers
Execution halted
Flavor: r-release-windows-x86_64
Version: 1.5.1
Check: tests
Result: ERROR
Running 'testthat.R' [66s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(adea)
Loading required package: rmarkdown
Loading required package: ROI.plugin.glpk
Loading required package: ROI.plugin.lpsolve
Loading required package: ROI.plugin.symphony
>
> test_check("adea")
Starting 2 test processes
[ FAIL 4 | WARN 1 | SKIP 56 | PASS 138 ]
══ Skipped tests (56) ══════════════════════════════════════════════════════════
• On CRAN (56): 'testadea.R:33:5', 'testadea.R:61:5', 'testadea.R:69:5',
'testadea.R:77:5', 'testadea.R:85:5', 'testadea.R:93:5', 'testdea.R:8:5',
'testdea.R:41:5', 'testdea.R:65:5', 'testdea.R:73:5', 'testdea.R:81:5',
'testdea.R:89:5', 'testdea.R:97:5', 'testdemo.R:20:5', 'testdemo.R:31:5',
'testfsdea.R:7:5', 'testfsdea.R:53:5', 'testfsdea.R:76:5',
'testfsdea.R:84:5', 'testfsdea.R:92:5', 'testfsdea.R:100:5',
'testfsdea.R:108:5', 'testfsdea.R:119:5', 'testfsdea.R:130:5',
'testfsdea.R:141:5', 'testfsdea.R:153:5', 'testfsdea.R:165:5',
'testhierarchical.R:37:5', 'testhierarchical.R:47:5',
'testhierarchical.R:59:5', 'testhierarchical.R:71:5',
'testhierarchical.R:83:5', 'testleverage.R:8:5', 'testleverage.R:18:5',
'testleverage.R:28:5', 'testleverage.R:38:5', 'testleverage.R:48:5',
'testleverage.R:58:5', 'testleverage.R:69:5', 'testparametric.R:38:5',
'testparametric.R:48:5', 'testparametric.R:60:5', 'testparametric.R:72:5',
'testparametric.R:84:5', 'testsolvers.R:19:5', 'testsolvers.R:26:5',
'testsolvers.R:34:5', 'testsolvers.R:42:5', 'testcadea.R:35:5',
'testcadea.R:44:5', 'testcadea.R:50:5', 'testcadea.R:79:5',
'testcadea.R:87:5', 'testcadea.R:95:5', 'testcadea.R:103:5',
'testcadea.R:111:5'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('testcadea.R:9:5'): Test CADEA: General case (default orientation) and single bound ──
`sol` inherits from 'try-error' not 'cadea'.
── Failure ('testcadea.R:10:5'): Test CADEA: General case (default orientation) and single bound ──
`sol` has length 1, not length 13.
── Failure ('testcadea.R:11:5'): Test CADEA: General case (default orientation) and single bound ──
names(sol) (`actual`) not equal to c(...) (`expected`).
`actual` is NULL
`expected` is a character vector ('name', 'orientation', 'load.orientation', 'inputnames', 'outputnames', ...)
── Error ('testcadea.R:12:5'): Test CADEA: General case (default orientation) and single bound ──
Error in `sol$name`: $ operator is invalid for atomic vectors
Backtrace:
▆
1. └─testthat::expect_equal(sol$name, "Test cadea") at testcadea.R:12:5
2. └─testthat::quasi_label(enquo(object), label, arg = "object")
3. └─rlang::eval_bare(expr, quo_get_env(quo))
[ FAIL 4 | WARN 1 | SKIP 56 | PASS 138 ]
Error: Test failures
Execution halted
Flavor: r-release-windows-x86_64