search for: firstlib

Displaying 20 results from an estimated 68 matches for "firstlib".

Did you mean: firstline
2004 Jun 04
1
[Wish]: Add "..." argument to library function
...ose = getOption("verbose"), version,...) # # Stuff removed to show which lines are changed later # .Internal(lib.fixup(loadenv, env)) if (exists(".First.lib", mode = "function", envir = env, inherits = FALSE)) { firstlib <- get(".First.lib", mode = "function", envir = env, inherits = FALSE) tt <- try(firstlib(which.lib.loc, package,...)) if (inherits(tt, "try-error")) if (logical.return)...
2006 Dec 09
2
Rcmdr package
...l the Rcmdr package in a Quantian linux machine, but, when i tried that, following commands appeared: ** building package indices ... * DONE (Rcmdr) The downloaded packages are in /tmp/RtmpuOikyk/downloaded_packages > library("Rcmdr") Loading required package: tcltk Error in firstlib(which.lib.loc, package) : Tcl/Tk support is not available on this system Error: package 'tcltk' could not be loaded > library("tcltk") Error in firstlib(which.lib.loc, package) : Tcl/Tk support is not available on this system Error in library("tcltk")...
2003 Mar 03
1
How to change the default library directory?
...---------------- > library(SJava) Error in library(SJava) : There is no package called `SJava' > library(SJava, lib.loc="/disk/hopper/projects/class/cse514/R/lib/R/library") Warning message: The Java machine is no longer initialized automatically. You must explicitly load it in: firstlib(which.lib.loc, package) > ---------------------------------------------------- Another question is about firstlib, what should I do to initialize the Java machine here? Your helps are really appreciated!!! Yan Bai
2009 Jul 06
1
Starting R Commander doesn't work (PR#13806)
Full_Name: Noyb Version: 2.9.1 OS: Ubuntu 9.04 Submission from: (NULL) (141.53.34.152) Hello, I installed the GUI R Commander and tried to open it out of R by > library("Rcmdr"). The following message occurred: "Lade n?tiges Paket: tcltk Error in firstlib(which.lib.loc, package) : Tcl/Tk auf diesem System nicht verf?gbar Fehler: Paket 'tcltk' konnte nicht geladen werden" (in English: Load needed package: tcltk Error in firstlib(which.lib.loc, package) : Tcl/Tk not available on this system Error...
2004 Oct 19
2
pb with aws package
Dear all, [I work with a Windows XP Prof. installation, and the 2.0.0 R version] I need to use the aws package, but I have the following error message: > require(aws) Loading required package: aws Error in firstlib(which.lib.loc, package) : couldn't find function "lazyLoad" [1] FALSE I download the .zip file (for Windows) today on the CRAN site, so I think I have an update version; does someone has already encountered this problem, do I miss something ? Thanks a lot for your help,...
2008 Mar 12
1
gracefully handing a library load error
...When running a session not connected to an X session (like if I'm sshed in), attempting "library(cairoDevice)" causes: *** caught segfault *** address 0x8, cause 'memory not mapped' Traceback: 1: .C("R_gtk_setEventHandler", PACKAGE = "cairoDevice") 2: firstlib(which.lib.loc, package) 3: doTryCatch(return(expr), name, parentenv, handler) 4: tryCatchOne(expr, names, parentenv, handlers[[1]]) 5: tryCatchList(expr, classes, parentenv, handlers) 6: tryCatch(expr, error = function(e) { call <- conditionCall(e) if (!is.null(call)) { if (iden...
2002 Sep 23
3
Problems with tcltk package
Hello listers, I have installed Tcl/Tk v8.4 on my system (Win XP, R 1.5.1). When I try to load the Tcl/Tk package I get this error: > library(tcltk) Error in firstlib(which.lib.loc, package) : TCL_LIBRARY is not set Error in library(tcltk) : .First.lib failed Can someone help me, please? Thanks, Juan -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.h...
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.packa...
2009 Nov 30
2
Ubuntu tcl/tk problems
Error in firstlib(which.lib.loc, package) : Tcl/Tk support is not available on this system Error : package 'tcltk' could not be loaded Ubuntu 9.10 I have both the 8.5 and 8.4 tcl and tk regular and dev libraries installed. I need both of these because some of my GIS software requires the 8.4 libraries....
2003 Feb 05
3
tcltk installation problem
Dear all, I want to use GraspeR (on R 1.6.0) and have to install tcltk library. When I try to do this, I get back this error message: Error in firstlib(which.lib.loc, package) : TCL_LIBRARY is not set Error in library(pkg, character.only = TRUE) : .First.lib failed But I have a tcl/tk package (Active TCL 8.4.1.0) correctly install on my PC (Win95) and in the autoexec.bat the path for "bin" and "lib" . So wher...
2003 Feb 11
3
Tcl/Tk support is not available on this system.
I am trying to get R to run on a Red Hat 8 system, I am running R version 1.6.2 with Tcl/Tk version 8.3.5 installed. When I try to test R from the data_sets directory I get the error message; Error in firstlib(which.lib.loc, package) : Tcl/Tk support is not available on this system Error in fileBrowser(textToShow = "Choose one CDF file" , nSelect = 1, : tcl/tk library not available Execution halted. Any help would be appreciated. Doug Forbeck
2004 Oct 29
4
Installation problems with R.classes bundle
...my working directory (C:\programs\R\rw1091\library). These include R.audio, R.basic and R.oo. The instrauctions on the website then say to: Verify by loading the R.oo package, e.g. library(R.oo). I have tried this and all I keep getting os the following error message: > library(R.oo) Error in firstlib(which.lib.loc, package) : couldn't find function "lazyLoad" In addition: Warning message: package R.oo was built under R version 2.0.0 Error in library(R.oo) : .First.lib failed > Does anyone have any clues as to what I have done wrong? Thankyou for your help. Mike G...
2002 Nov 21
1
tkclipboard.append(...) and TCL_LIBRARY not set
...uch an R function? If tkclipboard.append(...) is what I need, please explain how I can set TCL_LIBRARY. With R 1.6 on W98 I got the following R dialog. (If it is relevant, the DESCRIPTION file does contain a Built line). Thanking you in advance, graham lawrence >library(tcltk) Error in firstlib(which.lib.loc, package) : TCL_LIBRARY is not set Error in library(tcltk) : .First.lib failed >?library >.packages(all.available = TRUE) [1] "base" "boot" "class" "cluster" "ctest" [6] "eda" "fo...
2000 Jul 20
2
tcltk_package
Hello... I'm having problems getting the "tcltk" package to run within a recently installed version of R (R1.10 for Windows95). >library(tcltk) Error in firstlib(which.lib.loc, package) : TCL_LIBRARY is not set Error in library(tcltk) : .First.lib failed > Having little experience with R, I apologize for the simplicity of this question. Jason Fisher stormplot at hotmail.com _______________________________________________________________________...
2002 Sep 16
2
TclTk Again
Dear All, Following Zhang instructions I add the environmental variables, but now I receive the following message: > library(tcltk) Error in firstlib(which.lib.loc, package) : Can't find a usable init.tcl in the following directories: { C:\tcl\lib\tcl8.3} This probably means that Tcl wasn't installed properly. Error in library(tcltk) : .First.lib failed I'm using R Win 1.5.1 on a XP and Active Tcl 8.3.4.2 Thanks. Ricar...
2003 Apr 25
2
sjava w2k
..sorry for this "repeated" off-topic question, but i look for any suggestion in the manuals, find nothing related? library(Sjava) Error in firstlib(which.lib.loc, package) : JAVA_HOME is not set Error in library(Sjava) : .First.lib failed ...what i have to done? many thanks & regards,christian...
2001 Dec 17
2
help with library(tcltk)
Hi All, I have tried several times to run this library and I get the following message: > library(tcltk) Error in firstlib(which.lib.loc, package) : invalid command name "tcl_findLibrary" Error in library(tcltk) : .First.lib failed > I have checked either the tcl and tk libraries and they are correctly installed (/usr/lib/). I have other program (Grass) that make use of them and it works cor...
2004 Dec 02
2
RCmdr on Linux with R 2.0.0 over VNC can't use GLX
...When trying to use the package, they see the following: > library("Rcmdr") Loading required package: tcltk Loading required package: zoo Loading required package: strucchange Loading required package: sandwich Loading required package: rgl RGL: GLX extension missing on server Error in firstlib(which.lib.loc, package) : error rgl_init Segmentation fault (core dumped) The same commands work fine when using a non-VNC display. Is it at all possible to modify RCmdr to not use GLX when it is unavailable? Regards, Bob -- Earl (Bob) Kinney Unix Systems Administrator Harvard-MIT Data...
2008 Aug 08
2
Tcl\tk not supported on this system
In trying to install the pbatR package, I was greeted with the error Error: package 'tcltk' does not have a name space Execution halted Directly installing the package tcltk2 returned the following error: Loading required package: tcltk Error in firstlib(which.lib.loc, package) : Tcl/Tk support is not available on this system I have seen from previous posts that tcl/tk must be present when R is installed. I tried reinstalling R from source using ./configure make and although the installation went fine I received the same errors. Typing...
2004 Jan 13
2
Installing the Rcmdr and tclk package
Hello R-users, Version 1.8.1 on a 64-bit Solaris 5.8 OS I am trying to instal the Rcmdr package for which the tclk package is required. Once both package installed I issued the command: > library(tcltk) and received the following error message Error in firstlib(which.lib.loc, package) : Tcl/Tk support is not available on this system Error in library(tcltk) : .First.lib failed Upon which I searched for Tcl and Tk on our system and didn't find them, hence I requested the admin. person to get them from the "sunfreeware" site and install...