Last updated on 2025-07-01 20:50:56 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.1 | 54.40 | 444.15 | 498.55 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.1 | 41.62 | 331.78 | 373.40 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.1 | 775.53 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 750.32 | ERROR | |||
r-devel-windows-x86_64 | 0.1.1 | 54.00 | 370.00 | 424.00 | OK | |
r-patched-linux-x86_64 | OK | |||||
r-release-linux-x86_64 | 0.1.1 | 50.84 | 426.80 | 477.64 | OK | |
r-release-macos-arm64 | 0.1.1 | 5.00 | ERROR | |||
r-release-macos-x86_64 | 0.1.1 | 7.00 | ERROR | |||
r-release-windows-x86_64 | 0.1.1 | 55.00 | 378.00 | 433.00 | OK | |
r-oldrel-macos-arm64 | 0.1.1 | 356.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.1 | 450.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.1 | 68.00 | 515.00 | 583.00 | OK |
Version: 0.1.1
Check: dependencies in R code
Result: NOTE
Namespaces in Imports field not imported from:
‘GSA’ ‘Seurat’ ‘curl’ ‘doParallel’ ‘foreach’ ‘ggthemes’ ‘pheatmap’
‘stringr’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.1.1
Check: examples
Result: ERROR
Running examples in ‘EMTscore-Ex.R’ failed
The error most likely occurred in:
> ### Name: Execute_M_dimension_plot
> ### Title: present M dimension score result
> ### Aliases: Execute_M_dimension_plot
>
> ### ** Examples
>
> library(nsprcomp)
> library(ggplot2)
> library(dplyr)
Attaching package: ‘dplyr’
The following objects are masked from ‘package:stats’:
filter, lag
The following objects are masked from ‘package:base’:
intersect, setdiff, setequal, union
> library(gridExtra)
Attaching package: ‘gridExtra’
The following object is masked from ‘package:dplyr’:
combine
> library(curl)
Using libcurl 8.11.1 with OpenSSL/3.2.4
> data(cell_annotation_file)
> url <- "https://zenodo.org/record/15213845/files/geneExp.rda"
> destfile <- tempfile(fileext = ".rda")
> download.file(url, destfile, mode = "wb")
trying URL 'https://zenodo.org/record/15213845/files/geneExp.rda'
Content type 'application/octet-stream' length 8040316 bytes (7.7 MB)
======================
downloaded 3.5 MB
Warning in download.file(url, destfile, mode = "wb") :
downloaded length 3628672 != reported length 8040316
Warning in download.file(url, destfile, mode = "wb") :
URL 'https://zenodo.org/records/15213845/files/geneExp.rda': Timeout of 60 seconds was reached
Error in download.file(url, destfile, mode = "wb") :
download from 'https://zenodo.org/record/15213845/files/geneExp.rda' failed
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.1.1
Check: package dependencies
Result: ERROR
Package required but not available: ‘AUCell’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavors: r-release-macos-arm64, r-release-macos-x86_64