search for: readlines

Displaying 20 results from an estimated 2642 matches for "readlines".

Did you mean: readline
2005 Dec 20
1
Unstable rails app
Hello, My rails app is often not responding: see http://dev.rubyonrails.org/ticket/3299 Using latest lighttpd's freebsd port and rails 1.0 Thank your for your help ! _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
2005 Dec 17
0
[rails|fcgi bug] Rails app not responding
Hello, I really can't say if it's rails or fastcgi related, but sometimes rails is not responding. See some output from ./script/process/reaper: ./script/process/reaper Restarting [22804] /usr/local/bin/ruby18 /usr/home/www/public/dispatch.fcgi Restarting [22806] /usr/local/bin/ruby18 /usr/home/www/public/dispatch.fcgi Restarting [22807] /usr/local/bin/ruby18
2006 Feb 02
3
readline detection problems
Dear community, I'm trying to install R-2.2.1 on an IRIX 6.2 (Unix System V Release 4) system without root access. Unfortunately readline is not installed in default, so I installed it locally in my home directory, more precisely in: $HOME/vol/readline-5.1, where $HOME is "/home3/fa/faga001". Afterwards I appended the path to the library with several $PATH variable, which now looks
2006 Feb 02
3
readline detection problems
Dear community, I'm trying to install R-2.2.1 on an IRIX 6.2 (Unix System V Release 4) system without root access. Unfortunately readline is not installed in default, so I installed it locally in my home directory, more precisely in: $HOME/vol/readline-5.1, where $HOME is "/home3/fa/faga001". Afterwards I appended the path to the library with several $PATH variable, which now looks
2002 Oct 25
2
re: problem installing library sm
...bin/ld: cannot find -lreadline collect2: ld returned 1 exit status make: *** [sm.so] Error 1 ERROR: compilation failed for package 'sm' [root at rsadler R]# locate readline /usr/lib/python1.5/lib-dynload/readline.so /usr/lib/python2.2/lib-dynload/readline.so /usr/lib/python2.2/lib-dynload/xreadlinesmodule.so /usr/lib/libreadline.so.4 /usr/lib/libreadline.so.4.2 /usr/lib/libguilereadline.so.0 /usr/lib/libguilereadline.a /usr/lib/libguilereadline.la /usr/lib/libguilereadline.so /usr/lib/libguilereadline.so.0.0.0 /usr/lib/libreadline.so.3 /usr/lib/libreadline.so.3.0 /usr/lib/R/library/base/R-ex/r...
2004 Jun 14
4
Readline on R-1.9.1a
Hello! I'm trying to install R-1.9.1a with readline on Suse Linux. As recommended in other posts, I've installed readline and readline-devel: kevin@redtail:~/R-1.9.1> rpm -qa | grep readline readline-devel-32bit-9.0-0 readline-32bit-9.0-0 readline-4.3-207 readline-devel-4.3-207 Then I run configure with readline: ./configure --with-readline The relevant lines are:
2006 Feb 20
2
Unable to configure R 2.2.1 on Solaris 5.10 x86_64
Hello, Apologies for the post here. I have read the R-Admin (learned a lot!) and searched the web for days, but still fail at compiling R on my Ultra 20 running solaris 10 x86 1/06. This is the tail of './configure' output: ..... checking for dlopen in -ldl... yes checking readline/history.h usability... no checking readline/history.h presence... no checking for readline/history.h... no
2002 Jul 11
1
dyn.load tcl/tk (PR#1774)
...text html latex example read.fwf text html latex example read.socket text html latex example read.table text html latex readBin text html latex example readLines text html latex example readline text html latex example real text html latex recordplot text html latex recover text html latex...
2008 Feb 14
1
configure fails on new Redhat Enterprise System
Hello all, I have a new Redhat enterprise system that I'm trying to get set up with all the goodies I need, including R-2.6.1. I got all of the required dependencies including readline. However, configure dies with: configure: error: --with-readline=yes (default) and headers/libs are not available Here are all the lines of output relating to readline: checking readline/history.h
2002 Jul 01
3
patch: readline support for sftp
Hello, I hope this is the right place to post this. I added readline support to the sftp client. It adds optional --with-readline parameter for configure to enable this feature. You'll of course need to re-run autoheader and autoconf after applying this patch. It's patched against 3.4p1 but should work with any recent openssh. It works fine for me (GNU/Linux) - feel free to test it and
2007 Jan 29
1
Problem with "readline" in compilatio of R for Solaris 11 (Nevada) in x86
Dear friends, In configuring R 2.4.1 for Solaris 11, using SunStudio 11 compilers, I get the following error. checking readline/history.h usability... no checking readline/history.h presence... no checking for readline/history.h... no checking readline/readline.h usability... no checking readline/readline.h presence... no checking for readline/readline.h... no checking for rl_callback_read_char
2007 Oct 09
5
Playing with ReadFileScatter()
Hi all, Looking at the IO.readlines source in io.c, it looks to me like they grab 8k chunks, split on the input record separator, and buffer accordingly. Since it looks like ReadFileScatter() does some of that work automatically (in page file sized chunks), I thought I''d give it a try. Here''s what I''ve...
2010 Nov 22
4
Wait for user input with readline()
Hello, I am trying write a script that includes a prompt for user input using readlines() and was told that folks at R-devel might be able to help. I am running into the problem that when I run readlines() as a single line the prompt works perfectly, but when I try to run a block of code which includes the readline function, the script doesn't wait for the user input. I have see...
2007 Dec 19
1
unexpected behavior from gzfile and unz
I get unexpected behavior from "readLines()" and "scan()" depending on how the file is opened with "gzfile" or "unz". More specifically: > file <- gzfile("file.gz") > readLines(file,1) [1] "a\tb\tc" > readLines(file,1) [1] "a\tb\tc" > close(file) It seems th...
2006 Jan 08
4
repeat { readline() }
...Unix it works. The problem seems to get the interrupt signal to "occur" outside the readline() call so that "repeat" is interrupted. Doing repeat { readline(); Sys.sleep(3) } and it is likely that can generate an interrupt signal outside readline(). It seem like readline()/readLines(n=1) or an underlying method catches the interrupt signal quietly and just waits for a symbol to come through. Try readline() by itself and press Ctrl+C. Maybe this is a property of the Windows Command terminal, I don't know, but is it a wanted feature and are R core aware of it? Note th...
2005 Nov 21
1
Problem in compilation from source in./configure R.2.2
Hello useRs! I'm REALLY having trouble with readline when compiling R. 2.2 from source during ./configure. Here are the last lines of the configure log: checking readline/history.h usability... yes checking readline/history.h presence... yes checking for readline/history.h... yes checking readline/readline.h usability... yes checking readline/readline.h presence... yes checking
1999 Mar 25
4
readline() (PR#147)
Dear R developers, I have found the following bug with readline() in R 0.63.3: if you execute the menu-function and then the readline() function, then readline() prompts "Selection:" > a <- readline() hello > a [1] "hallo" > a <- menu(c("a", "b"), title="bitte:") bitte: 1:a 2:b Selection: 2 > a <- readline() Selection:
2003 Dec 17
5
Readline & readline-devel installation on RH9
I have a new user question. Sorry I know most of you are Linux experts I am not! I am just getting my feet wet with this. And I am sorry to ask this stupid question. I was following an installation post from Wiki that said when using RH 9 you need to make sure that you have the following installed first and you should check them with the following command. Are there any other items I need to
2007 May 23
2
installing problems
hi every body. Im new in this program. Im traying to install R in linux suse10.0 in two following form: a) with the file R-2.5.0.tar.gz b) and the rpm file : R-base-2.5.0-2.1.i586.rpm ****** In the first case a) when i uncompressed and type: linux:/opt/R/R-2.5.0 # ./configure the followind message is showed linux:/opt/R/R-2.5.0 # ./configure checking build system type...
2006 Oct 02
1
(no subject)
Dear friends I try to install R-project in SUSE 10.0 LINUX. I run the ./configure. The last lines during the run is checking readline/history.h usability... no checking readline/history.h presence... no checking for readline/history.h... no checking readline/readline.h usability... no checking readline/readline.h presence... no checking for readline/readline.h... no checking for