Last updated on 2025-12-22 01:50:14 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.0.16 | 13.19 | 68.77 | 81.96 | OK | --no-tests |
| r-devel-linux-x86_64-debian-gcc | 0.0.16 | 7.79 | 50.73 | 58.52 | ERROR | --no-tests |
| r-devel-linux-x86_64-fedora-clang | 0.0.16 | 21.00 | 120.42 | 141.42 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.0.16 | 17.00 | 101.65 | 118.65 | OK | |
| r-devel-windows-x86_64 | 0.0.16 | 15.00 | 78.00 | 93.00 | OK | --no-examples --no-tests --no-vignettes |
| r-patched-linux-x86_64 | 0.0.16 | 13.16 | 66.36 | 79.52 | OK | --no-tests |
| r-release-linux-x86_64 | 0.0.16 | 10.57 | 66.57 | 77.14 | OK | --no-tests |
| r-release-macos-arm64 | 0.0.16 | OK | ||||
| r-release-macos-x86_64 | 0.0.16 | 9.00 | 74.00 | 83.00 | OK | |
| r-release-windows-x86_64 | 0.0.16 | 15.00 | 67.00 | 82.00 | OK | --no-examples --no-tests --no-vignettes |
| r-oldrel-macos-arm64 | 0.0.16 | OK | ||||
| r-oldrel-macos-x86_64 | 0.0.16 | 9.00 | 96.00 | 105.00 | OK | |
| r-oldrel-windows-x86_64 | 0.0.16 | 16.00 | 62.00 | 78.00 | OK | --no-examples --no-tests --no-vignettes |
Version: 0.0.16
Flags: --no-tests
Check: examples
Result: ERROR
Running examples in ‘restfulr-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: RestContainer-class
> ### Title: RestContainer
> ### Aliases: class:RestContainer RestContainer-class RestContainer
> ### [,RestContainer-method [<-,RestContainer-method
> ### $,RestContainer-method [[,RestContainer-method
> ### $<-,RestContainer-method [[<-,RestContainer-method
> ### show,RestContainer-method
> ### Keywords: methods classes
>
> ### ** Examples
>
> apache <- RestContainer("http://wiki.apache.org")
> apache$solr
Error in htmlTreeParse(from, asText = TRUE, useInternalNodes = TRUE) :
empty or no content specified
Calls: $ ... <Anonymous> -> handleResponse -> as -> asMethod -> htmlTreeParse
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc