Last updated on 2025-07-01 18:49:01 CEST.
Package | ERROR | NOTE | OK |
---|---|---|---|
EMTscore | 3 | 1 | 9 |
Current CRAN status: ERROR: 3, NOTE: 1, OK: 9
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