CRAN Package Check Results for Package promor

Last updated on 2026-06-20 01:51:27 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 16.63 183.93 200.56 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 22.05 252.30 274.35 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 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

Check Details

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: impute_plot > ### Title: Visualize the impact of imputation > ### Aliases: impute_plot > > ### ** Examples > > > ## Generate a raw_df object with default settings. No technical replicates. > raw_df <- create_df( + prot_groups = "https://raw.githubusercontent.com/caranathunge/promor_example_data/main/pg1.txt", + exp_design = "https://raw.githubusercontent.com/caranathunge/promor_example_data/main/ed1.txt" + ) Warning in scan(file = file, what = what, sep = sep, quote = quote, dec = dec, : URL 'https://raw.githubusercontent.com/caranathunge/promor_example_data/main/pg1.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 6.816 0.231 9.087 feature_plot 3.836 0.086 5.717 heatmap_na 3.565 0.128 7.137 Flavor: r-devel-linux-x86_64-debian-gcc