Last updated on 2025-05-31 13:50:06 CEST.
Package | ERROR | NOTE | OK |
---|---|---|---|
EMTscore | 3 | 2 | 8 |
Current CRAN status: ERROR: 3, NOTE: 2, OK: 8
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_AUCell
> ### Title: AUCell methods to calculate EMT score
> ### Aliases: Execute_AUCell
>
> ### ** Examples
>
> library(curl)
Using libcurl 8.10.1 with Schannel
> 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/records/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-windows-x86_64
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