similar to: Fail to open R 2.6.1 - additional information

Displaying 20 results from an estimated 10000 matches similar to: "Fail to open R 2.6.1 - additional information"

2007 Apr 26
2
tcltk support....
Rusers, library(Rcmdr) Loading required package: tcltk Error in firstlib(which.lib.loc, package) : Tcl/Tk support is not available on this system While installing R I run configure with configure --prefix=/bla/bla --with-tcltk make make install configure did not returned any errors. Hence, I assume that the the tcl/tk libraries have been found. installin.packages("tcltk")
2008 Jan 10
1
load tcltk
Hi All! Can someone help me with the following problem? Lade n?tiges Paket: tcltk Loading Tcl/Tk interface ... Error in dyn.load(file, ...) : kann shared library '/Library/Frameworks/R.framework/Versions/2.6/ Resources/library/tcltk/libs/ppc/tcltk.so' nicht laden: dlopen(/Library/Frameworks/R.framework/Versions/2.6/Resources/ library/tcltk/libs/ppc/tcltk.so, 10): Library not
2011 Mar 04
1
Problem with tcltk
Dear all, Since I installed the x64 version of R (v2.12.1), I got a problem with tcltk that I did not achieve to resolve. When loading the library, it gives me the following error message: Loading Tcl/Tk interface ...Error : .onLoad failed in loadNamespace() for 'tcltk', details: call: inDL(x, as.logical(local), as.logical(now), ...) error: unable to load shared object
2011 Jun 14
2
Still have problems with tcltk in R 64 bit
Dear R users, Since a long time now, I have the following error when I want to load the tcltk library in R 64 bit. Loading Tcl/Tk interface ...Error : .onLoad failed in loadNamespace() for 'tcltk', details: call: inDL(x, as.logical(local), as.logical(now), ...) error: unable to load shared object 'C:/Program Files/R/R-2.13.0/library/tcltk/libs/x64/tcltk.dll': LoadLibrary
2002 Mar 06
3
Loading tcltk package fails on WinMe/Cygwin but works with Rgui
I am investigating how well R/tcltk is supported on different system and I ran into the same problem as Christian Schulz reported on February 7, 2002. I am using [R] v1.4.1 on WinMe and ActiveTcl 8.3.2. Loading tcltk within Rgui works just fine and both demo(tkdensity) and demo(tkttest) works as expected. However, when I start R from my Cygwin terminal dyn.load() fails to load the library: % R
2002 Mar 25
1
Problems installing Tcl/Tk
Hi! Two questions: 1.-I am trying to put Tcl/tk to work. I keep getting the following: >Error in dyn.load(x, as.logical(local), as.logical(now)) : > unable to load shared library "C:/RW1041/library/tcltk/libs/tcltk.dll": >LoadLibrary failure: No se puede hallar uno de los archivos de biblioteca necesarios para ejecutar esta aplicaciĆ³n. >Error in library(tcltk) :
2008 Oct 24
1
Errors in R CMD check for R 2.8.0
useR's, I get these 2 errors when I run "R CMD check" on my package, and I cannot figure out how to get around them. Does anyone have any ideas? If it is of any help, I use Windows XP. ... * checking replacement functions .... OK * checking foreign function calls ... OK * checking R code for possible problems ... NOTE Error in inDL(x, as.logical(local), as.logical(now), ...):
2003 Apr 19
1
tcltk and Windo$e
I am running R1.6.2 under windo$e98. I have followed the instructions in the Win port faq concerning tck, but when I try 'library(tcltk)', I get Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library "C:/PROGRA~1/R/RW1062/library/tcltk/libs/tcltk.dll": LoadLibrary failure: One of the library files needed to run this application
2001 Mar 20
1
tcltk on Windows 98
I've written an application that uses the tcltk package, and have distributed it to a few people to use here in the Agency on Windows 98 machines. It has worked just fine on all but one of those machines. On that one (system information quoted below), we persist in getting the error message: > require (tcltk) Loading required package: tcltk Error in dyn.load(x, as.logical(local),
2001 Oct 04
1
tcl/tk & Windows2000?
Hello, i have some problems to run tcltk/R on with Win2000. With Win98 i have no problems !? When i do this in R, i get no message-error & tcl/tk is really here ! Sys.putenv("TCL_LIBRARY"="C:/tcl/lib/tcl83") ,but after i use : library(tcltk) ,i get : Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library
2007 Dec 10
2
bug in by.data.frame, R-2.6.1 (PR#10506)
by() fails for 1-column matrices and dataframes: X <- data.frame(a=1:10) g <- gl(2,5) by(X, g, colMeans) Suggested fix: --- by-old.R 2007-12-10 15:26:22.501086600 +0100 +++ by.R 2007-12-10 15:25:58.390477200 +0100 @@ -26,7 +26,7 @@ IND[[1]] <- INDICES names(IND) <- deparse(substitute(INDICES))[1] } else IND <- INDICES - FUNx <-
2008 Apr 30
1
R isn't finding tcltk
On a x86 machine operating under Gentoo Linux, I'm having persistent difficulty in getting R version 2.6.1 (the latest available through Gentoo's portage system) to use tcltk. The R command library(tcltk) elicits the following response: Error in firstlib(which.lib.loc, package) : Tcl/Tk support is not available on this system Error in library(tcltk) : .First.lib failed for
2006 Jul 13
1
Problem installing local additional packages of Rcmdr (WinXP)
Hi R users: I download the .zip files and also PACKAGES and PACKAGES.gz files in a local directory, but when I call library(Rcmdr) It shows me a tcl/tk windows telling me to install the additional packages, the it takes me to another window where I must specify the path where the .zip files are located. I do it, but I obtain the following message: Loading required package: tcltk Loading Tcl/Tk
2002 Aug 06
1
Using Tcl/Tk on Windows
Hello, I would like to try Tcl/Tk library on Windows. I installed ActiveTCL 8.3.4.3 and add the environment variable TCL_LIBRARY linking to the directory of installation. When I load the Tcl/Tk package, I have the following error: +--------------------------------------------------------------+ Error in firstlib(which.lib.loc, package) : Can't find a usable init.tcl in the
2009 Feb 12
2
Problem with loading rJava in R
Hello. I am trying to load the rJava package in R-2.7.2 (Windows XP 64-bit RGui) and get the following error message even though the mentioned .dll file is located at the directory listed in the error message. I have tried to uninstall and reinstall the package but that does not resolve the problem. Then uninstallation and re-installation of R did not resolve the issue either. Any suggestions are
2007 Dec 05
4
os x crash using rpanel and tcltk (PR#10495)
Hello, I've recently discovered a persistent issue with rpanel when running R.app (2.6.1) on Mac OS X 10.4.11. tcltk and rpanel load without any apparent error, and the interactive panels appear to work as expected, however upon closing the panels rpanel has created I get catastrophic errors and R crashes completely. For the most part R manages to crash with dignity and work can be saved, but
2008 Apr 05
2
Odd tcltk and Rattle interference on MS/Windows
Hi Graham, Your guess is right. The event loop stuff is handled differently on Windows than on Unix-like OSes. There is a hook, called tcl_do that is hard-coded into the R Windows GUI. It is called whenever the console is idle. RGtk2 is able to hook into that to process GTK+ events. The problem is that the two packages replace each other's handler. So in this case tcltk is blocking GTK+ from
2008 Feb 05
2
Error in grid.text after tcltk package loaded
Hello - I am noticing some strange errors when using the grid package, but (apparently) only after loading the tcltk package. The interaction here does not make sense to me, and I'm wondering if anyone else can reproduce this, or if it is specific to my setup. Here is my sessionInfo: sessionInfo() R version 2.6.2 RC (2008-02-04 r44332) i686-pc-linux-gnu locale:
2007 Dec 04
2
Wishlist: mention Vectorize in 'outer' man page (PR#10490)
Full_Name: Antonio, Fabio Di Narzo Version: 2.6.1 OS: linux Submission from: (NULL) (213.140.16.187) In 'outer' man page, there is no mention of the Vectorize function. Moreover, I think it isn't underlined enough that the FUN argument to 'outer' must be a vectorized function (doc speaks about a function which has to 'operate elementwise'). A cross-reference from
2007 Dec 11
1
error trying to load biOps under 2.6.1 running XP
I'm running R 2.6.1 on a WXP machine. When I do the following I get an error message. > library(biOps) Error in dyn.load(file, ...) : unable to load shared library 'C:/PROGRA~1/R/R-26~1.1/library/biOps/libs/biOps.dll': LoadLibrary failure: The specified module could not be found. Error: package/namespace load failed for 'biOps' Please help, or comments about what