- using R Under development (unstable) (2026-04-17 r89911)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
clang version 22.1.3 (https://github.com/llvm/llvm-project e9846648fd6183ee6d8cbdb4502213fcf902a211)
flang version 22.1.3 (https://github.com/llvm/llvm-project e9846648fd6183ee6d8cbdb4502213fcf902a211)
- running under: Fedora Linux 42 (Workstation Edition)
- using session charset: UTF-8
* current time: 2026-04-17 14:31:41 UTC
- using option ‘--no-stop-on-test-error’
- checking for file ‘promor/DESCRIPTION’ ... OK
- checking extension type ... Package
- this is package ‘promor’ version ‘0.2.2’
- package encoding: UTF-8
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking whether package ‘promor’ can be installed ... [44s/78s] OK
See the install log for details.
- checking installed package size ... OK
- checking package directory ... OK
- checking ‘build’ directory ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [13s/20s] OK
- checking whether the package can be loaded with stated dependencies ... [12s/22s] OK
- checking whether the package can be unloaded cleanly ... [12s/21s] OK
- checking whether the namespace can be loaded with stated dependencies ... [12s/21s] OK
- checking whether the namespace can be unloaded cleanly ... [13s/22s] OK
- checking loading without being on the library search path ... [13s/29s] OK
- checking use of S3 registration ... OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [59s/98s] OK
- checking Rd files ... OK
- checking Rd metadata ... OK
- checking Rd line widths ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking contents of ‘data’ directory ... OK
- checking data for non-ASCII characters ... OK
- checking LazyData ... OK
- checking data for ASCII and uncompressed saves ... OK
- checking installed files from ‘inst/doc’ ... OK
- checking files in ‘vignettes’ ... OK
- checking examples ... [73s/95s] OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [26s/27s] ERROR
Running ‘testthat.R’ [25s/26s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(promor)
>
> test_check("promor")
0 empty row(s) removed.
2 empty column(s) removed.
1 protein(s) (rows) only identified by site removed.
4 protein(s) identified by 2 or fewer unique peptides removed.
Zeros have been replaced with NAs.
Data have been log-transformed.
4 proteins with higher than 33% NAs in at least one group removed.
0 empty row(s) removed.
4 empty column(s) removed.
10 protein contaminant(s) (rows) removed.
0 protein(s) identified by 2 or fewer unique peptides removed.
Zeros have been replaced with NAs.
Data have been log-transformed.
change in estimate: 0.02415548
change in estimate: 0.02101209
change in estimate: 0.01821531
change in estimate: 0.0157772
change in estimate: 0.01367284
change in estimate: 0.01186459
change in estimate: 0.01031291
change in estimate: 0.008980791
Saving _problems/test-protein_analysis-424.R
1 siginificantly differentially expressed proteins found.
Testing glm...
Testing rf...
Testing svmRadial...
Done!
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 20 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-protein_analysis.R:419:3'): normalization works for cyclicloess ──
Expected `normalize_data(df_mp, method = "cyclicloess")` to equal `df_norm_c`.
Differences:
actual vs expected
[,1] [,2] [,3]
- actual[1, ] 10.086035 20.13598 70.205445
+ expected[1, ] 8.875947 21.90757 81.928810
- actual[2, ] 34.229368 34.59707 29.475138
+ expected[2, ] 35.918001 38.54878 35.918001
- actual[3, ] 20.748909 34.27025 17.497403
+ expected[3, ] 24.161291 24.16129 24.161291
- actual[4, ] 65.531947 57.33665 -6.608449
+ expected[4, ] 43.541565 43.54156 43.541565
- actual[5, ] 18.860601 11.89760 20.730052
+ expected[5, ] 17.339630 17.33963 17.339630
- actual[6, ] 42.446533 35.35054 45.603037
+ expected[6, ] 44.825964 44.82596 44.825964
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 20 ]
Error:
! Test failures.
Execution halted
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... OK
- checking PDF version of manual ... [11s/11s] OK
- checking HTML version of manual ... OK
- checking for non-standard things in the check directory ... OK
- checking for detritus in the temp directory ... OK
- DONE
Status: 1 ERROR