dviraran / xCell

Cell types enrichment analysis
172 stars 60 forks source link

Loading R package #46

Open mooreann opened 3 years ago

mooreann commented 3 years ago

I've installed xCell successfully, but when I load the library I'm getting the following error. I've tried removing and reinstalling 'htmltools'. including installing the most recent version 0.5.0, but not sure if the version is specificed within xCell that I can't change?

Here's the error: Error: package or namespace load failed for ‘xCell’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]): namespace ‘htmltools’ 0.4.0 is already loaded, but >= 0.4.0.9003 is required

And here's the install detailing: Downloading GitHub repo dviraran/xCell@master

GSVA (NA -> 1.32.0 ) [CRAN] GSEABase (NA -> 1.46.0 ) [CRAN] pracma (NA -> 2.2.9 ) [CRAN] geneplotter (NA -> 1.62.0 ) [CRAN] shiny (1.4.0 -> 1.5.0 ) [CRAN] shinythemes (NA -> 1.1.2 ) [CRAN] graph (NA -> 1.62.0 ) [CRAN] XML (3.98-1.20 -> 3.99-0.3) [CRAN] bit64 (0.9-7 -> 4.0.5 ) [CRAN] blob (1.2.0 -> 1.2.1 ) [CRAN] Rcpp (1.0.4.6 -> 1.0.5 ) [CRAN] bit (1.1-14 -> 4.0.4 ) [CRAN] rlang (0.4.5 -> 0.4.7 ) [CRAN] vctrs (0.2.4 -> 0.3.4 ) [CRAN] ellipsis (0.3.0 -> 0.3.1 ) [CRAN] glue (1.4.0 -> 1.4.2 ) [CRAN] httpuv (1.5.2 -> 1.5.4 ) [CRAN] jsonlite (1.6.1 -> 1.7.1 ) [CRAN] htmltools (0.4.0 -> 0.5.0 ) [CRAN] later (1.0.0 -> 1.1.0.1 ) [CRAN] promises (1.1.0 -> 1.1.1 ) [CRAN]

dviraran commented 3 years ago

Hi,

You don’t really need htmltools. Its there because of the online tool, but isn’t needed for the package.

Thanks, Dvir

mooreann commented 3 years ago

Ok but the packages isn't loading in general because of it on my end. Any advice on how to ignore htmltools then?