Last updated on 2026-07-10 00:53:07 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.3 | 25.05 | 272.92 | 297.97 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.3 | 19.43 | 193.11 | 212.54 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.2.3 | 43.00 | 435.20 | 478.20 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.3 | 41.00 | 427.60 | 468.60 | OK | |
| r-devel-windows-x86_64 | 0.2.3 | 28.00 | 272.00 | 300.00 | OK | |
| r-patched-linux-x86_64 | 0.2.3 | 22.72 | 252.62 | 275.34 | OK | |
| r-release-linux-x86_64 | 0.2.3 | 23.43 | 249.00 | 272.43 | OK | |
| r-release-macos-arm64 | 0.2.3 | 7.00 | 69.00 | 76.00 | OK | |
| r-release-macos-x86_64 | 0.2.3 | 18.00 | 148.00 | 166.00 | OK | |
| r-release-windows-x86_64 | 0.2.3 | 30.00 | 260.00 | 290.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.3 | 7.00 | 66.00 | 73.00 | OK | |
| r-oldrel-macos-x86_64 | 0.2.3 | 18.00 | 162.00 | 180.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.3 | 40.00 | 274.00 | 314.00 | ERROR |
Version: 0.2.3
Check: examples
Result: ERROR
Running examples in 'promor-Ex.R' failed
The error most likely occurred in:
> ### Name: aver_techreps
> ### Title: Compute average intensity
> ### Aliases: aver_techreps
>
> ### ** Examples
>
> ## Use a data set containing technical replicates to create a raw_df object
> raw_df <- create_df(
+ prot_groups = "https://raw.githubusercontent.com/caranathunge/promor_example_data/main/pg2.txt",
+ exp_design = "https://raw.githubusercontent.com/caranathunge/promor_example_data/main/ed2.txt",
+ tech_reps = TRUE
+ )
Warning in file(file, "rt") :
cannot open URL 'https://raw.githubusercontent.com/caranathunge/promor_example_data/main/ed2.txt': HTTP status was '429 Unknown Error'
Error in file(file, "rt") :
cannot open the connection to 'https://raw.githubusercontent.com/caranathunge/promor_example_data/main/ed2.txt'
Calls: create_df -> read.csv -> read.table -> file
Execution halted
Flavor: r-oldrel-windows-x86_64