Last updated on 2025-02-21 03:52:22 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.1 | 37.65 | 274.17 | 311.82 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.0.3 | 33.38 | 271.86 | 305.24 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.3 | 739.77 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.3 | 726.09 | OK | |||
r-devel-macos-arm64 | 1.0.1 | 141.00 | OK | |||
r-devel-macos-x86_64 | 1.0.3 | 201.00 | OK | |||
r-devel-windows-x86_64 | 1.0.3 | 45.00 | 336.00 | 381.00 | OK | |
r-patched-linux-x86_64 | 1.0.2 | 42.23 | 358.35 | 400.58 | OK | |
r-release-linux-x86_64 | 1.0.3 | 43.64 | 354.86 | 398.50 | OK | |
r-release-macos-arm64 | 1.0.1 | 10.00 | ERROR | |||
r-release-macos-x86_64 | 1.0.3 | 209.00 | OK | |||
r-release-windows-x86_64 | 1.0.3 | 44.00 | 327.00 | 371.00 | OK | |
r-oldrel-macos-arm64 | 1.0.1 | 9.00 | ERROR | |||
r-oldrel-macos-x86_64 | 1.0.3 | 310.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0.3 | 42.00 | 375.00 | 417.00 | OK |
Version: 1.0.1
Check: examples
Result: ERROR
Running examples in ‘ProtE-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: dianno
> ### Title: DIA NN proteomics data analysis
> ### Aliases: dianno
>
> ### ** Examples
>
> #Example of running the function with paths for two groups.
> # The file path is a placeholder, replace it with an actual file.
>
> jittered.pg_matrix.tsv <- system.file("extdata", "report.pg_matrix.tsv", package = "ProtE")
> dianno(file = jittered.pg_matrix.tsv,
+ group_names = c("Healthy","Control"),
+ samples_per_group = c(5,5), filtering_value = 80)
The ProtE process starts now!
Error in grid.newpage() :
could not open file '/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/ProtE/extdata/ProtE_Analysis/Plots/meanSdPlot.bmp'
Calls: dianno
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.0.1
Check: package dependencies
Result: ERROR
Package required but not available: ‘UniProt.ws’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavors: r-release-macos-arm64, r-oldrel-macos-arm64