Hi I am trying to use signac https://satijalab.org/signac/articles/pbmc_vignette.html with R version 4.0.3 (2020-10-10). Whenever I install EnsDb.Hsapiens.v75 (a required package needed to be used with signac) with BiocManager::install("EnsDb.Hsapiens.v75") it fails with the following error. I was wondering how I can successfully install this package with R 4.0.3 or does it even work with it?
Below is the error I see.
BiocManager::install("EnsDb.Hsapiens.v75")
Bioconductor version 3.12 (BiocManager 1.30.10), R 4.0.3 (2020-10-10)
Installing package(s) 'EnsDb.Hsapiens.v75'
trying URL 'https://bioconductor.org/packages/3.12/data/annotation/src/contrib/EnsDb.Hsapiens.v75_2.99.0.tar.gz'
Content type 'application/x-gzip' length 79029669 bytes (75.4 MB)
==================================================
downloaded 75.4 MB
* installing *source* package ‘EnsDb.Hsapiens.v75’ ...
** using staged installation
** R
** inst
Warning in file.append(to[okay], from[okay]) :
write error during file append
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
Error: package or namespace load failed for 'EnsDb.Hsapiens.v75':
.onLoad failed in loadNamespace() for 'EnsDb.Hsapiens.v75', details:
call: EnsDb(system.file("extdata", files[[i]], package = pkgname, lib.loc = libname))
error: Database does not have any tables!
Error: loading failed
Execution halted
ERROR: loading failed
* removing ‘/home/khan.saad/RLibs_cellassignfinal4.0.3/EnsDb.Hsapiens.v75’
The downloaded source packages are in
'/tmp/104007.tmpdir/Rtmp0YwPtP/downloaded_packages'
Installation path not writeable, unable to update packages: arrow, backports,
blogdown, broom, DBI, DT, forcats, gert, git2r, gitcreds, hms, knitr, Lahman,
memoise, patchwork, rappdirs, reprex, RMariaDB, rmarkdown, RPostgres,
RSQLite, rticles, servr, tinytex, usethis, xaringan, xfun, boot, class,
codetools, foreign, KernSmooth, Matrix, nlme, nnet, spatial
Old packages: 'ggthemes', 'princurve'
Update all/some/none? [a/s/n]: n
Warning message:
In install.packages(...) :
installation of package 'EnsDb.Hsapiens.v75' had non-zero exit status