search for: libreadline4

Displaying 20 results from an estimated 26 matches for "libreadline4".

Did you mean: libreadline
2005 Dec 21
1
(Debian Bug 344248): R segfaults when pressing Delete (PR#8422)
...=======-==============-============================================ > | un libreadline-co <none> (no description available) > | un libreadline-de <none> (no description available) > | ii libreadline-ru 1.8.3+1.8.4pre Readline interface for Ruby 1.8 > | ii libreadline4 4.3-18 GNU readline and history libraries, run-time > | un libreadline4-d <none> (no description available) > | ii libreadline5 5.1-1 GNU readline and history libraries, run-time > | ii libreadline5-d 5.1-1 GNU readline and history libraries,...
2003 Nov 18
5
mixed model for Splus and R
Hi there, I try to compare the mixed model package "lme" by Splus and R. I used the dataset "Ovary" and the following code assuming AR(1) model for the error term: lme(follicles ~ sin(2*pi*Time) + cos(2*pi*Time), data=Ovary, random = pdDiag(~sin(2*pi*Time) ) , correlation=corAR1() ) But I got different results! And then I used a simpler model: lme(follicles ~
2001 Mar 27
2
How do I change the editor in R command window?
Dear R-help, I have started using R on my Linux box (Debian), and I have some problems with setting the editor/keyboard for R. The For instance, arrow-up gives "^[[A", and delete gives "^H". I have a Norwegian keyboard, but that doesn't cause any problems for editors like emacs. Could you advice me on how I can set the editor for R right? I have tried
2003 Oct 03
1
Re: Bug#213857: r-base-core: xfig plot fails with invalid line type (PR#4401)
...ependent JPEG Group's JPEG > ii libncurses5 5.3.20030719-2 Shared libraries for terminal hand > ii libpcre3 4.3-3 Philip Hazel's Perl 5 Compatible R > ii libpng10-0 1.0.15-4 PNG library, older version - runti > ii libreadline4 4.3-5 GNU readline and history libraries > ii perl 5.8.1-2 Larry Wall's Practical Extraction > ii tcl8.4 8.4.4-1 Tcl (the Tool Command Language) v8 > ii tk8.4 8.4.4-1 Tk toolkit f...
2005 Dec 21
0
(Debian Bug 344248): R segfaults when pressing Delete (PR#8421)
...=======-==============-============================================ > | un libreadline-co <none> (no description available) > | un libreadline-de <none> (no description available) > | ii libreadline-ru 1.8.3+1.8.4pre Readline interface for Ruby 1.8 > | ii libreadline4 4.3-18 GNU readline and history libraries, run-time > | un libreadline4-d <none> (no description available) > | ii libreadline5 5.1-1 GNU readline and history libraries, run-time > | ii libreadline5-d 5.1-1 GNU readline and history libraries,...
2002 Jul 09
1
RE: mvtnorm package installation failure
Hi, Thank you for the tip. I tried to re-intall R from Debian "stable", in which R's version is 1.4.0. And the installation of "mvtnorm" works. I then re-installed R yet again from Debian "unstable" (woody), in which R's version is 1.5.1. The installation of "mvtnorm" fails again with the same error message. Another package that failed with the
2004 Oct 11
1
Re: Bug#275791: r-gnome: gnome library can not be read (PR#7276)
...The GIMP Toolkit set of widgets fo > ii libice6 4.3.0.dfsg.1-8 Inter-Client Exchange library > ii libncurses5 5.4-4 Shared libraries for terminal hand > ii libpcre3 4.5-1.1 Perl 5 Compatible Regular Expressi > ii libreadline4 4.3-13 GNU readline and history libraries > ii libsm6 4.3.0.dfsg.1-8 X Window System Session Management > ii libx11-6 4.3.0.dfsg.1-8 X Window System protocol client li > ii libxext6 4.3.0.dfsg.1-8 X Window System...
2005 Dec 21
2
(Debian Bug 344248): R segfaults when pressing Delete (PR#8420)
...iption | +++-==============-==============-============================================ | un libreadline-co <none> (no description available) | un libreadline-de <none> (no description available) | ii libreadline-ru 1.8.3+1.8.4pre Readline interface for Ruby 1.8 | ii libreadline4 4.3-18 GNU readline and history libraries, run-time | un libreadline4-d <none> (no description available) | ii libreadline5 5.1-1 GNU readline and history libraries, run-time | ii libreadline5-d 5.1-1 GNU readline and history libraries, developm | ii...
2001 Nov 11
4
png output requires X connection (PR#1165)
...on: ii libc6 2.2.4-3 GNU C Library: Shared libraries and Timezone ii libjpeg62 6b-1.3 The Independent JPEG Group's JPEG runtime li ii libncurses5 5.2.20010318-3 Shared libraries for terminal handling ii libpng2 1.0.12-2 PNG library - runtime ii libreadline4 4.2-5 GNU readline and history libraries, run-time ii perl 5.6.1-5 Larry Wall's Practical Extraction and Report ii tcl8.0 8.0.5-6 The Tool Command Language (TCL) v8.0 - Run-T ii tk8.0 8.0.5-9 The Tk toolkit for TCL and X11 v8.0 - Run...
2002 Jul 09
0
RE: mvtnorm package installation failure
...ble" has R 0.9 or something really old > like that. 1.4.1 last I checked, and that is in the Debian mirrors (where testing is frozen, hence the older version). On CRAN it should be 1.5.1, built on my testing system. > Anyways, I did what A.J. Rossini suggested: > # apt-get install libreadline4-dev > Then I installed R-1.5.1 from Debian "unstable". The installation of "mvtnorm" has no trouble after this. As I told you to as well, yes. > I think that you are probably right: the "unstable" version of R 1.5.1 on Debian is built without readline Most de...
2003 Apr 07
2
problem with mvtnorm installation
Hi all, I tried to install the mvtnorm library on linux (mandrake version) and i obtained the following result : /usr/bin/ld: cannot find -lreadline collect2: ld returned 1 exit status make: *** [mvtnorm.so] Erreur 1 ERROR: compilation failed for package 'mvtnorm' Could you help me ? Best regards, Olivier
2002 Jul 09
0
RE: mvtnorm package installation failure
Hi Dirk, It was actually Debian "testing" that has R 1.4.0. Debian "stable" has R 0.9 or something really old like that. Anyways, I did what A.J. Rossini suggested: # apt-get install libreadline4-dev Then I installed R-1.5.1 from Debian "unstable". The installation of "mvtnorm" has no trouble after this. I think that you are probably right: the "unstable" version of R 1.5.1 on Debian is built without readline support for some reasons. Or it has something to do...
2005 Feb 05
0
[Fwd: Re: Problems compiling (configure) R on Ubuntu linux (debian)]
...... | On the other hand, if you insist on compile R for your Ubuntu box, I'll | recommend you to install (all in a long line): | | sudo aptitude install build-essential g77 libmagick++6-dev libpng3-dev | libtiff-tools libtk-img libtiff4-dev tcl8.4 tcl8.4-dev tk8.4 tk8.4-dev | a2ps libedit-dev libreadline4-dev tclreadline tetex-base tetex-bin | tetex-extra 'apt-get build-dep r-base' is much easier, and possibly more complete :-) That was a helpful post, though. Please send it to the list. Cheers, Dirk | | And that's all I can remember now. Beware that this may take time, | depending o...
2003 Oct 03
0
Re: Bug#213857: r-base-core: xfig plot fails with invalid line type (PR#4401)
...; > ii libncurses5 5.3.20030719-2 Shared libraries for terminal hand > > > ii libpcre3 4.3-3 Philip Hazel's Perl 5 Compatible R > > > ii libpng10-0 1.0.15-4 PNG library, older version - runti > > > ii libreadline4 4.3-5 GNU readline and history libraries > > > ii perl 5.8.1-2 Larry Wall's Practical Extraction > > > ii tcl8.4 8.4.4-1 Tcl (the Tool Command Language) v8 > > > ii tk8.4...
2003 Oct 04
0
Re: Bug#213857: r-base-core: xfig plot fails with invalid line type (PR#4401)
...curses5 5.3.20030719-2 Shared libraries for terminal hand > > > > ii libpcre3 4.3-3 Philip Hazel's Perl 5 Compatible R > > > > ii libpng10-0 1.0.15-4 PNG library, older version - runti > > > > ii libreadline4 4.3-5 GNU readline and history libraries > > > > ii perl 5.8.1-2 Larry Wall's Practical Extraction > > > > ii tcl8.4 8.4.4-1 Tcl (the Tool Command Language) v8 > > > > ii tk8.4...
2003 Feb 07
2
1.7.0 build error in debian stable i386
...compatible with Y ii g77 2.95.4-14 The GNU Fortran 77 compiler. ii gcc 2.95.4-14 The GNU C compiler. ii groff-base 1.17.2-15.wood GNU troff text-formatting system (base syste ii libncurses5-de 5.2.20020112a- Developer's libraries and docs for ncurses ii libreadline4-d 4.2a-5 GNU readline and history libraries, developm ii tetex-bin 1.0.7+20011202 teTeX binary files ii tetex-extra 1.0.2+20011202 extra teTeX library files ii debhelper 4.0.2 helper programs for debian/rules ii texi2html 1.64-cvs200104 Convert Texinfo files t...
2006 May 10
2
[LLVMdev] llvm-gcc4 & mingw32
...crypt cygutils cygwin cygwin-doc diffutils editrights expat findutils gawk gdbm grep groff gzip less libbz2_1 libcharset1 libdb4.2 libdb4.3 libgdbm libgdbm-devel libgdbm3 libgdbm4 libiconv libiconv2 libintl libintl1 libintl2 libintl3 libncurses5 libncurses6 libncurses7 libncurses8 libpcre0 libpopt0 libreadline4 libreadline5 libreadline6 login m4 make man mktemp ncurses openssl openssl097 perl python run sed tar tcltk termcap terminfo texinfo unzip which zip zlib (much of them, except make & perl are installed by default) 3.1 Black magic starts here.... 3.1.1 Mount your drive to cygwin. So, inside sh...
2001 Dec 09
0
Bug#123084: r-base: R documentatio search engine unusable with Mozilla 6 (OK with netscape 4.7x) (PR#1202)
...2.2.4-7 GNU C Library: Shared libraries an ii libjpeg62 6b-4 The Independent JPEG Group's JPEG ii libncurses5 5.2.20010318-3 Shared libraries for terminal hand ii libpng2 1.0.12-2 PNG library - runtime ii libreadline4 4.2a-2 GNU readline and history libraries ii perl 5.6.1-6 Larry Wall's Practical Extraction ii tcl8.3 8.3.3-4 The Tool Command Language (TCL) v8 ii tk8.3 8.3.3-6 The Tk toolkit for TC...
2001 Dec 09
0
Bug#123084: r-base: R documentatio search engine unusable (PR#1203)
...GNU C Library: Shared libraries an > ii libjpeg62 6b-4 The Independent JPEG Group's JPEG > ii libncurses5 5.2.20010318-3 Shared libraries for terminal hand > ii libpng2 1.0.12-2 PNG library - runtime > ii libreadline4 4.2a-2 GNU readline and history libraries > ii perl 5.6.1-6 Larry Wall's Practical Extraction > ii tcl8.3 8.3.3-4 The Tool Command Language (TCL) v8 > ii tk8.3 8.3.3-6 The Tk...
2002 May 07
0
rsync on cygwin: can't access mapped network drive remotely
...libbz2_0 1.0.2-1 libintl 0.10.38-3 libintl1 0.10.40-1 libncurses5 5.2-1 libncurses6 5.2-8 libpng 1.0.13-1 libpng10 1.0.13-1 libreadline4 4.1-2 libreadline5 4.2a-1 libtool 20020202a-1 libtool-devel 20020316-1 libtool-stable 1.4.2-2 login 1.4-3 lynx 2.8.4-1 m4...