Skip to content
Prev 305453 / 398506 Next

tcltk installation problem in R (Mac OS X version)

On Sep 14, 2012, at 06:48 , David Winsemius wrote:

            
In this case, actually reading the error message also helps!
If tcltk as such didn't work, you'd never get as far as getting an error from tclRequire. The issue is that the Tcl/Tk install doesn't include the _Tcl_ package 'BWidget'. How to install it on OSX was described in a post on R-sig-mac on July 4 2012.

(Retaining r-help in cc: since missing Tcl packages could happen on all platforms although perhaps not specifically BWidget. In general, you need to sort out what the preferred method of installation is on your platform. That is not an R issue.)