CRAN Package Check Results for Package promor

Last updated on 2026-07-12 21:53:28 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.3 26.09 271.50 297.59 OK
r-devel-linux-x86_64-debian-gcc 0.2.3 19.78 189.24 209.02 OK
r-devel-linux-x86_64-fedora-clang 0.2.3 43.00 398.32 441.32 OK
r-devel-linux-x86_64-fedora-gcc 0.2.3 42.00 408.44 450.44 OK
r-devel-windows-x86_64 0.2.3 28.00 259.00 287.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 26.41 251.05 277.46 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 255.00 284.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

Check Details

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