Last updated on 2020-01-13 17:48:31 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.1.2 | 12.04 | 152.94 | 164.98 | OK | |
r-devel-linux-x86_64-debian-gcc | 2.1.2 | 10.87 | 117.23 | 128.10 | OK | |
r-devel-linux-x86_64-fedora-clang | 2.1.2 | 192.58 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2.1.2 | 189.08 | OK | |||
r-devel-windows-ix86+x86_64 | 2.1.2 | 37.00 | 303.00 | 340.00 | OK | |
r-devel-windows-ix86+x86_64-gcc8 | 2.1.2 | 28.00 | 300.00 | 328.00 | OK | |
r-patched-linux-x86_64 | 2.1.2 | 9.84 | 135.79 | 145.63 | OK | |
r-patched-solaris-x86 | 2.1.2 | 186.80 | ERROR | |||
r-release-linux-x86_64 | 2.1.2 | 11.50 | 136.51 | 148.01 | OK | |
r-release-windows-ix86+x86_64 | 2.1.2 | 38.00 | 274.00 | 312.00 | OK | |
r-release-osx-x86_64 | 2.1.2 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 2.1.2 | 20.00 | 289.00 | 309.00 | OK | |
r-oldrel-osx-x86_64 | 2.1.2 | OK |
Version: 2.1.2
Check: examples
Result: ERROR
Running examples in ‘dataone-Ex.R’ failed
The error most likely occurred in:
> ### Name: listObjects
> ### Title: Retrieve the list of objects that match the search parameters
> ### Aliases: listObjects listObjects,D1Node-method
>
> ### ** Examples
>
> library(dataone)
> cn <- CNode("STAGING")
> fromDate <- "2013-01-01T01:01:01.000+00:00"
> toDate <- "2015-12-31T01:01:01.000+00:00"
> formatId <- "eml://ecoinformatics.org/eml-2.1.0"
> start <- 0
> count <- 5
> objects <- listObjects(cn, fromDate=fromDate, toDate=toDate,
+ formatId=formatId, start=start, count=count)
Space required after the Public Identifier
SystemLiteral " or ' expected
SYSTEM or PUBLIC, the URI is missing
Opening and ending tag mismatch: hr line 14 and body
Opening and ending tag mismatch: body line 4 and html
Premature end of data in tag html line 2
Error: 1: Space required after the Public Identifier
2: SystemLiteral " or ' expected
3: SYSTEM or PUBLIC, the URI is missing
4: Opening and ending tag mismatch: hr line 14 and body
5: Opening and ending tag mismatch: body line 4 and html
6: Premature end of data in tag html line 2
Execution halted
Flavor: r-patched-solaris-x86