Hi DREEP developers,
As previous comments suggested (#3 #4 #1, see comments), I checked the .gpds.rds files in the data folder after installing via devtools::install_github("gambalab/DREEP") and also after manually downloading them from the GitHub page.
The file sizes are still the same (~100 B), and the error persists:
dreep.data <- DREEP::runDREEP(M = data$gficf,
n.markers = 500,
gsea = "simple",
gpds.signatures = c("CTRP2","GDSC"))
12:11:34 Loading GPDS signatures..
Error in readRDS(paste0(find.package("DREEP"), "/data/", i, ".gpds.rds")) :
unknown input format
sessionInfo()
R version 4.5.2 (2025-10-31)
Platform: x86_64-pc-linux-gnu
Running under: Ubuntu 24.04.3 LTS
Hi DREEP developers,
As previous comments suggested (#3 #4 #1, see comments), I checked the .gpds.rds files in the data folder after installing via devtools::install_github("gambalab/DREEP") and also after manually downloading them from the GitHub page.
The file sizes are still the same (~100 B), and the error persists:
dreep.data <- DREEP::runDREEP(M = data$gficf,
n.markers = 500,
gsea = "simple",
gpds.signatures = c("CTRP2","GDSC"))
12:11:34 Loading GPDS signatures..
Error in readRDS(paste0(find.package("DREEP"), "/data/", i, ".gpds.rds")) :
unknown input format
sessionInfo()
R version 4.5.2 (2025-10-31)
Platform: x86_64-pc-linux-gnu
Running under: Ubuntu 24.04.3 LTS