igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[igraph] Fwd: [R-SIG-Mac] Problem loading tcltk interface


From: Silvia Solis
Subject: [igraph] Fwd: [R-SIG-Mac] Problem loading tcltk interface
Date: Mon, 19 Nov 2012 14:05:11 -0600

Hello Gabor and Tamás,

I got a solution for the problem loading tcl/tk. For future inquires!

Best,

Silvia

Inicio del mensaje reenviado:

De: "Ray DiGiacomo, Jr." <address@hidden>
Asunto: Re: [R-SIG-Mac] Problem loading tcltk interface
Fecha: 19 de noviembre de 2012 11:39:49 GMT-06:00
Para: Silvia SM <address@hidden>
Cc: R Help - Mac <address@hidden>

Hi Silvia,

You may need to install this app first:


Best Regards,

Ray DiGiacomo, Jr.
Healthcare Predictive Analytics Specialist
Master R Trainer
President, Lion Data Systems LLC
President, The Orange County R User Group
Board Member, TDWI
(m) 408-425-7851
San Juan Capistrano, California USA

Check out my one-on-one web-based R Training Courses at liondatasystems.com/courses







On Mon, Nov 19, 2012 at 9:19 AM, Silvia SM <address@hidden> wrote:
Hello,

Maybe someone can help me, I just switch to Mac (from PC) and now I'm trying to run all the packages that I used on my prior computer.  I've been trying to load the tcl/tk interface to run tkplots but every time I try I get the message below, and instructions to close or abort R.

I'm sending also info might be useful about the session.

> sessionInfo()
R version 2.15.2 (2012-10-26)
Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit)

locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8

attached base packages:
[1] stats     graphics  grDevices utils     datasets
[6] methods   base

other attached packages:
[1] igraph_0.6-3

MacOS 10.8

And I couldn't find the gcc version.


> library(tcltk)
Loading Tcl/Tk interface ...
 *** caught segfault ***
address 0x20044, cause 'memory not mapped'

Traceback:
 1: sys.nframe()
 2: dynGet("__NameSpacesLoading__", NULL)
 3: loadNamespace(package, c(which.lib.loc, lib.loc))
 4: doTryCatch(return(expr), name, parentenv, handler)
 5: tryCatchOne(expr, names, parentenv, handlers[[1L]])
 6: tryCatchList(expr, classes, parentenv, handlers)
 7: tryCatch(expr, error = function(e) {    call <- conditionCall(e)    if (!is.null(call)) {        if (identical(call[[1L]], quote(doTryCatch)))             call <- sys.call(-4L)        dcall <- deparse(call)[1L]        prefix <- paste("Error in", dcall, ": ")        LONG <- 75L        msg <- conditionMessage(e)        sm <- strsplit(msg, "\n")[[1L]]        w <- 14L + nchar(dcall, type = "w") + nchar(sm[1L], type = "w")        if (is.na(w))             w <- 14L + nchar(dcall, type = "b") + nchar(sm[1L],                 type = "b")        if (w > LONG)             prefix <- paste0(prefix, "\n  ")    }    else prefix <- "Error : "    msg <- paste0(prefix, conditionMessage(e), "\n")    .Internal(seterrmessage(msg[1L]))    if (!silent && identical(getOption("show.error.messages"),         TRUE)) {        cat(msg, file = stderr())        .Internal(printDeferredWarnings())    }    invisible(structure(msg, class = "try-error", condition = e))})
 8: try({    ns <- loadNamespace(package, c(which.lib.loc, lib.loc))    dataPath <- file.path(which.lib.loc, package, "data")    env <- attachNamespace(ns, pos = pos, dataPath = dataPath,         deps)})
 9: library(igraph)

Possible actions:
1: abort (with core dump, if enabled)
2: normal R exit
3: exit R without saving workspace
4: exit R saving workspace

>
Selection:


Best,

Silvia
        [[alternative HTML version deleted]]

_______________________________________________
R-SIG-Mac mailing list
address@hidden
https://stat.ethz.ch/mailman/listinfo/r-sig-mac



reply via email to

[Prev in Thread] Current Thread [Next in Thread]