- using R version 4.4.1 (2024-06-14 ucrt)
- using platform: x86_64-w64-mingw32
- R was compiled by
gcc.exe (GCC) 13.2.0
GNU Fortran (GCC) 13.2.0
- running under: Windows Server 2022 x64 (build 20348)
- using session charset: UTF-8
- checking for file 'adea/DESCRIPTION' ... OK
- checking extension type ... Package
- this is package 'adea' version '1.5.1'
- package encoding: UTF-8
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking whether package 'adea' can be installed ... OK
See the install log for details.
- checking installed package size ... OK
- checking package directory ... OK
- checking 'build' directory ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [2s] OK
- checking whether the package can be loaded with stated dependencies ... [1s] OK
- checking whether the package can be unloaded cleanly ... [1s] OK
- checking whether the namespace can be loaded with stated dependencies ... [1s] OK
- checking whether the namespace can be unloaded cleanly ... [1s] OK
- checking loading without being on the library search path ... [2s] OK
- checking use of S3 registration ... OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [8s] OK
- checking Rd files ... [1s] OK
- checking Rd metadata ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking contents of 'data' directory ... OK
- checking data for non-ASCII characters ... [0s] OK
- checking data for ASCII and uncompressed saves ... OK
- checking installed files from 'inst/doc' ... OK
- checking files in 'vignettes' ... OK
- checking examples ... [66s] 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
- checking for unstated dependencies in 'tests' ... OK
- checking tests ... [67s] 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
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [3s] OK
- checking PDF version of manual ... [22s] OK
- checking HTML version of manual ... [7s] OK
- DONE
Status: 2 ERRORs