[R-sig-Debian] tkrplot does not install
Dirk Eddelbuettel
edd at debian.org
Sun Nov 6 17:32:11 CET 2011
You'd be better off first checking if the package exists, as it does here:
sudo apt-get install r-cran-tkrplot
which will get you tkrplot pre-built. Doesn't get much easier.
Second, your error is elementary in that you did not supply tk headers. The
package Build-Depends on these:
Build-Depends: debhelper (>= 7.0.0), cdbs, r-base-dev (>= 2.13.1),
libx11-dev, tcl8.5-dev, tk8.5-dev
So if you insist on building locally, install "libx11-dev, tcl8.5-dev,
tk8.5-dev"
Dirk
--
"Outside of a dog, a book is a man's best friend. Inside of a dog, it is too
dark to read." -- Groucho Marx
More information about the R-SIG-Debian
mailing list