search for: tclarrayvar

Displaying 3 results from an estimated 3 matches for "tclarrayvar".

2015 Jan 14
2
Is the tcltk failure in affylmGUI related to R bug 15957
...se_2.26.0 [16] BiocGenerics_0.12.1 limma_3.22.3 loaded via a namespace (and not attached): [1] Biostrings_2.34.1 DBI_0.3.1 RSQLite_1.0.0 splines_3.1.2 XVector_0.6.0 zlibbioc_1.12.0 I think the relevant code that is resulting in the error is generated by this function in main.R: tclArrayVar <- function(){ Try(n <- evalq(TclVarCount <- TclVarCount + 1, .TkRoot$env)) Try(name <- paste("::RTcl", n,sep = "")) Try(l <- list(env = new.env())) Try(assign(name, NULL, envir = l$env)) Try(reg.finalizer(l$env, function(env) tcl("un...
2015 Jan 14
0
Is the tcltk failure in affylmGUI related to R bug 15957
...rics_0.12.1 limma_3.22.3 > loaded via a namespace (and not attached): > [1] Biostrings_2.34.1 DBI_0.3.1 RSQLite_1.0.0 splines_3.1.2 XVector_0.6.0 zlibbioc_1.12.0 > > I think the relevant code that is resulting in the error is generated by this function in main.R: > tclArrayVar <- function(){ > Try(n <- evalq(TclVarCount <- TclVarCount + 1, .TkRoot$env)) > Try(name <- paste("::RTcl", n,sep = "")) > Try(l <- list(env = new.env())) > Try(assign(name, NULL, envir = l$env)) > Try(reg.finalizer(l$env, function(en...
2015 Jan 18
1
Is the tcltk failure in affylmGUI related to R bug 15957
...3 > > loaded via a namespace (and not attached): > > [1] Biostrings_2.34.1 DBI_0.3.1 RSQLite_1.0.0 splines_3.1.2 XVector_0.6.0 zlibbioc_1.12.0 > > > > I think the relevant code that is resulting in the error is generated by this function in main.R: > > tclArrayVar <- function(){ > > Try(n <- evalq(TclVarCount <- TclVarCount + 1, .TkRoot$env)) > > Try(name <- paste("::RTcl", n,sep = "")) > > Try(l <- list(env = new.env())) > > Try(assign(name, NULL, envir = l$env)) > > Try(reg.fin...