Last updated on 2022-09-11 12:56:24 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2.1 | 1.51 | 38.53 | 40.04 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.2.1 | 1.43 | 29.30 | 30.73 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.2.1 | 62.19 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.2.1 | 60.01 | OK | |||
r-devel-windows-x86_64 | 1.2.1 | 28.00 | 66.00 | 94.00 | ERROR | |
r-patched-linux-x86_64 | 1.2.1 | 2.15 | 36.95 | 39.10 | OK | |
r-release-linux-x86_64 | 1.2.1 | 1.28 | 37.29 | 38.57 | OK | |
r-release-macos-arm64 | 1.2.1 | 23.00 | OK | |||
r-release-macos-x86_64 | 1.2.1 | 31.00 | OK | |||
r-release-windows-x86_64 | 1.2.1 | 10.00 | 66.00 | 76.00 | OK | |
r-oldrel-macos-arm64 | 1.2.1 | 26.00 | OK | |||
r-oldrel-macos-x86_64 | 1.2.1 | 36.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 1.2.1 | 6.00 | 66.00 | 72.00 | OK |
Version: 1.2.1
Check: examples
Result: ERROR
Running examples in 'novelforestSG-Ex.R' failed
The error most likely occurred in:
> ### Name: download_model
> ### Title: Download Model Fitted to the 'novelforest' Data
> ### Aliases: download_model
>
> ### ** Examples
>
> novelforest_model <- download_model()
To save the model locally, use argument save_to = 'path/filename.rds'
Downloading model (size: 16.5 Mb)
Warning in readRDS(file = url("https://github.com/hrlai/novelforestSG/blob/master/data/novelforest_model.rds?raw=true")) :
cannot open URL 'https://github.com/hrlai/novelforestSG/blob/master/data/novelforest_model.rds?raw=true': HTTP status was '429 Unknown Error'
Error in readRDS(file = url("https://github.com/hrlai/novelforestSG/blob/master/data/novelforest_model.rds?raw=true")) :
cannot open the connection to 'https://github.com/hrlai/novelforestSG/blob/master/data/novelforest_model.rds?raw=true'
Calls: download_model -> readRDS
Execution halted
Flavor: r-devel-windows-x86_64