Coder Social home page Coder Social logo

Comments (4)

kmezhoud avatar kmezhoud commented on September 28, 2024

To reproduce the issue you can:

docker pull kmezhoud/rstudio_cancer:1.28.04
docker run -d  -p 8787:8787 -e ROOT=TRUE -e PASSWORD=password rstudio_cancer:1.28.04
firefox localhost:8787

from cancer.

kmezhoud avatar kmezhoud commented on September 28, 2024

an other warning message

> tclRequire("Tktable")
[1] FALSE
Warning message:
In tclRequire("Tktable") : Tcl package 'Tktable' not found

I installed necessary package:

sudo apt-get install tcl-dev tk-dev mesa-common-dev libjpeg-dev libtogl-dev tk-table

in normal case we have

> tclRequire("Tktable")
<Tcl> 2.10 

I installed tk-tbale but I can not locate in the image

rstudio@3df91fafad98:~$ sudo apt-get install tk-table
Reading package lists... Done
Building dependency tree       
Reading state information... Done
tk-table is already the newest version (2.10-4).
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.

rstudio@3df91fafad98:~$ locate tk-table
rstudio@3df91fafad98:~$ 

In normal case (local machine tk-table 2.10-3)

kirus@izis:/usr/local/lib$ locate tk-table
/usr/share/doc/tk-table
/usr/share/doc/tk-table/README.blt
/usr/share/doc/tk-table/README.txt.gz
/usr/share/doc/tk-table/TODO.txt
/usr/share/doc/tk-table/changelog.Debian.gz
/usr/share/doc/tk-table/copyright
/usr/share/doc/tk-table/examples
/usr/share/doc/tk-table/examples/basic.tcl
/usr/share/doc/tk-table/examples/buttons.tcl
/usr/share/doc/tk-table/examples/command.tcl
/usr/share/doc/tk-table/examples/debug.tcl
/usr/share/doc/tk-table/examples/dynarows.tcl
/usr/share/doc/tk-table/examples/loadtable.tcl
/usr/share/doc/tk-table/examples/maxsize.tcl
/usr/share/doc/tk-table/examples/spreadsheet.tcl
/usr/share/doc/tk-table/examples/tcllogo.gif
/usr/share/doc/tk-table/examples/tktable.py
/usr/share/doc/tk-table/examples/valid.tcl
/var/lib/dpkg/info/tk-table:amd64.list
/var/lib/dpkg/info/tk-table:amd64.md5sums

from cancer.

kmezhoud avatar kmezhoud commented on September 28, 2024

The Tktable is found is /usr/lib/tcltk/x86_64-linux-gnu/Tktable2.10/ path
I tried to add the path

> tcltk::addTclPath('/usr/lib/tcltk/x86_64-linux-gnu/Tktable2.10/')
Warning message:
In fun(libname, pkgname) : couldn't connect to display ":0"

This warning message is the same when the build package is finished.

from cancer.

kmezhoud avatar kmezhoud commented on September 28, 2024

The Tktable is found is /usr/lib/tcltk/x86_64-linux-gnu/Tktable2.10/ path
I tried to add the path

> tcltk::addTclPath('/usr/lib/tcltk/x86_64-linux-gnu/Tktable2.10/')
Warning message:
In fun(libname, pkgname) : couldn't connect to display ":0"

This warning message is the same when the build package is finished.

from cancer.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.