On 21 September 2018 at 20:10, Mark Leeds wrote:
| All of a sudden, I had the brilliant idea to google and the command below
| solved the problem. My apologies for noise.
| 
| sudo apt-get install tk-dev

Still too difficult / laborious. Next time remember to do

   apt-cache searck tkrplot      # or any other search term

which would have lead you to

   r-cran-tkrplot

which implies

   sudo apt install r-cran-tkrplot

is all you need. No need for the ballast of two -dev packages, no need to
locally compile.  There is a reason I packaged this maybe 15 years ago ...

Dirk

-- 
http://dirk.eddelbuettel.com | @eddelbuettel | e...@debian.org

_______________________________________________
R-SIG-Debian mailing list
R-SIG-Debian@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-sig-debian

Reply via email to