Last updated on 2020-09-29 04:49:53 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.0.19 | 3.88 | 51.91 | 55.79 | OK | |
r-devel-linux-x86_64-debian-gcc | 2.0.19 | 2.99 | 39.86 | 42.85 | OK | |
r-devel-linux-x86_64-fedora-clang | 2.0.19 | 73.86 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2.0.19 | 63.71 | OK | |||
r-devel-windows-ix86+x86_64 | 2.0.19 | 9.00 | 45.00 | 54.00 | OK | |
r-patched-linux-x86_64 | 2.0.19 | 3.55 | 49.69 | 53.24 | OK | |
r-patched-solaris-x86 | 2.0.19 | 76.70 | ERROR | |||
r-release-linux-x86_64 | 2.0.19 | 3.55 | 51.15 | 54.70 | OK | |
r-release-macos-x86_64 | 2.0.19 | OK | ||||
r-release-windows-ix86+x86_64 | 2.0.19 | 26.00 | 55.00 | 81.00 | OK | |
r-oldrel-macos-x86_64 | 2.0.19 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 2.0.19 | 8.00 | 57.00 | 65.00 | OK |
Version: 2.0.19
Check: examples
Result: ERROR
Running examples in ‘pdfboxr-Ex.R’ failed
The error most likely occurred in:
> ### Name: read_chars
> ### Title: Read Characters from PDF
> ### Aliases: read_chars
>
> ### ** Examples
>
> pdf_file <- system.file("pdfs/cars.pdf", package = "pdfboxr")
> pdf <- read_chars(pdf_file, 2L)
Error in .jfindClass(as.character(class)) :
java.lang.UnsupportedClassVersionError: interfaces/PdfExtractor : Unsupported major.minor version 52.0
Calls: read_chars -> J -> jclassName -> .jfindClass
Execution halted
Flavor: r-patched-solaris-x86
Version: 2.0.19
Check: tests
Result: ERROR
Running ‘test.R’
Running the tests in ‘tests/test.R’ failed.
Complete output:
> library("pdfboxr")
>
> test__read_chars <- function() {
+ pdffile <- system.file("pdfs/cars.pdf", package = "pdfboxr")
+ pdf <- read_chars(pdffile)
+ stopifnot(inherits(pdf, "pdf_document"))
+ }
>
> test__read_text <- function() {
+ pdffile <- system.file("pdfs/cars.pdf", package = "pdfboxr")
+ pdf <- read_text(pdffile)
+ stopifnot(inherits(pdf, "data.frame"))
+ }
>
> test__read_chars()
Error in .jfindClass(as.character(class)) :
java.lang.UnsupportedClassVersionError: interfaces/PdfExtractor : Unsupported major.minor version 52.0
Calls: test__read_chars -> read_chars -> J -> jclassName -> .jfindClass
Execution halted
Flavor: r-patched-solaris-x86