Last updated on 2026-04-25 06:51:46 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.2.2 | 5.58 | 47.81 | 53.39 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.2.2 | 3.18 | 30.47 | 33.65 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.2.2 | 8.00 | 69.49 | 77.49 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.2.2 | 9.00 | 68.79 | 77.79 | OK | |
| r-patched-linux-x86_64 | 1.2.2 | 5.74 | 43.76 | 49.50 | OK | |
| r-release-linux-x86_64 | 1.2.2 | 3.80 | 41.88 | 45.68 | OK | |
| r-release-macos-arm64 | 1.2.2 | 1.00 | 20.00 | 21.00 | OK | |
| r-release-macos-x86_64 | 1.2.2 | 4.00 | 50.00 | 54.00 | OK | |
| r-release-windows-x86_64 | 1.2.2 | 10.00 | 66.00 | 76.00 | OK | |
| r-oldrel-macos-arm64 | 1.2.2 | OK | ||||
| r-oldrel-macos-x86_64 | 1.2.2 | 4.00 | 60.00 | 64.00 | OK | |
| r-oldrel-windows-x86_64 | 1.2.2 | 8.00 | 65.00 | 73.00 | OK |
Version: 1.2.2
Check: examples
Result: ERROR
Running examples in ‘ouladFormat-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: combined_dataset
> ### Title: Returns the combined formatted OULAD
> ### Aliases: combined_dataset
>
> ### ** Examples
>
> # Uses subset of the VLE data set for example
> combined_dataset(module = "AAA", presentation = "2013J",
+ repeat_students = "remove", withdrawn_students = "remove",
+ demographics = TRUE, registration = TRUE,
+ assessment = TRUE, na.rm = FALSE,
+ VLE = "weekly", VLE_clicks = "total",
+ example_data = TRUE)
Error in curl::curl_fetch_memory(url, handle = handle) :
Timeout was reached [github.com]:
Operation timed out after 30002 milliseconds with 0 bytes received
Calls: combined_dataset ... request_fetch.write_memory -> <Anonymous> -> raise_libcurl_error
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc