Dear all,
I would like to have TLC/TK support in R in order to install some packages like UMI4Cats. Would you please let me know what I shall do in this regard ? Thanks a lot !
> capabilities()
jpeg png tiff tcltk X11 aqua
TRUE TRUE TRUE FALSE TRUE FALSE
http/ftp sockets libxml fifo cledit iconv
TRUE TRUE TRUE TRUE TRUE TRUE
NLS profmem cairo ICU long.double libcurl
TRUE FALSE TRUE TRUE TRUE TRUE
~ Bogdan
This isn't really a Bioconductor question, so you might get a faster response on a more general R forum. Which operating system are you running?
Mike Mike. I am using Ubuntu 16.04 that has TclTk support that is built-in.
In R I have also installed the package "tcltk2" although no success.
The TclTk needs to be recognized by in R in order to install a BioC library, that is UMI4Cats .
http://bioconductor.org/packages/release/bioc/html/UMI4Cats.html
Are you compiling R from source, or installing from the Ubuntu repositories via
apt-get install
? I think the output ofcapabilities()
is defined by what's available when R is compiled. If you're building it yourself, maybe you need to rebuild having installedtk-dev
andtcl-dev
.Thank you Mike. On my Ubuntu machine, before compiling R, I had tcl-dev and tk-dev already at the latest version.
*tk-dev is already the newest version (8.6.0+9).
tcl-dev is already the newest version (8.6.0+9).*