Last updated on 2019-11-10 12:47:07 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.1 | 4.73 | 44.94 | 49.67 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.0.1 | 3.75 | 34.61 | 38.36 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.0.2 | 58.24 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.2 | 58.83 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.0.1 | 12.00 | 61.00 | 73.00 | OK | |
r-patched-linux-x86_64 | 0.0.1 | 4.04 | 42.41 | 46.45 | OK | |
r-patched-solaris-x86 | 0.0.2 | 86.90 | ERROR | |||
r-release-linux-x86_64 | 0.0.1 | 3.82 | 42.57 | 46.39 | OK | |
r-release-windows-ix86+x86_64 | 0.0.1 | 15.00 | 82.00 | 97.00 | OK | |
r-release-osx-x86_64 | 0.0.1 | NOTE | ||||
r-oldrel-osx-x86_64 | 0.0.1 | ERROR |
Version: 0.0.2
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘reshape2’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86
Version: 0.0.2
Check: examples
Result: ERROR
Running examples in ‘Rmst-Ex.R’ failed
The error most likely occurred in:
> ### Name: assembly
> ### Title: Assemble Computerized Adaptive Multistage Testing
> ### Aliases: assembly mst mst_route mst_objective mst_constraint
> ### mst_stage_length mst_rdp mst_module_info mst_assemble mst_get_items
> ### print.mst plot.mst
>
> ### ** Examples
>
> ## generate item pool
> set.seed(123456)
> items <- Rirt::model_mixed_gendata(1, n_3pl=200)$items
>
> ## Ex. 1: 1-2-2 MST, 2 panels, 20 items, topdown
> ## maximize info. at -1 and 1 for easy and hard routes
> x <- mst(items, "1-2-2", n_panels=2, method='topdown', test_len=10, max_use=1)
> x <- mst_objective(x, -1, indices=1:2)
> x <- mst_objective(x, 1, indices=3:4)
> x <- mst_assemble(x, 'lpsolve', time_limit=2)
Warning in ata_solve(x$ata, solver = solver, return_format = "model", silent = silent, :
No solution for the LP model.
> plot(x, byroute=TRUE, label=TRUE)
Error in plot.mst(x, byroute = TRUE, label = TRUE) :
The MST has not been assembled yet.
Calls: plot -> plot.mst
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-patched-solaris-x86
Version: 0.0.1
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘reshape2’
All declared Imports should be used.
Flavor: r-release-osx-x86_64
Version: 0.0.1
Check: package dependencies
Result: ERROR
Packages required but not available: ‘Rata’ ‘Rirt’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavor: r-oldrel-osx-x86_64