similar to: How to schedule R to run automatically

Displaying 20 results from an estimated 40000 matches similar to: "How to schedule R to run automatically"

2007 Apr 30
2
A problem with svIDE in Tinn-R?
Hi R users: I want to know if any one of you had the problem with Tinn-R, when you call the library svIDE on the new R 2.5.0, (because in the old R 2.4.1 works with out any problem). I got this message: > library(svIDE) Loading required package: tcltk Loading Tcl/Tk interface ... done Warning messages: 1: '\A' is an unrecognized escape in a character string 2: no se reconoce el valor
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
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 Jan 22
4
make check : problems?
I'm the happy user of a new machine and I'm trying to compile R-1.4.0 on it (linux Suse 7.3 box). After ./configure --with-gnome I get the following configuration: R is now configured for i686-pc-linux-gnu Source directory: . Installation directory: /usr/local C compiler: gcc -mieee-fp -D__NO_MATH_INLINES -g -O2 C++ compiler: c++
2006 Mar 09
2
tcltk loading in R-2.2.1 from src
Hi, Having trouble loading tcltk in R 2.2.1 built from source. ./configure, make, make check, and make install run ok. > library(tcltk) Error in firstlib(which.lib.loc, package) : Tcl/Tk support is not available on this system Error in library(tcltk) : .First.lib failed for 'tcltk' even though it is listed in library() output. I have the same problem even if i compile
2013 Apr 10
3
windows compile R from source, where do I put the Tcl directory?
Hi, I am trying to compile R from source on Windows. I am following the instructions here 3.1 Building from source 3 Installing R under Windows file:///F:/ProgramFiles/R/R-2.15.3/doc/manual/R-admin.html It only says,? " The Tcl/Tk support files are contained in Rtools30.exe and? available as .zips from http://www.stats.ox.ac.uk/pub/Rtools.? Please make sure you install the right version:
2006 Feb 03
3
R-2.2.1-INSTALL Issue with TCLTK
Hi I am not able to have a working tcltk library in R-2.2.1 inspite of trying different options suggested in the FAQ's. I am using the following configure option and I do get the tcltk package installed but with a missing libs folder. ./configure -prefix= "~R-2.2.1" --enable-R-shlib --enable-linux-lfs --with-zlib --with-gnu-ld --with-tcltk
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
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
2008 May 14
2
console from tcltk
Is it possible to use the console from within tcltk? > library(tcltk) > tcl("puts", "stdout", "Hello, World") Error in structure(.External("dotTclObjv", objv, PACKAGE = "tcltk"), class = "tclObj") : [tcl] can not find channel named "stdout". > .Tcl('puts stdout "Hello, World"') Error in
2008 May 05
2
[R-SIG-Mac] Starting tcltk without Tk
It turns out that the behavior of starting just Tcl was actually a bug. Apparently the intention was to attempt to start Tk regardless of the DISPLAY variable, because some TclTk implementation such as Aqua Tcl/Tk don't require DISPLAY and thus would not be loaded. Due to a bug (HAVE_AQUA was not included in Rconfig.h before R 2.7.0), though, this was not the case. I'll leave it
2007 Nov 02
1
tk not installed properly
Hi, I'm getting the following error: > install.packages() --- Please select a CRAN mirror for use in this session --- Loading Tcl/Tk interface ... Error in fun(...) : Can't find a usable tk.tcl in the following directories: /usr/share/tcltk/tcl8.4/tk8.4 ./lib/tk8.4 /usr/local/lib/tcltk/tk8.4 /usr/local/share/tcltk/tk8.4 /usr/lib/tcltk/tk8.4 /usr/share/tcltk/tk8.4 ./library
2003 Oct 21
2
Problem R-1.8.0 library tcltk on Tcl-8.0.5 (PR#4699)
Full_Name: Eiji Nakama Version: R-1.8.0 OS: linux(VineLinux) Submission from: (NULL) (219.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
2006 Dec 09
2
Rcmdr package
Dear R users, I want to install 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
2017 Nov 18
4
tcltk problems
It recently came to my attention that my R installation no longer has tcltk capability. I can't figure out why or what to do about it. I built R from source. I configured using the "--with-tcltk" flag. The build and install *seemed* to go OK, but after realising I didn't have tcltk capability I looked into config.log. There I found: > configure:39486: checking for
2002 Jan 24
2
R-gnome: no way to configure
Hi! I've been able to configure and make R (1,4,0 linux) except for the gnome support. I've checked all packages and libs mentioned in R-admin.pdf (and by Luke Tierny) to make sure that I have them and even using the following: ./configure --with-gnome --with-gnome-includes=/opt/gnome/include --with-gnome-libs=/opt/gnome/lib --with-libglade-config=opt/gnome/lib I still get: R is now
2007 Nov 06
1
library(tcltk) fails
Dear list, I cannot load the tcltk library: > library(tcltk) Loading Tcl/Tk interface ... Error in fun(...) : Can't find a usable tk.tcl in the following directories: /usr/share/tcltk/tcl8.4/tk8.4 ./lib/tk8.4 /usr/local/lib/tcltk/tk8.4 /usr/local/share/tcltk/tk8.4 /usr/lib/tcltk/tk8.4 /usr/share/tcltk/tk8.4 ./library ./tk8.4.16/library This probably means that tk wasn't
2002 Jul 02
5
R windows FAQ (PR#1733)
Full_Name: Kevin Wright Version: 1.5.1 OS: Windows 95 Submission from: (NULL) (170.54.59.160) In the R windows FAQ, item 3.6 (Package TclTk does not work) currently has this line: Sys.putenv("TCL_LIBRARY"="c:/Program Files/Tcl/lib/tcl8.3") I find that if I execute the following two lines after starting R, I can then do library(tcltk) and demo(tkdensity) as usual. I do
2004 Dec 23
3
tcltk problem
Hi all, I have R Version 2.1.0 installed on a box running Redhat Fedora Core 2. When I try: library() it shows the package tcltk. But if I try: library(tcltk) I get the same error message like in this thread: http://tolstoy.newcastle.edu.au/R/help/01c/3418.html The same, tcl and tk are installed in /usr/lib; if I try: capabilities("tcltk") I get: tcltk FALSE I cant' find tcltk.so
2004 Dec 23
3
tcltk problem
Hi all, I have R Version 2.1.0 installed on a box running Redhat Fedora Core 2. When I try: library() it shows the package tcltk. But if I try: library(tcltk) I get the same error message like in this thread: http://tolstoy.newcastle.edu.au/R/help/01c/3418.html The same, tcl and tk are installed in /usr/lib; if I try: capabilities("tcltk") I get: tcltk FALSE I cant' find tcltk.so