ntaining pretty much my entire
functions, except the parts not related to TclTk.
Thank you in advance,
Gabriel Margarido.
CODE:
library(tcltk)
ask.format <- function() {
ask.form <- tktoplevel()
tkgrab.set(ask.form)
tkfocus(ask.form)
tkwm.title(ask.form,"Input Format")
tk
Hello everyone,
I have the following issue: one function generates a very big array (can be
more than 1 Gb) and returns a few variables, including this big one. Memory
allocation is OK while the function is running, but the final steps make
some copies that can be problematic. I looked for a way t
2 matches
Mail list logo