Displaying 5 results from an estimated 5 matches for "tcltk_init".
2000 Aug 31
3
make problem
Dear R People:
I have the source for R version 1.1.1
on a UNIX system alpha-dec-osf4.
The ./configure works fine.
When I do the make, it works fine until it tries to build the
package tcklc.
I get an error of
Tk_Saf_Init not identified
Then it kicks out.
Any suggestions, please?
Thanks!
Sincerely,
Erin M. Hodgess, Ph.D.
Associate Professor
Department of Computer and Mathematical Sciences
2019 Jul 01
1
ASAN error with R-devel
...MainWindow (/usr/lib/x86_64-linux-gnu/libtk8.6.so+0x620ab)
??? #8 0x7f7874548cc6 (/usr/lib/x86_64-linux-gnu/libtk8.6.so+0x6dcc6)
??? #9 0x7f7874546c7a (/usr/lib/x86_64-linux-gnu/libtk8.6.so+0x6bc7a)
??? #10 0x7f787453f6c4 (/usr/lib/x86_64-linux-gnu/libtk8.6.so+0x646c4)
??? #11 0x7f7874bf0c0b in tcltk_init /usr/local/src/R-devel/src/library/tcltk/src/tcltk.c:697
??? #12 0x5582e3aa93c1 in do_dotCode /usr/local/src/R-devel/src/main/dotcode.c:1743
??? #13 0x5582e3b41f79 in bcEval /usr/local/src/R-devel/src/main/eval.c:6775
??? #14 0x5582e3b6a5df in Rf_eval /usr/local/src/R-devel/src/main/eval.c:620...
2009 Nov 02
2
R292 and tcl/tk
...ware/lib64/tkConfig.sh --prefix=/usr/local/R-2.9.2 > config_292.log 2>&1
> update.packages()
--- Please select a CRAN mirror for use in this session ---
Loading Tcl/Tk interface ...
*** caught segfault ***
address 21188073e, cause 'memory not mapped'
Traceback:
1: .C("tcltk_init", PACKAGE = "tcltk")
2: fun(...)
3: doTryCatch(return(expr), name, parentenv, handler)
...............
19: tryCatch(asNamespace(pkg), hasNoNamespaceError = function(e) NULL)
20: tcltk::tk_select.list
21: menu(m[, 1L], graphics, "CRAN mirror")
22: chooseCRANmirror()
23: co...
2003 Jun 23
7
How can I do a spinning plot in R?
I have found XLispStat's spinning plots illuminating.
I'd like to do the same thing in R.
A dozen or so probes with help, help.search, apropos
haven't turned up anything, and I've even resorted to
grepping through the entire R source distribution
looking for 'spin.*plot', to no avail.
Either the feature is called something else in R (what?),
or it's in some other
2008 May 05
2
[R-SIG-Mac] Starting tcltk without Tk
It turns out that the behavior of starting just Tcl was actually a
bug. Apparently the intention was to attempt to start Tk regardless of
the DISPLAY variable, because some TclTk implementation such as Aqua
Tcl/Tk don't require DISPLAY and thus would not be loaded. Due to a
bug (HAVE_AQUA was not included in Rconfig.h before R 2.7.0), though,
this was not the case. I'll leave it