Last updated on 2025-11-15 06:49:40 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 3.0.2 | 7.93 | 84.67 | 92.60 | OK | |
| r-devel-linux-x86_64-debian-gcc | 3.0.2 | 5.84 | 62.10 | 67.94 | OK | |
| r-devel-linux-x86_64-fedora-clang | 3.0.2 | 19.00 | 106.59 | 125.59 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 3.0.2 | 14.00 | 98.37 | 112.37 | OK | |
| r-devel-windows-x86_64 | 3.0.2 | 13.00 | 103.00 | 116.00 | ERROR | |
| r-patched-linux-x86_64 | 3.0.2 | 8.41 | 70.89 | 79.30 | OK | |
| r-release-linux-x86_64 | 3.0.2 | 8.50 | 72.39 | 80.89 | OK | |
| r-release-macos-arm64 | 3.0.2 | 4.00 | 34.00 | 38.00 | OK | |
| r-release-macos-x86_64 | 3.0.2 | 8.00 | 61.00 | 69.00 | OK | |
| r-release-windows-x86_64 | 3.0.2 | 12.00 | 85.00 | 97.00 | OK | |
| r-oldrel-macos-arm64 | 3.0.2 | 4.00 | 31.00 | 35.00 | OK | |
| r-oldrel-macos-x86_64 | 3.0.2 | 9.00 | 50.00 | 59.00 | OK | |
| r-oldrel-windows-x86_64 | 3.0.2 | 13.00 | 100.00 | 113.00 | OK |
Version: 3.0.2
Check: examples
Result: ERROR
Running examples in 'DramaAnalysis-Ex.R' failed
The error most likely occurred in:
> ### Name: loadFields
> ### Title: Dictionary Handling
> ### Aliases: loadFields
>
> ### ** Examples
>
> # retrieves word fields from github
> fields <- loadFields(fieldnames=c("Liebe", "Familie", "Krieg"))
Warning: Failed to open 'https://raw.githubusercontent.com/quadrama/metadata/master/fields/Liebe.txt': Connection timed out after 10008 milliseconds
Error in open.connection(3L, "rb") : cannot open the connection
Calls: loadFields ... <Anonymous> -> vroom_ -> <Anonymous> -> open.connection
Execution halted
Flavor: r-devel-windows-x86_64