CRAN Package Check Results for Package promor

Last updated on 2026-04-08 20:52:07 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.2 24.45 265.30 289.75 OK
r-devel-linux-x86_64-debian-gcc 0.2.2 17.47 171.07 188.54 ERROR
r-devel-linux-x86_64-fedora-clang 0.2.2 45.00 425.15 470.15 OK
r-devel-linux-x86_64-fedora-gcc 0.2.2 46.00 430.06 476.06 OK
r-devel-macos-arm64 0.2.2 7.00 69.00 76.00 OK
r-devel-windows-x86_64 0.2.2 29.00 254.00 283.00 OK
r-patched-linux-x86_64 0.2.2 23.42 250.07 273.49 OK
r-release-linux-x86_64 0.2.2 24.08 248.34 272.42 OK
r-release-macos-arm64 0.2.2 OK
r-release-macos-x86_64 0.2.2 16.00 244.00 260.00 OK
r-release-windows-x86_64 0.2.2 29.00 247.00 276.00 OK
r-oldrel-macos-arm64 0.2.2 OK
r-oldrel-macos-x86_64 0.2.2 16.00 237.00 253.00 OK
r-oldrel-windows-x86_64 0.2.2 38.00 325.00 363.00 OK

Check Details

Version: 0.2.2
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 Examples with CPU (user + system) or elapsed time > 5s user system elapsed corr_plot 0.938 0.273 38.488 aver_techreps 0.860 0.338 41.125 Flavor: r-devel-linux-x86_64-debian-gcc