Last updated on 2023-01-25 04:51:47 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.1 | 3.17 | 37.36 | 40.53 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.2.1 | 2.41 | 27.00 | 29.41 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.2.1 | 50.99 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.1 | 49.47 | OK | |||
r-patched-linux-x86_64 | 0.2.1 | 3.88 | 37.54 | 41.42 | OK | |
r-release-linux-x86_64 | 0.2.1 | 3.33 | 37.50 | 40.83 | OK | |
r-release-macos-arm64 | 0.2.1 | 21.00 | OK | |||
r-release-macos-x86_64 | 0.2.1 | 32.00 | OK | |||
r-release-windows-x86_64 | 0.2.1 | 9.00 | 63.00 | 72.00 | OK | |
r-oldrel-macos-arm64 | 0.2.1 | 25.00 | OK | |||
r-oldrel-macos-x86_64 | 0.2.1 | 37.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 0.2.1 | 8.00 | 61.00 | 69.00 | OK |
Version: 0.2.1
Check: examples
Result: ERROR
Running examples in ‘runexp-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: scrape
> ### Title: Softball Webscraper
> ### Aliases: scrape
>
> ### ** Examples
>
> url <-"https://wmubroncos.com/sports/softball/stats/2019"
> test <- scrape(url)
Error in open.connection(x, "rb") :
Recv failure: Connection reset by peer
Calls: scrape -> <Anonymous> -> read_html.default
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc