Re: [R] FW: Suse RPM installation problem

2007-06-21 Thread Detlef Steuer
On Thu, 21 Jun 2007 18:01:06 +0100 "Stephen Henderson" <[EMAIL PROTECTED]> wrote: > Hello > > I am trying to install the R RPM for Suse 10.0 on an x86_64 PC. However > I am failing a dependency for "libpng12.so.0" straight away Hi Stephen, if you add http://software.opensuse.org/download/h

Re: [R] Installing R on a machine with 64-bit Opteron processors

2007-03-26 Thread Detlef Steuer
Stan, On Sun, 25 Mar 2007 13:36:47 -0400 Stan Horwitz <[EMAIL PROTECTED]> wrote: > I have been tasked with installing statistical and other data > analysis applications on a new Sun Fire X4600 M2 x64 server that came > equipped with eight AMD dual core Opteronn 64-bit processors. It is > ru

Re: [R] r under suse

2007-01-25 Thread Detlef Steuer
On Thu, 25 Jan 2007 19:33:53 -0600 Marc Schwartz <[EMAIL PROTECTED]> wrote: > On Thu, 2007-01-25 at 19:15 -0500, [EMAIL PROTECTED] wrote: > > Hello, > > I've been using R under win XP and I am now changing my system to opensuse > > 10.2 > > When using: > > rpm -i R-base-2.4.1-2.1.i586.rpm > > >

Re: [R] Export dataframe to txt

2007-01-08 Thread Detlef Steuer
On Mon, 8 Jan 2007 11:17:24 + "Benjamin Dickgiesser" <[EMAIL PROTECTED]> wrote: > Hi all, > > Is there a function to export a dataframe to a text file? > I want to store a large set of data which I have saved in a dataframe > in my workspace and copy and past doesn't cut it. see ?write.table

[R] R 2.4.1 changes for SuSE users

2006-12-19 Thread Detlef Steuer
appy R´ing! Detlef --- Detlef Steuer Helmut-Schmidt-Universität Hamburg FB WOW [EMAIL PROTECTED] __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html a

Re: [R] Ryacas and fractions with simultaenously very large numerators and denominators

2006-11-23 Thread Detlef Steuer
> > > > If Ryacas/Yacas cannot multiply fractions with simultaenously very > > large numerators and denominators, what else should I use? Did you try package gmp ? Hth Detlef > > > > Thanks in advnace, > > > > Paul > > > > __ > > R-help@stat.math.ethz

Re: [R] Install R 2.3.1 on SUSE Linux

2006-06-16 Thread Detlef Steuer
Hi, you have to add an online repository for 10.0 to your installation sources. This is covered in the file called http://cran.r-project.org/bin/linux/suse/ReadMe.html which was added to be read. ;-) Detlef On Thu, 15 Jun 2006 10:05:19 -0500 <[EMAIL PROTECTED]> wrote: > Hello: > > I am new

Re: [R] Latex-Style Characters in R

2006-06-15 Thread Detlef Steuer
Hi, just take a look at demo(plotmath) and example(plotmath). Detlef On Thu, 15 Jun 2006 10:18:25 +0200 "Lorenzo Isella" <[EMAIL PROTECTED]> wrote: > Dear All, > I am starting to use R excellent graphical facilities to produce > good-looking plots. > However, I do not know yet how for use pedi

Re: [R] SUSE 10.1 64 bit binary

2006-05-22 Thread Detlef Steuer
Thx, I´ll fix it! Detlef On 22 May 2006 11:43:33 +0200 Peter Dalgaard <[EMAIL PROTECTED]> wrote: > (Incidentally, Detlef: The "Source:" entry in the SPEC is wrong. > cvs.r-project.org is not accessible and hasn't been so for quite a > while. __ R-help

Re: [R] SUSE 10.1 64 bit binary

2006-05-22 Thread Detlef Steuer
Hi, I just uploaded one to CRAN. You can use my repository http://fawn.hsu-hh.de/~steuer/SL-10.1 already. Detlef On Mon, 22 May 2006 09:46:53 +0100 Daniel Brewer <[EMAIL PROTECTED]> wrote: > Hi, > > I was just wondering if anyone had created a 64 bit binary for SUSE 10.1 > x86_64 yet. Unf

Re: [R] install R under suse: packages dependency

2006-05-04 Thread Detlef Steuer
You should be able to use the ncurses interface in ssh or you can try to login in with ssh -X to enable X11 forwarding. Look here http://www.thejemreport.com/mambo/content/view/178/42/ for some introductory material about installation sources for SuSE. You need these for gfortran etc. You can

Re: [R] I am surprised (and a little irritated)

2006-04-19 Thread Detlef Steuer
Hi, I`m the one to blame for the readme :-) and for providing the rpms. If you encounter such big problems my readme sucks. But I'm open for critisism and will improve on the current situation for the release of R-2.3.0 next monday. It would have helped, if I got the error messages you saw. Now

Re: [R] suse 10.0

2006-04-15 Thread Detlef Steuer
Hi, you can add a repository for R found on my server: http://fawn.hsu-hh.de ~steuer/SL-10.0-OSS There I provide rpms for R and ESS. You will need e.g. http://mirrors.kernel.org opensuse/distribution/SL-10.0-OSS/inst-source to get a fortran compiler etc. Hope that helps. Detlef On Fri, 14

[R] Tutorial in Hamburg, Germany

2006-03-24 Thread Detlef Steuer
Interesting opportunity for german R contributors: Uwe Ligges will give a tutorial on "R-Pakete laden, verwalten und entwickeln" on the afternoon of June 7th. The tutorial will be given in german. It is part of the Pfingsttagung of the DStaG (German Statistical Society), but can be booked separa

Re: [R] Linux Distribution Choice

2006-02-19 Thread Detlef Steuer
On Sun, 19 Feb 2006 17:49:42 -0600 Dirk Eddelbuettel <[EMAIL PROTECTED]> wrote: > > Graham, > > On 19 February 2006 at 15:59, Graham Smith wrote: > | I am making some tentative steps into using Linux (Mandriva at the moment) > | and notice that not all the Linux binaries on CRAN are the latest r

Re: [R] Run R in background?

2006-01-23 Thread Detlef Steuer
Hi, look for BATCH in the manual. (The other friend is called "nohup" on unix) Detlef On Fri, 20 Jan 2006 13:53:05 -0800 (PST) luk <[EMAIL PROTECTED]> wrote: > According to the manual, a R script can be run in as follows in linux. > > $ R > > source("xy.R") > > Does this mean we

[R] wiki in Hamburg set read-only

2006-01-09 Thread Detlef Steuer
Hi, to clear up the situation regarding wikis a bit and since, whatever happens, Philippe's wiki is superior, I decided to set the old wiki read-only. A visitor will be asked to visit the "new" wiki and add contents there. Good luck Philippe! Your plans sound very nice! The new wiki should get

Re: [R] [R-pkgs] sudoku

2006-01-08 Thread Detlef Steuer
Hey, you spoiled my course! :-) I planned using this as an excersise. Alternative ideas anyone ... Detlef On Fri, 6 Jan 2006 11:43:44 -0500 "Brahm, David" <[EMAIL PROTECTED]> wrote: > Any doubts about R's big-league status should be put to rest, now that > we have a > Sudoku Puzzle Solver. Ta

Re: [R] Wikis etc.

2006-01-08 Thread Detlef Steuer
On Sat, 7 Jan 2006 13:51:24 -0500 Jonathan Baron <[EMAIL PROTECTED]> wrote: > On 01/07/06 12:25, Dirk Eddelbuettel wrote: > > So my $0.02 would be to a) go for it, if possible but b) make it > > visible, and closely tied to R Core / CRAN / R News / Which > > poses the chicken/egg problem of

Re: [R] Wikis for R

2006-01-07 Thread Detlef Steuer
On Thu, 5 Jan 2006 11:23:04 -0200 "Fernando Henrique Ferraz P. da Rosa" <[EMAIL PROTECTED]> wrote: > Martin Maechler writes: > > If you go to the bottom of that wikipedia page, > > you see that there is an "R Wiki" -- and has been for several > > years now (!) at a Hamburg (De) university. > >

Re: [R] A comment about R:

2006-01-05 Thread Detlef Steuer
Only or the record: There is a wiki for R in general, used by only but a few people, annouced here some year(s) ago: http://fawn.unibw-hamburg.de/cgi-bin/Rwiki.pl The question is: one or more wikis? Detlef On Wed, 04 Jan 2006 20:35:17 +0100 Philippe Grosjean <[EMAIL PROTECTED]> wrote: > Dav

Re: [R] Problems installing R 2.1.1. from rpm (R-base-2.2.0-1.i586.rpm) on SuSE 10

2005-12-20 Thread Detlef Steuer
On Tue, 20 Dec 2005 12:35:39 +0200 Rainer M Krug <[EMAIL PROTECTED]> wrote: > I used the SuSE 10 CDs as installation sources and added afterwards > OpenSuse sources and extra CDs for Suse 10 and OpenSuse. May be there is a difference between SuSE and OpenSuSE nowadays?! I exclusively use OpenSuS

Re: [R] Problems installing R 2.1.1. from rpm (R-base-2.2.0-1.i586.rpm) on SuSE 10

2005-12-20 Thread Detlef Steuer
On 20 Dec 2005 11:11:18 +0100 Peter Dalgaard <[EMAIL PROTECTED]> wrote: > Rainer M Krug <[EMAIL PROTECTED]> writes: > > > Nope - If I enter > > > > > rpm -qf `which gfortran` > > > > I get > > > > gcc-fortran-4.0.2_20050901-3 > > > > Rainer > > > Hmm, where did the blas come in? I don't se

Re: [R] Problems installing R 2.1.1. from rpm (R-base-2.2.0-1.i586.rpm) on SuSE 10

2005-12-20 Thread Detlef Steuer
On Tue, 20 Dec 2005 11:12:40 +0200 Rainer M Krug <[EMAIL PROTECTED]> wrote: > Nope - If I enter > > > rpm -qf `which gfortran` > > I get > > gcc-fortran-4.0.2_20050901-3 > > Rainer > > > Peter Dalgaard wrote: > > Rainer M Krug <[EMAIL PROTECTED]> writes: > > > >> Hi > >> > >> I have proble

Re: [R] convex-polygon in scatter plot

2005-09-01 Thread Dr. Detlef Steuer
Hi, ever thought about using the built-in help of R? try > example(chull) cu detlef On Thu, 1 Sep 2005 13:51:42 +0200 "Zlatko Petrin" <[EMAIL PROTECTED]> wrote: > Hello, > > I am trying to draw a convex-polygon (envelope) connecting the outer points > (of a particular class) in a scatter p

Re: [R] NA erase your data trick

2005-05-17 Thread Detlef Steuer
On Tue, 17 May 2005 08:33:00 +0200 Uwe Ligges <[EMAIL PROTECTED]> wrote: > Anders Schwartz Corr wrote: > > Oops, > > > > I just erased all my data using this gizmo that I thought would replace -9 > > with NA. > > > > A) Can I get my tcn5 back? > > As you got it the first time. There is nothing

Re: [R] RMySQL installation: libz missing SOLVED

2005-05-03 Thread Detlef Steuer
Hi, do you have zlib installed on your system? (rpm -q zlib tells you if or not) You can also try rpm -q --whatprovides libz . zlib provides libz. If not installed, the manual compilation of R uses its own version of zlib, if I understand it correctly. So, not really a problem with the rpm.

Re: [R] Calculating lengths of runs of 0 or 1 sequences in meteorological data

2005-03-11 Thread Detlef Steuer
Mohammad, ?rle is your friend, I guess. Detlef On Fri, 11 Mar 2005 03:07:56 -0800 (PST) Mohammad Ehsanul Karim <[EMAIL PROTECTED]> wrote: > Dear List Members, > > I need some help about programming in S language. My > problem is as follows: > > I have meteorological data (about rainfall meas

Re: [R] R: simulation

2005-03-04 Thread Detlef Steuer
On Fri, 04 Mar 2005 13:07:21 +0200 Clark Allan <[EMAIL PROTECTED]> wrote: > hi all > > a simple question > > i want to run simulations in r. i however want the experiments to be > repeated at a later time with exactly the same numbers by other users. > can i set the random number seed for rnorm

Re: [R] Build problems on Linux SuSE 9.1

2004-05-02 Thread Detlef Steuer
ulty Xlib.h, > since i can compile other programs including this file. > Fortunetely i could install the rpm for SuSE 9.0. > > Christian :-( > > __ > [EMAIL PROTECTED] mailing list > https://www.stat.math.ethz.ch/mai

Re: [R] ./configure --prefix and R_LIBS

2004-04-30 Thread Detlef Steuer
On Fri, 30 Apr 2004 21:01:32 +0200 "Wolski" <[EMAIL PROTECTED]> wrote: > Hi! > I am installing R in non standard directory. > ./configure --prefix=/non/standard/directory > > The installation works fine. > But after starting R i get > .libPaths() > /usr/lib/R/library > > but they cant be there o

Re: [R] Size of R user base

2004-04-19 Thread Detlef Steuer
On Mon, 19 Apr 2004 12:12:47 -0600 "Kevin S. Van Horn" <[EMAIL PROTECTED]> wrote: > I have been trying to determine the size of the R user base Hey, that one is easy: We are legion .... :-) detlef -- Detlef Steuer --- http://fawn.unibw-hamburg.de/steuer.html * Encry

Re: [R] par() in .Rprofile

2004-04-13 Thread Detlef Steuer
my .Rprofile causes error message on startup > But if I issued this command immediately after startup everything worked as > expected. I did not see any note in changes file or elsewhere. -- Detlef Steuer --- http://fawn.unibw-hamburg.de/steuer.html * Encrypted mail preferred ***

Re: [R] How to configure ess-5.2.0beta3-1.i586.rpm, Xemacs and SuSE 9.0?

2004-02-15 Thread Detlef Steuer
emacs-packages-info-20030629-37 > xemacs-packages-20030629-37 > > > ess-5.2.0beta3-1.i586.rpm > > __ > [EMAIL PROTECTED] mailing list > https://www.stat.math.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posti

Re: [R] GUI\'s for R

2003-12-07 Thread Detlef Steuer
_ > [EMAIL PROTECTED] mailing list > https://www.stat.math.ethz.ch/mailman/listinfo/r-help > -- "Die herrschenden Ideen sind die Ideen der Herrschenden." --- K. Marx Detlef Steuer --- http://fawn.unibw-hamburg.de/steuer.html * Encrypted mail preferred * __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Re: [R] Integration between R & latex

2003-10-12 Thread Detlef Steuer
with the world is that fools and fanatics are always so certain of themselves, but wiser people so full of doubts." Russell Detlef Steuer --- http://fawn.unibw-hamburg.de/steuer.html * Encrypted mail preferred * __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help

[R] SuSE rpms for R-1.8.0 available

2003-10-09 Thread Detlef Steuer
s and fanatics are always so certain of themselves, but wiser people so full of doubts." Russell Detlef Steuer --- http://fawn.unibw-hamburg.de/steuer.html * Encrypted mail preferred * __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.

[R] R-base 1.7.1 RPMS for SuSE uploaded to Vienna

2003-06-16 Thread Detlef Steuer
Hi! RPMS for R-base-1.7.1 have been uploaded to Vienna a few minutes ago. (SuSE 7.3, 8.[012]) They should appear on the CRAN mirror near you soon. A rebuild of rpms of updated and/or new contrib packages is underway. Happy R'ing detlef Detlef Steuer --- http://fawn.unibw-hambu

Re: Rtips (was Re: [R] ? building a database with a the great examples

2003-06-04 Thread Detlef Steuer
On 03-Jun-2003 Paul E. Johnson wrote: > I think there is a lot of merit in this idea. I think there is a big > question about "authentication" and protection of Wikis from vandalism. Yes. But I`ll do my daily backups, so major vandalism wouldn't be such a problem. (I hope.) Personally I don't l

RE: Rtips (was Re: [R] ? building a database with a the great examples

2003-06-03 Thread Detlef Steuer
of Political Sciencehttp://lark.cc.ukans.edu/~pauljohn > University of Kansas Office: (785) 864-9086 > Lawrence, Kansas 66045FAX: (785) 864-5700 > > __ > [EMAIL PROTECTED] mailing li