d3heatmap icon indicating copy to clipboard operation
d3heatmap copied to clipboard

Couldn't get a file descriptor referring to the console

Open shenweiyan opened this issue 5 years ago • 0 comments

I running d3heatmap_0.6.1.2 in Anaconda3 with R-3.4.3,It seems someting wrong:

> install.packages("d3heatmap")
> library(d3heatmap)
> d3heatmap(mtcars, scale = "column", colors = "Spectral")
> Couldn't get a file descriptor referring to the console

> sessionInfo()
R version 3.4.3 (2017-11-30)
Platform: x86_64-conda_cos6-linux-gnu (64-bit)
Running under: CentOS Linux 7 (Core)

Matrix products: default
BLAS/LAPACK: /usr/local/software/anaconda3/lib/R/lib/libRblas.so

locale:
 [1] LC_CTYPE=en_US.UTF-8       LC_NUMERIC=C
 [3] LC_TIME=en_US.UTF-8        LC_COLLATE=en_US.UTF-8
 [5] LC_MONETARY=en_US.UTF-8    LC_MESSAGES=en_US.UTF-8
 [7] LC_PAPER=en_US.UTF-8       LC_NAME=C
 [9] LC_ADDRESS=C               LC_TELEPHONE=C
[11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base

other attached packages:
[1] d3heatmap_0.6.1.2

loaded via a namespace (and not attached):
 [1] htmlwidgets_0.9    colorspace_1.3-2   scales_0.5.0       compiler_3.4.3
 [5] plyr_1.8.4         htmltools_0.3.6    base64enc_0.1-3    RColorBrewer_1.1-2
 [9] yaml_2.1.16        Rcpp_0.12.14       jsonlite_1.5       digest_0.6.13
[13] munsell_0.4.3      png_0.1-7

My OS is CentOS 7, Could someone please show me how I can solve it ? Thank you.

shenweiyan avatar Oct 23 '18 08:10 shenweiyan