CRAN Package Check Results for Maintainer ‘Chathurani Ranathunge <caranathunge86 at gmail.com>’

Last updated on 2026-04-03 12:55:46 CEST.

Package ERROR OK
promor 1 13

Package promor

Current CRAN status: ERROR: 1, OK: 13

Version: 0.2.2
Check: examples
Result: ERROR Running examples in ‘promor-Ex.R’ failed The error most likely occurred in: > ### 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 file(file, "rt") : cannot open URL 'https://raw.githubusercontent.com/caranathunge/promor_example_data/main/ed1.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/ed1.txt' Calls: create_df -> read.csv -> read.table -> file Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc