Last updated on 2026-06-21 11:51:22 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.3 | 26.23 | 264.64 | 290.87 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.3 | 18.37 | 167.77 | 186.14 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.2.3 | 45.00 | 442.52 | 487.52 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.3 | 41.00 | 425.15 | 466.15 | OK | |
| r-devel-windows-x86_64 | 0.2.3 | 30.00 | 256.00 | 286.00 | OK | |
| r-patched-linux-x86_64 | 0.2.3 | 25.69 | 251.59 | 277.28 | OK | |
| r-release-linux-x86_64 | 0.2.3 | 23.63 | 246.63 | 270.26 | ERROR | |
| 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 | 29.00 | 250.00 | 279.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 | 43.00 | 339.00 | 382.00 | OK |
Version: 0.2.3
Check: examples
Result: ERROR
Running examples in ‘promor-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### 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 scan(file = file, what = what, sep = sep, quote = quote, dec = dec, :
URL 'https://raw.githubusercontent.com/caranathunge/promor_example_data/main/pg2.txt': Timeout of 60 seconds was reached
Error in scan(file = file, what = what, sep = sep, quote = quote, dec = dec, :
cannot read from connection
Calls: create_df -> read.csv -> read.table -> scan
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.2.3
Check: examples
Result: ERROR
Running examples in ‘promor-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: rem_sample
> ### Title: Remove user-specified samples
> ### Aliases: rem_sample
>
> ### ** 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 scan(file = file, what = what, sep = sep, quote = quote, dec = dec, :
URL 'https://raw.githubusercontent.com/caranathunge/promor_example_data/main/pg2.txt': Timeout of 60 seconds was reached
Error in scan(file = file, what = what, sep = sep, quote = quote, dec = dec, :
cannot read from connection
Calls: create_df -> read.csv -> read.table -> scan
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
impute_na 9.777 0.353 12.941
feature_plot 6.052 0.203 6.449
impute_plot 5.445 0.084 6.392
heatmap_na 4.642 0.196 7.882
Flavor: r-release-linux-x86_64