CRAN Package Check Results for Package promor

Last updated on 2026-06-23 18:52:52 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.3 25.81 271.76 297.57 OK
r-devel-linux-x86_64-debian-gcc 0.2.3 18.71 171.24 189.95 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 419.46 460.46 OK
r-devel-windows-x86_64 0.2.3 28.00 255.00 283.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 254.00 283.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 41.00 332.00 373.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: heatmap_na > ### Title: Visualize missing data > ### Aliases: heatmap_na > > ### ** 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 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