CRAN Package Check Results for Package promor

Last updated on 2024-05-09 17:51:37 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.1 27.64 273.49 301.13 NOTE
r-devel-linux-x86_64-debian-gcc 0.2.1 19.32 195.75 215.07 NOTE
r-devel-linux-x86_64-fedora-clang 0.2.1 382.56 NOTE
r-devel-linux-x86_64-fedora-gcc 0.2.1 422.53 NOTE
r-devel-windows-x86_64 0.2.1 23.00 204.00 227.00 NOTE
r-patched-linux-x86_64 0.2.1 17.33 253.76 271.09 NOTE
r-release-linux-x86_64 0.2.1 21.99 251.02 273.01 NOTE
r-release-macos-arm64 0.2.1 112.00 NOTE
r-release-macos-x86_64 0.2.1 191.00 OK
r-release-windows-x86_64 0.2.1 24.00 248.00 272.00 ERROR
r-oldrel-macos-arm64 0.2.1 99.00 OK
r-oldrel-macos-x86_64 0.2.1 168.00 OK
r-oldrel-windows-x86_64 0.2.1 31.00 252.00 283.00 OK

Check Details

Version: 0.2.1
Check: Rd files
Result: NOTE checkRd: (-1) impute_plot.Rd:32: Lost braces; missing escapes or markup? 32 | \item{global}{Logical. If \code{TRUE} ({default}), a global density plot is | ^ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-windows-x86_64

Version: 0.2.1
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") : URL 'https://raw.githubusercontent.com/caranathunge/promor_example_data/main/ed2.txt': Timeout of 60 seconds was reached 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-release-windows-x86_64