Last updated on 2025-05-23 04:51:07 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.1 | 52.55 | 444.37 | 496.92 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.1 | 47.06 | 338.48 | 385.54 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.1 | 758.37 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 764.32 | NOTE | |||
r-devel-windows-x86_64 | 0.1.1 | 55.00 | 387.00 | 442.00 | OK | |
r-patched-linux-x86_64 | 0.1.1 | 51.26 | 419.90 | 471.16 | OK | |
r-release-linux-x86_64 | 0.1.1 | 54.48 | 419.88 | 474.36 | OK | |
r-release-macos-arm64 | 0.1.1 | 9.00 | ERROR | |||
r-release-macos-x86_64 | 0.1.1 | 7.00 | ERROR | |||
r-release-windows-x86_64 | 0.1.1 | 55.00 | 377.00 | 432.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 | 70.00 | 501.00 | 571.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'
Warning in download.file(url, destfile, mode = "wb") :
cannot open URL 'https://zenodo.org/record/15213845/files/geneExp.rda': HTTP status was '504 Gateway Timeout'
Error in download.file(url, destfile, mode = "wb") :
cannot open URL 'https://zenodo.org/record/15213845/files/geneExp.rda'
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
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