Cuando le doy cargar el programa Rcmdr o TinR me aparece la siguiente información, casi siempre se atora el programa R y no puedo seguir trabajando en el. Espero me puedan ayuda.
*** caught segfault ***
address 0x0, cause 'unknown'
Traceback:
1: sys.parent()
2: sys.function(sys.parent())
3: formals(sys.function(sys.parent()))
4: match.arg(event)
5: packageEvent(pkgname, "attach")
6: exists(hookName, envir = .userHooksEnv, inherits = FALSE)
7: getHook(packageEvent(pkgname, "attach"))
8: runUserHook(nsname, nspath)
9: attachNamespace(ns, pos = pos, dataPath = dataPath, deps)
10: doTryCatch(return(expr), name, parentenv, handler)
11: tryCatchOne(expr, names, parentenv, handlers[[1L]])
12: tryCatchList(expr, classes, parentenv, handlers)
13: 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))})
14: 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)})
15: library(pkg, character.only = TRUE, logical.return = TRUE, lib.loc = lib.loc)
16: .getRequiredPackages2(pkgInfo, quietly = quietly)
17: library(Rcmdr)