devcontainers-rstudio icon indicating copy to clipboard operation
devcontainers-rstudio copied to clipboard

cannot install lumi package

Open crhywun opened this issue 2 years ago • 1 comments

cram/cram_io.c:53:10: fatal error: bzlib.h: No such file or directory 53 | #include <bzlib.h> | ^~~~~~~~~ compilation terminated. make[1]: *** [Makefile.Rhtslib:135: cram/cram_io.o] Error 1 make[1]: Leaving directory '/tmp/RtmpUB64Er/R.INSTALL5fa55ea1a1b/Rhtslib/src/htslib-1.15.1' make: *** [Makevars.common:22: htslib] Error 2 ERROR: compilation failed for package ‘Rhtslib’

Is there anynoe can help me with it?

crhywun avatar Mar 10 '23 11:03 crhywun

Perhaps you need to install libbz2-dev like sudo apt install libbz2-dev? I recommend that you ask questions in the following repositories https://github.com/Bioconductor/Rhtslib

eitsupi avatar Mar 11 '23 05:03 eitsupi