Last updated on 2023-05-29 00:59:44 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.4.2 | 3.61 | 86.70 | 90.31 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.4.2 | 3.51 | 64.94 | 68.45 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.4.2 | 112.33 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.4.2 | 122.67 | OK | |||
r-devel-windows-x86_64 | 1.4.2 | 5.00 | 86.00 | 91.00 | OK | |
r-patched-linux-x86_64 | 1.4.2 | 4.59 | 84.33 | 88.92 | OK | |
r-release-linux-x86_64 | 1.4.2 | 4.57 | 85.48 | 90.05 | OK | |
r-release-macos-arm64 | 1.4.2 | 40.00 | OK | |||
r-release-macos-x86_64 | 1.4.1 | 64.00 | OK | |||
r-release-windows-x86_64 | 1.4.2 | 5.00 | 100.00 | 105.00 | OK | |
r-oldrel-macos-arm64 | 1.4.2 | 40.00 | OK | |||
r-oldrel-macos-x86_64 | 1.4.2 | 38.00 | ERROR | |||
r-oldrel-windows-x86_64 | 1.4.2 | 6.00 | 101.00 | 107.00 | OK |
Version: 1.4.2
Check: examples
Result: ERROR
Running examples in ‘rviewgraph-Ex.R’ failed
The error most likely occurred in:
> ### Name: vg
> ### Title: Animated graph viewer
> ### Aliases: vg vg.list vg.NULL vg.default
> ### Keywords: animation edges graph vertices
>
> ### ** Examples
>
>
> # Start the viewer.
> # This will print a warning message if not run interactively.
> require(rviewgraph)
> v = vg()
[1] "Running without a visible GUI."
Error in init() :
java.lang.UnsupportedClassVersionError: rviewgraph/Rvg has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
Calls: vg -> vg.NULL -> vg.list -> vgCore -> init -> .jnew
Execution halted
Flavor: r-oldrel-macos-x86_64
Version: 1.4.2
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘graphsamplerhtml.Rmd’ using rmarkdown
Quitting from lines 22-34 [setup] (./chunks/graphsampler.Rmd)
Quitting from lines 69-78 [unnamed-chunk-2] (./chunks/graphsampler.Rmd)
Error: processing vignette 'graphsamplerhtml.Rmd' failed with diagnostics:
java.lang.UnsupportedClassVersionError: rviewgraph/Rvg has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
--- failed re-building ‘graphsamplerhtml.Rmd’
--- re-building ‘graphsamplerpdf.Rmd’ using rmarkdown
Quitting from lines 22-34 [setup] (./chunks/graphsampler.Rmd)
Quitting from lines 69-78 [unnamed-chunk-2] (./chunks/graphsampler.Rmd)
Error: processing vignette 'graphsamplerpdf.Rmd' failed with diagnostics:
java.lang.UnsupportedClassVersionError: rviewgraph/Rvg has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
--- failed re-building ‘graphsamplerpdf.Rmd’
SUMMARY: processing the following files failed:
‘graphsamplerhtml.Rmd’ ‘graphsamplerpdf.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-oldrel-macos-x86_64