Displaying 7 results from an estimated 7 matches for "runhook".
Did you mean:
unhook
2003 Oct 21
2
Problem R-1.8.0 library tcltk on Tcl-8.0.5 (PR#4699)
...117.236.13)
I build by Tcl8.0.5 and R-1.8.0.
> library(tcltk)
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library "/usr/lib/R/library/tcltk/libs/tcltk.so":
/usr/lib/R/library/tcltk/libs/tcltk.so: undefined symbol:
RTcl_ActivateConsoleError in runHook(".onLoad", env, package.lib, package) :
.onLoad failed
Error in library(tcltk) : package/namespace load failed
R-1.8.0/src/library/tcltk/src/init.c
32 #ifndef TCL80
33 {"RTcl_ActivateConsole", (DL_FUNC) &RTcl_ActivateConsole, 0},
34 #endif
TCL80 is not...
2009 Jan 07
1
Compiling R for Solaris 10 Intel
...l(seterrmessage(msg[1])) if (!silent && identical(getOption("show.error.messages"), TRUE)) { cat(msg, file = stderr()) .Internal(printDeferredWarnings()) } invisible(structure(msg, class = "try-error"))})
7: try({ fun(...) NULL})
8: runHook(".onLoad", package, env, package.lib, package)
9: loadNamespace(package, c(which.lib.loc, lib.loc), keep.source = keep.source)
10: doTryCatch(return(expr), name, parentenv, handler)
11: tryCatchOne(expr, names, parentenv, handlers[[1]])
12: tryCatchList(expr, classes, parentenv, handlers...
2012 May 15
1
KEGGSOAP installation error
...ssWSDL("http://soap.genome.jp/KEGG.wsdl")
5: fun(libname, pkgname)
6: doTryCatch(return(expr), name, parentenv, handler)
7: tryCatchOne(expr, names, parentenv, handlers[[1L]])
8: tryCatchList(expr, classes, parentenv, handlers)
9: tryCatch(fun(libname, pkgname), error = identity)
10: runHook(".onLoad", env, package.lib, package)
11: loadNamespace(package, c(which.lib.loc, lib.loc))
12: doTryCatch(return(expr), name, parentenv, handler)
13: tryCatchOne(expr, names, parentenv, handlers[[1L]])
14: tryCatchList(expr, classes, parentenv, handlers)
15: tryCatch(expr, error = functi...
2007 Dec 10
1
Building R on Sun Solaris 10 (SPARC) using Sun Studio 12
...if (!silent &&
> identical(getOption("show.error.messages"), TRUE)) {
> cat(msg, file = stderr()) .Internal(printDeferredWarnings())
> } invisible(structure(msg, class = "try-error"))})
> 7: try({ fun(...) NULL})
> 8: runHook(".onLoad", package, env, package.lib, package)
> 9: loadNamespace(package, c(which.lib.loc, lib.loc), keep.source =
> keep.source)
> 10: doTryCatch(return(expr), name, parentenv, handler)
> 11: tryCatchOne(expr, names, parentenv, handlers[[1]])
> 12: tryCatchList(expr, cl...
2013 Jun 07
1
cannot load pbdMPI package after compilation
...pmd_initialize", PACKAGE = "pbdMPI")
2: fun(libname, pkgname)
3: doTryCatch(return(expr), name, parentenv, handler)
4: tryCatchOne(expr, names, parentenv, handlers[[1L]])
5: tryCatchList(expr, classes, parentenv, handlers)
6: tryCatch(fun(libname, pkgname), error = identity)
7: runHook(".onLoad", env, package.lib, package)
8: loadNamespace(package, c(which.lib.loc, lib.loc))
9: doTryCatch(return(expr), name, parentenv, handler)
10: tryCatchOne(expr, names, parentenv, handlers[[1L]])
11: tryCatchList(expr, classes, parentenv, handlers)
12: tryCatch(expr, error = functi...
2002 Oct 21
5
RFC: Loading packages at startup
I've been kicking the following idea around for a while, and am now
proposing to put some version into 1.7.0. I'd be interested in
comments on the desirability and the design, before I start writing
any code.
S4 introduced a file .S.chapters which can contain a list of S
chapters (equivalent to R packages) to be loaded on start-up. This
was the germ of this proposal.
Proposal:
Extend
2011 May 23
3
RGL package installation problem on Centos
Dear R users,
I have installed the latest version of R from source on Centos (using
configure and make install).
This seemed to work fine, with no Errors reported and R at the command line
starts R.
However, if I try and installed the package rgl using;
install.packages("rgl")
I get the following error;
installing to /usr/local/lib64/R/library/rgl/libs
** R
** demo
** inst
** preparing