Last updated on 2020-02-25 09:49:11 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.0 | 3.07 | 30.00 | 33.07 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.0 | 2.39 | 23.64 | 26.03 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.0 | 38.09 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 38.96 | OK | |||
r-devel-windows-ix86+x86_64 | 0.1.0 | 7.00 | 104.00 | 111.00 | ERROR | |
r-devel-windows-ix86+x86_64-gcc8 | 0.1.0 | 16.00 | 82.00 | 98.00 | OK | |
r-patched-linux-x86_64 | 0.1.0 | 2.17 | 26.54 | 28.71 | ERROR | |
r-patched-solaris-x86 | 0.1.0 | 54.70 | OK | |||
r-release-linux-x86_64 | 0.1.0 | 2.47 | 26.63 | 29.10 | ERROR | |
r-release-windows-ix86+x86_64 | 0.1.0 | 5.00 | 172.00 | 177.00 | OK | |
r-release-osx-x86_64 | 0.1.0 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.1.0 | 3.00 | 222.00 | 225.00 | OK | |
r-oldrel-osx-x86_64 | 0.1.0 | OK |
Version: 0.1.0
Check: examples
Result: ERROR
Running examples in 'crevents-Ex.R' failed
The error most likely occurred in:
> ### Name: crev_deleted
> ### Title: Query Crossref Deleted Events data
> ### Aliases: crev_deleted
>
> ### ** Examples
>
> if (crul::ok("http://api.eventdata.crossref.org/v1/events?rows=0")) {
+ (res <- crev_deleted(rows = 3))
+ res$status
+ res$`message-type`
+ res$message$`total-results`
+ res$message$`items-per-page`
+ res$message$events
+ res$message$events$obj_id
+ }
Error: $ operator is invalid for atomic vectors
Execution halted
Flavor: r-devel-windows-ix86+x86_64
Version: 0.1.0
Check: examples
Result: ERROR
Running examples in ‘crevents-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: crev_edited
> ### Title: Query Crossref Edited Events data
> ### Aliases: crev_edited
>
> ### ** Examples
>
> if (crul::ok("http://api.eventdata.crossref.org/v1/events?rows=0")) {
+ res <- crev_edited(rows = 3)
+ res$status
+ res$`message-type`
+ res$message$`total-results`
+ res$message$`items-per-page`
+ res$message$events
+ }
Error: $ operator is invalid for atomic vectors
Execution halted
Flavors: r-patched-linux-x86_64, r-release-linux-x86_64