Bioconductor / Rhtslib

HTSlib high-throughput sequencing library as an R package
https://bioconductor.org/packages/Rhtslib
11 stars 12 forks source link

Error Installing package 'Rhtslib' in R 3.6.3 #18

Closed nayaracleite closed 3 years ago

nayaracleite commented 4 years ago

I am trying to install package 'Rhtslib' in R 3.6.3 using R studio, I am getting the following error:

BiocManager::install('Rhtslib') Bioconductor version 3.10 (BiocManager 1.30.10), R 3.6.3 (2020-02-29) Installing package(s) 'Rhtslib' trying URL 'https://bioconductor.org/packages/3.10/bioc/src/contrib/Rhtslib_1.18.1.tar.gz' Content type 'application/x-gzip' length 1471336 bytes (1.4 MB)

downloaded 1.4 MB

The downloaded source packages are in ‘/tmp/RtmpHhKHkY/downloaded_packages’ Installation path not writeable, unable to update packages: DT, MCMCpack, RCurl, Rcpp, RcppArmadillo, SnowballC, StanHeaders, akima, ape, arm, backports, bit64, broom, callr, car, carData, cubature, data.table, devtools, dplyr, ellipsis, expm, foreach, forecast, fs, gamm4, ggplot2, git2r, glmnet, glue, gplots, grplasso, gss, gtools, haven, htmlTable, htmltools, httpuv, httr, intervals, isoband, jsonlite, knitr, later, lhs, lme4, loo, maptools, mclust, meta, multcomp, mvtnorm, nloptr, openssl, openxlsx, pillar, pkgbuild, pkgload, plotrix, processx, promises, ps, psych, purrr, quantmod, quantreg, raster, remotes, reshape2, rex, rgl, rlang, rootSolve, roxygen2, rversions, scales, sem, shiny, sp, survey, svmpath, sys, texreg, tibble, tidyr, tidyselect, usethis, vcd, vctrs, withr, xfun, xml2, zoo, KernSmooth, MASS, boot, class, lattice, nlme, nnet, spatial, survival

Warning message: In install.packages(...) : installation of package ‘Rhtslib’ had non-zero exit status

hpages commented 3 years ago

Hi @nayaracleite ,

Sorry for the delay. Were you able to solve this? Rhtslilb requires liblzma so make sure you have this library on your system. See SystemRequirements in the DESCRIPTION file of the package for all the requirements. You can also see the requirements on the package landing page here:

https://bioconductor.org/packages/Rhtslib

Thanks

hpages commented 3 years ago

Hi @nayaracleite,

Since I didn't hear back from you, I'm going to assume that you were able to solve your problem.

Cheers, H.