Last updated on 2016-12-28 23:47:36.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.9.9 | 3.21 | 62.43 | 65.64 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.9.9 | 3.64 | 72.07 | 75.71 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.9.9 | 141.69 | OK | --no-stop-on-test-error | ||
r-devel-linux-x86_64-fedora-gcc | 0.9.9 | 320.02 | OK | --no-stop-on-test-error | ||
r-devel-macos-x86_64-clang | 0.9.9 | 101.85 | OK | --no-stop-on-test-error | ||
r-devel-windows-ix86+x86_64 | 0.9.9 | 11.00 | 134.00 | 145.00 | OK | |
r-patched-linux-x86_64 | 0.9.9 | 2.96 | 64.23 | 67.18 | OK | |
r-patched-solaris-sparc | 0.9.9 | 582.50 | ERROR | |||
r-patched-solaris-x86 | 0.9.9 | 146.50 | ERROR | |||
r-release-linux-x86_64 | 0.9.9 | 2.99 | 61.66 | 64.64 | OK | |
r-release-osx-x86_64-mavericks | 0.9.9 | OK | ||||
r-release-windows-ix86+x86_64 | 0.9.9 | 13.00 | 81.00 | 94.00 | OK | |
r-oldrel-windows-ix86+x86_64 | 0.9.9 | 10.00 | 89.00 | 99.00 | OK |
Version: 0.9.9
Check: tests
Result: ERROR
Running ‘tree.R’ [23s/23s]
Running the tests in ‘tests/tree.R’ failed.
Last 13 lines of output:
[x] Tree construction finished!
>
> # SEE PLOT.
> # THE PLOT FUNCTION WILL SHOW ALL FREE PARAMETERS AT EACH TERMINAL NODE.
> # THIS CAN CREATE UNREADABLE FIGURES FOR MODELS WITH MANY FREE PARAMETERS.
>
> plot(tree)
>
> summary(tree)
Error in data.frame(data[, -1], row.names = data[, 1]) :
duplicate row.names: 1
Calls: summary ... summary.semtree -> nrow -> getTerminalNodes -> data.frame
Execution halted
Flavor: r-patched-solaris-sparc
Version: 0.9.9
Check: tests
Result: ERROR
Running ‘tree.R’ [19s/19s]
Running the tests in ‘tests/tree.R’ failed.
Last 13 lines of output:
> summary(tree)
SEMtree Summary
Template model:
Total Sample Size: 400
Number of nodes: 5
Number of leaf nodes: 3
Free Parameters: 10 ( residual1 residual2 residual3 residual4 residual5 vari cov vars meani means )
>
> summary(treeConstrained)
Error in names(data) <- tree$param_names :
'names' attribute [5] must be the same length as the vector [0]
Calls: summary ... summary -> summary.semtree -> nrow -> getTerminalNodes
Execution halted
Flavor: r-patched-solaris-x86